0byt3m1n1
Path:
/
data
/
20
/
2
/
130
/
100
/
2945100
/
meta
/
3264326
/
mysql.backup
/
[
Home
]
File: 1_036d21b_1.mysqlcluster6.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster6 Database: 1_036d21b_1 -- ------------------------------------------------------ -- Server version 5.6.26-74.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2016-01-07 15:05:18','2016-01-07 15:05:18','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'post-trashed','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=586 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://unitednorthern.com/wordpress1','yes'),(2,'home','http://unitednorthern.com/wordpress1','yes'),(3,'blogname','','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@unitednorthern.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:1:{i:0;s:39:\"easy-google-fonts/easy-google-fonts.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','0','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','a:2:{i:0;s:110:\"\\\\WDP\\DFS\\30\\0\\1\\2\\3058306210\\user\\sites\\3264326.site\\www\\wordpress1/wp-content/themes/themify-ultra/style.css\";i:1;s:0:\"\";}','no'),(39,'template','themify-ultra','yes'),(40,'stylesheet','themify-ultra','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','0','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','35700','yes'),(48,'uploads_use_yearmonth_folders','1','yes'),(49,'upload_path','','yes'),(50,'blog_public','1','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','page','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','none','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_text','a:5:{i:1;a:0:{}i:1007;a:3:{s:5:\"title\";s:8:\"Widget 1\";s:4:\"text\";s:20:\"Optional widget here\";s:6:\"filter\";b:0;}i:1008;a:3:{s:5:\"title\";s:8:\"Widget 2\";s:4:\"text\";s:23:\"Display any widget here\";s:6:\"filter\";b:0;}i:1011;a:3:{s:5:\"title\";s:5:\"About\";s:4:\"text\";s:260:\"The Ultra theme is Themify\'s flagship theme. It\'s a WordPress designed to give you more control on the design of your theme. Built to work seamlessly with our drag & drop Builder plugin, it gives you the ability to customize the look and feel of your content. \";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'uninstall_plugins','a:0:{}','no'),(81,'timezone_string','','yes'),(82,'page_for_posts','0','yes'),(83,'page_on_front','5022','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','0','yes'),(88,'medium_large_size_w','768','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'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'),(94,'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'),(95,'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'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:11:{s:15:\"footer-widget-2\";a:1:{i:0;s:9:\"text-1011\";}s:15:\"footer-widget-3\";a:1:{i:0;s:20:\"themify-twitter-1012\";}s:19:\"wp_inactive_widgets\";a:1:{i:0;s:25:\"themify-social-links-1002\";}s:12:\"sidebar-main\";a:2:{i:0;s:26:\"themify-feature-posts-1003\";i:1;s:20:\"themify-twitter-1004\";}s:13:\"social-widget\";a:1:{i:0;s:25:\"themify-social-links-1005\";}s:20:\"footer-social-widget\";a:1:{i:0;s:25:\"themify-social-links-1008\";}s:15:\"header-widget-1\";a:1:{i:0;s:9:\"text-1007\";}s:15:\"header-widget-2\";a:1:{i:0;s:9:\"text-1008\";}s:15:\"header-widget-3\";a:0:{}s:15:\"footer-widget-1\";a:1:{i:0;s:26:\"themify-feature-posts-1010\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:4:{i:1453841031;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1453863919;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1453911977;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(111,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.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-4.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.1\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1453827509;s:15:\"version_checked\";s:5:\"4.4.1\";s:12:\"translations\";a:0:{}}','yes'),(139,'auth_key','/)b8I)#U&W2YdEs795f_nZ8M=e3yv/:T`8RF5L@hY)#!d-7)`W)^f7R(P(UcI@gG','yes'),(142,'auth_salt','WPK{5*V J0a!w9CWl-<vMit!L0DIv4l<4qn}(z#Vssv&:fjw^IR#Jk1M*Y8n-_dr','yes'),(145,'logged_in_key',',{D.ATpSzKRJ]MF=}i2@c|3N*CD~cx%W$vWQV5ApY&-X#|@zWH{Z2E/#_s{+%-7i','yes'),(148,'logged_in_salt','u%5wm8DBv?(R;amRAi%RVs#@..<e+*YFV9gv0K_KIXgv==D7W]bwK3PMw}G8by?Q','yes'),(151,'nonce_key','F5aYtg2#}+uodmYt]xZ0|whb$P.~AxlljNQ)^3]aMaO4nKGReH{qq=G:0EFJ|#NZ','yes'),(154,'nonce_salt',']CW&>Xc%~lEgKE39*P%#Uz(Bi_:H.RfLmzvY}RZR$[8Y5|Q4W6ejc4{K-Y1_p/~I','yes'),(157,'_site_transient_timeout_browser_857387b600c96ad99741c66b152cdb43','1454257577','yes'),(160,'_site_transient_browser_857387b600c96ad99741c66b152cdb43','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(165,'can_compress_scripts','1','yes'),(168,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1453695984','no'),(171,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 18:31:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.5-alpha-36388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: Support Forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/01/contributor-weekend-support-forums/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 18:31:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"Support Forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4055\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved! Many of our current contributors first got involved at a Contributor Day at a WordCamp or WordPress Meetup event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2112:\"<p>Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved!</p>\n<p>Many of our current contributors first got involved at a Contributor Day at a <a href=\"http://wordcamp.org\">WordCamp</a> or <a href=\"http://www.meetup.com/pro/wordpress/\">WordPress Meetup</a> event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that will give new contributors the same kind of live support and group dynamic. We’ll be doing these as weekend challenges rather than one-day events so that WordPress users all over the world can participate without worrying about pesky time zones, but each challenge will be designed to be completed within a few hours, comparable to an in-person Contributor Day.</p>\n<p>Our inaugural Contributor Weekend is focused on the <a href=\"https://make.wordpress.org/support\">Support Team</a> — the folks who volunteer their time to help people with WordPress questions in the <a href=\"https://wordpress.org/support\">support forums</a> and <a href=\"https://make.wordpress.org/support/irc-support-channel/\">IRC</a>. Over the two day span, forum moderators will be available online to help new contributors and answer questions as needed. The challenge this month is called <em>20 Questions;</em> your mission (should you choose to accept it) is to help WordPress users by answering 20 forum support requests over the course of the weekend.</p>\n<p>You can participate on your own, or you can get together with other people from your local meetup group and work on it together. Working together in person is really fun, so we highly recommend trying to get some folks together if you’re able, but if that’s not possible you can still connect to other participants online. Either way, this is a great way to give back to the WordPress project and have some fun helping people at the same time.</p>\n<p>Interested? <a href=\"https://make.wordpress.org/support/20-questions/\">Get the details on how to participate</a>.</p>\n<p>Hope to see you next weekend!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.4.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 20:07:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4041\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 4.4.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was reported by Crtc4L. There were also several non-security bug fixes: Emoji […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5153:\"<p>WordPress 4.4.1 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">reported</a> by <a href=\"https://hackerone.com/crtc4l\">Crtc4L</a>.</p>\n<p>There were also several non-security bug fixes:</p>\n<ul>\n<li>Emoji support has been updated to include all of the latest emoji characters, including the new diverse emoji! <img src=\"https://s.w.org/images/core/emoji/72x72/1f44d.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3ff.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fc.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n<li>Some sites with older versions of OpenSSL installed were unable to communicate with other services provided through some plugins.</li>\n<li>If a post URL was ever re-used, the site could redirect to the wrong post.</li>\n</ul>\n<p>WordPress 4.4.1 fixes 52 bugs from 4.4. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.4.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.4.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.4.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.4.1.</p>\n<p>Thanks to everyone who contributed to 4.4.1:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/Compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/DvanKooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom/\">Jeff Pye Brook</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/JPr\">jpr</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/KrissieV\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/ShinichiN\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, and <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 4.4 “Clifford”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2015/12/clifford/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 03:25:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:40352:\"<p>Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png 1680w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&s=180&r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</a>, <a href=\"https://profiles.wordpress.org/aduth\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/athsear\">Athsear\'J.S.</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel Ménard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">Jan Henckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joehills\">joehills</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jpr\">jpr</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Dróżdż</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">sdavis2702</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">Stéphane Boisvert</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Krüss</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/chacha102\">Tyler Carter</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.5!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/11/wordpress-4-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Nov 2015 23:04:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.4 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1801:\"<p>The release candidate for WordPress 4.4 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin’s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 00:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3977\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1407:\"<p>WordPress 4.4 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Nov 2015 22:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3969\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 20:50:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3966\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 23:54:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3926\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.4 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"<p>WordPress 4.4 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you’ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2015 15:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2015/08/billie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Aug 2015 19:12:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3845\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"Version 4.3 of WordPress, named “Billie” in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22537:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - "Billie"\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" srcset=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-300x168.png 300w, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png 1024w\" sizes=\"(max-width: 692px) 100vw, 692px\" /></p>\n<p>Version 4.3 of WordPress, named “Billie” in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<p><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div><br />\nYour writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n <br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n <br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&s=180&r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff (chriscct7)</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">DH-Shredder</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">James Golovich</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai Jacobsen</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.4!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 24 Jan 2016 16:26:23 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 22 Jan 2016 18:31:49 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(174,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1453695984','no'),(177,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1453652784','no'),(180,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1453695985','no'),(183,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6878:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. Starting today and every Friday, I’ll share an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Beyond Imagination by Dustin Filippini</h2>\n<p>Dustin Filippini, <span class=\"st\">a web developer based in Milwaukee, WI</span> <a href=\"http://heropress.com/essays/beyond-imagination/\">shared his HeroPress story</a> on how he got involved with WordPress. When Filippini was fired after two years of working in a retail management position, he dedicated all of his resources to learning web design and development in the late 90s and early 2000s.</p>\n<p>While the firing was a blow to his self-esteem, it provided him with the motivation to follow his passion. Filippini turned a bad situation into one of the best things that’s ever happened to him. Filippini’s story is another example that shows why local WordPress meetups are the cornerstone of the community.</p>\n<h2>A/B Testing With WordPress</h2>\n<p>There’s a <a href=\"https://wpchat.com/t/ab-testing-plugin-or-service-what-do-you-use/1259\">great discussion on WPChat.com</a> where folks are sharing information on the services and plugins they use to A/B test sites. The thread includes input from Josh Pollock, who develops <a href=\"http://ingothq.com/\">Ingot</a>, an A/B testing plugin for WordPress.</p>\n<h2>Freedom, Speech, and Codes of Conduct</h2>\n<p>Morten Rand-Hendriksen <a href=\"http://mor10.com/on-freedom-and-speech/\">published a great article</a> that dives into the freedom of speech, hate speech, codes of conduct, and the idea of speech as an act. I don’t understand what so many people have against codes of conduct but I agree with Hendriksen when he says:</p>\n<blockquote><p>Codes of Conduct are in place to protect everyone’s rights: They ensure a space in which a civil discourse can take place without anyone resorting to personal attacks and creating an environment that becomes inaccessible or actively hostile to participants or groups. Codes of Conduct ensure open spaces for freedom of expression.</p></blockquote>\n<h2>The Story Behind the Wapuu Coins at WordCamp US 2015</h2>\n<p>For many attendees at WordCamp US, the metal challenge coins distributed by GoDaddy <a href=\"https://twitter.com/benjaminefox/status/676987883954245633\">were a hit</a>. Mendel Kurland, Evangelist for GoDaddy, <a href=\"https://mendel.me/community/event/conference/wordcamp/2015/the-story-behind-the-wordcamp-us-godaddy-coins/\">shares the story</a> and meaning behind the coins. Also, make sure you read the rules to<a href=\"http://www.goatlocker.org/resources/cpo/history/cpocoin.htm\"> a game </a>that’s played at WordCamps that involves the challenge coin.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/WordCampUSCoins.jpg\" rel=\"attachment wp-att-50946\"><img class=\"size-full wp-image-50946\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/WordCampUSCoins.jpg?resize=600%2C450\" alt=\"WordCamp US Challenge Coins\" /></a>WordCamp US Challenge Coins\n<p>For those who don’t know, <a href=\"http://marktimemedia.com/project/wapuu-challenge-coins-2/\">the coins</a> were designed by Michelle Schulp of <a href=\"http://marktimemedia.com/\">Marktime Media</a>.</p>\n<h2>Reminder About the WordPress Plugin Directory Tag Policy</h2>\n<p>If you’re planning to submit your plugin to the WordPress plugin directory, please review the guidelines regarding the use of tags. In general, plugins are limited to 12 or less and tags should relate to the plugin’s features.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/plugins/2016/01/20/reminder-policy-about-tags-in-plugin-readmes/\">Reminder: Policy About Tags In Plugin Readmes</a></p></blockquote>\n<p></p>\n<h2>Endless Stream of WordPress Positivity</h2>\n<p>The WordPress project <a href=\"http://wptavern.com/wordpress-is-revamping-its-testimonials-page-with-ilovewp-social-media-campaign\">recently revamped</a> its <a href=\"https://wordpress.org/about/testimonials/\">testimonials page</a> that features testimonials from people sharing their love of WordPress on social media. Browsing the <a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp hashtag</a> on Twitter shows that there’s a lot to like about WordPress.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp</a> because of the community. I have found my tribe, full of people who collaborate and love building cool stuff.</p>\n<p>— Andy Stitt (@andywpdev) <a href=\"https://twitter.com/andywpdev/status/690592726761508864\">January 22, 2016</a></p></blockquote>\n<p></p>\n<h2>A Look Back at the History of WordPress User Interfaces</h2>\n<p>Although it was published in 2014, <a href=\"http://www.wpexplorer.com/history-wordpress-ui/\">this post by WPExplorer</a> that looks at the history of the WordPress user interface is great reference material. It’s difficult to install older versions of WordPress to obtain screenshots which is why the post is a treasure trove of information. The user interface has come a long way since its creation in 2003.</p>\n<h2>Hot Cocoa/Coffee Wapuu!</h2>\n<p>In what will be a traditional part of this series, I’m going to end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. As it’s Winter here in the US, Hot Cocoa/Coffee Wapuu, designed by Michelle Schulp, is one most of us can relate too.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Special <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> for the season: Hot Cocoa/Coffee Wapuu! Some of you might see him around :) <a href=\"https://t.co/U6bPpmUyXm\">pic.twitter.com/U6bPpmUyXm</a></p>\n<p>— Michelle Schulp ☜ (@marktimemedia) <a href=\"https://twitter.com/marktimemedia/status/677256313844326400\">December 16, 2015</a></p></blockquote>\n<p></p>\n<p>That’s it for issue one. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 21:26:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Deployer App Pushes Plugins from GitHub to WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50938\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/deployer-app-pushes-plugins-from-github-to-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4632:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/deployer.png\" rel=\"attachment wp-att-50944\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/deployer.png?resize=1025%2C493\" alt=\"deployer\" class=\"aligncenter size-full wp-image-50944\" /></a></p>\n<p><a href=\"http://arunas.co/\" target=\"_blank\">Arūnas Liuiza</a>, like many other WordPress developers, prefers to develop his plugins on GitHub, thanks to the collaborative tools for issue tracking, merging, and pull requests. Hosting and developing open source projects on GitHub is much easier than trying to get any participation from the community via a plugin’s Subversion repo on WordPress.org.</p>\n<p>For these reasons Liuiza decided to create <a href=\"http://deployer.edwinapp.com/\" target=\"_blank\">Deployer</a>, a service that allows plugin developers to publish plugins to the WordPress.org Plugin Directory directly from GitHub, without using Subversion at all. He first presented the app at <a href=\"http://lithuania.wordcamp.org/\" target=\"_blank\">WordCamp Lithuania</a> in September 2015, but hasn’t yet given it much promotion.</p>\n<p>“I wanted to streamline the process of publishing plugins from GitHub to WordPress.org,” Liuiza said. “I have more than 10 plugins in the repository, so I want to do things fast and easily.”</p>\n<p>Last July we covered a similar service called <a href=\"http://wptavern.com/ship-a-new-app-for-shipping-plugins-from-github-to-wordpress-org\" target=\"_blank\">Ship</a>, which offered a hassle free approach to shipping plugins directly from GitHub to WordPress.org. Liuiza, with 10 plugins to maintain, was initially excited about Ship but found there were several drawbacks.</p>\n<p>“First, Ship required pretty wide access to my GitHub account,” he said. “GitHub does not provide granular API access, so I’d have to grant Ship access to all my GitHub repos, not only the one I wanted to publish from. That includes my private repos.</p>\n<p>“Second, Ship needed my WordPress.org credentials. And because it will need to use them regularly, they could not really hash them and had to store them in plaintext. Again, that would give Ship access to everything in my WordPress.org account. All plugins, all themes, all comments, all translations, etc. Everything.”</p>\n<p>This inspired Liuiza to create Deployer with a new approach that doesn’t require giving away access and credentials.</p>\n<p>“In comparison to Ship, Deployer takes a quite opposite stance when it comes to requiring access,” he said. “Where Ship requests a lot of privileges, Deployer asks for almost none.</p>\n<p>“Deployer asks no privileges on GitHub. Public GitHub repositories can be cloned without any limitations by anyone, so Deployer does that. Deployer would need access to set up a WebHook for itself, but instead of requesting access Deployer provides step by step instructions for user how to set up the Webhook manually,” Liuiza said.</p>\n<p>The Deployer service doesn’t handle any sensitive authentication data for GitHub or WordPress.org. Instead, it requires a more manual setup.</p>\n<p>“Instead of requiring user’s WordPress.org credentials, Deployer has a dedicated WordPress.org user, deployer,” Liuiza said. “The plugin author has to manually add the deployer user to his plugin’s committer list, thus allowing that user to commit code to plugin’s SVN repository. This also enhances security, because WordPress.org can identify all the commits, made by the deployer user and roll them back in case there is a breach from Deployer’s side.”</p>\n<p>Pushing a new version of a plugin from GitHub to WordPress.org is as easy as tagging the new version on GitHub. Deployer even handles updates to the readme.txt file and the assets directory.</p>\n<p>“In terms of technology, Deployer is basically a single PHP file, that parses calls from GitHub Webhooks and then executes a bunch of shell commands (mostly git and svn) on a small Linux VPS box,” Liuiza said.</p>\n<p>Since launching last year, 34 plugins have been registered with Deployer, although Liuiza said he doesn’t keep logs on how many developers are using it regularly. He doesn’t currently have plans to monetize it but is happy to <a href=\"http://arunas.co/#coffee\" target=\"_blank\">accept donations</a>.</p>\n<p>“Unless it becomes a drain on my resources (and it does not seem likely at this point) it will always be a free tool,” Liuiza said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 20:59:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WordPress is Revamping Its Testimonials Page with #ilovewp Social Media Campaign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/wordpress-is-revamping-its-testimonials-page-with-ilovewp-social-media-campaign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6783:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/heart.jpg\" rel=\"attachment wp-att-50928\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/heart.jpg?resize=800%2C378\" alt=\"photo credit: Wear your heart on a string - (license)\" class=\"size-full wp-image-50928\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/34039290@N06/4683226311\">Wear your heart on a string</a> – <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>WordPress.org is getting some love in 2016. In addition to a beautifully redesigned <a href=\"https://login.wordpress.org/\" target=\"_blank\">login page</a>, the <a href=\"https://wordpress.org/about/testimonials/\" target=\"_blank\">testimonials page</a> is in the process of being completely revamped.</p>\n<p>The update comes not a moment too soon, as the <a href=\"https://web.archive.org/web/20160121081904/https://wordpress.org/about/testimonials/\" target=\"_blank\">old testimonials</a> page included entries dating back to 2003 with what are now rather humorous references to b2 and Moveable Type:</p>\n<blockquote><p>I had been an avid b2 user for the last 6 months or so, but then decided to take advantage of WordPress’s features, commitment to extra development and stable codebase. So far, so good. – BC</p></blockquote>\n<blockquote><p>From my just under 24 hours of experience with WordPress, I’m a happy man. This is fantastic code, and it’s only just getting on its feet! The updates that are forthcoming promise to make this one of the premiere weblog engines on the web today. Good work! I eagerly await your future versions! — Aaron Mildenstein</p></blockquote>\n<p>Aaron Mildenstein may have been peering through a crystal ball when he wrote that testimonial 13 years ago, as WordPress now powers 25% of the web. The software and the community have changed drastically from those early days when it was still vying for legitimacy. There are now more CMS options than ever, and WordPress is the leader of the pack.</p>\n<p>Yesterday, Matt Mullenweg <a href=\"https://ma.tt/2016/01/testimonials-for-wordpress/\" target=\"_blank\">posted</a> a call for users to share what WordPress means to them using the hashtag #ilovewp on WordPress, Twitter, or Facebook.</p>\n<p>“Think of something that you love about WP that would make someone who hasn’t heard of it, or is on the fence about using it, compelled to try it out,” Mullenweg said.</p>\n<p>Twitter is filling up with heart-warming snippets of how WordPress has opened up opportunities for people to make a living and be a part of a community that is changing the web:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">My career, my livelihood, my friends and peers… I honestly owe it all to WordPress. Seriously. <a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp</a></p>\n<p>— Mitch Canter (@thatmitchcanter) <a href=\"https://twitter.com/thatmitchcanter/status/690300103312150529\">January 21, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">I have a fulfilling career that travels with me wherever the Army sends our family <a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp</a> (& <a href=\"https://twitter.com/10up\">@10up</a>)</p>\n<p>— Christine Garrison (@C__Garrison) <a href=\"https://twitter.com/C__Garrison/status/690566589486247936\">January 22, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">WordPress taught me to appreciate <a href=\"https://twitter.com/hashtag/OpenSource?src=hash\">#OpenSource</a> more- and the Community fixes my broken faith in People! <a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp</a> <a href=\"https://twitter.com/hashtag/Fight?src=hash\">#Fight</a> <a href=\"https://twitter.com/hashtag/Startup?src=hash\">#Startup</a> <a href=\"https://twitter.com/hashtag/Burnout?src=hash\">#Burnout</a></p>\n<p>— Omaar Osmaan (@Moonomo) <a href=\"https://twitter.com/Moonomo/status/690340669554995200\">January 22, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">WordPress, serving food on our table since 2008. <a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp</a></p>\n<p>— Emil Uzelac (@emiluzelac) <a href=\"https://twitter.com/emiluzelac/status/690344518013566978\">January 22, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp</a> because it taught me that tech could intersect with the arts.</p>\n<p>— Chris Rudzki (@rudzki) <a href=\"https://twitter.com/rudzki/status/690374690938998784\">January 22, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Community, community, community, community, community, community, community, community, community, community, community, community <a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp</a></p>\n<p>— Luc Princen (@LucP) <a href=\"https://twitter.com/LucP/status/690442499157028864\">January 22, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/ilovewp?src=hash\">#ilovewp</a> because it makes me feel part of a community that is making the world a better place ❤️ <a href=\"https://twitter.com/hashtag/opensource?src=hash\">#opensource</a> <a href=\"https://twitter.com/hashtag/FreedomOfExpression?src=hash\">#FreedomOfExpression</a></p>\n<p>— Stef Mattana (@stefmattana) <a href=\"https://twitter.com/stefmattana/status/690545358930366464\">January 22, 2016</a></p></blockquote>\n<p></p>\n<p>The most striking change in the testimonials today versus the early ones in 2003 is that WordPress is now much more than the sum of its distinguishing blog features. For many users, WordPress means a chance to make a living while taking care of their families and a chance to connect to a global community of people who believe in open source software.</p>\n<p>As for me, I love WordPress because it gives people a voice. It puts the power of publishing into the hands of every day people. I also appreciate that the people behind WordPress, all the way up to the very top, are defenders of free speech and <a href=\"http://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" target=\"_blank\">advocates of the open web</a>. Even if the technology behind the software makes radical shifts, WordPress’ guiding principles are what make it a publishing platform that will stand the test of time.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 18:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: Testimonials for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=45800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://ma.tt/2016/01/testimonials-for-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:829:\"<p>One area that’s been unloved for a bit on WordPress.org is the testimonials page, it was almost funny because they were so old they talked about things people don’t even know what they are any more. Well today is a new day, <a href=\"https://wordpress.org/about/testimonials/\">on the new page we’ll be embedding snippets from WordPress, Twitter, and Facebook of people saying what WordPress has meant for them</a>. Post <a href=\"https://twitter.com/search?f=tweets&vertical=default&q=%23ilovewp&src=typd\">with the tag #ilovewp</a> and it might show up there. <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> Think of something that you love about WP that would make someone who hasn’t heard of it or is on the fence about using it compelled to try it out.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 00:57:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Early Bird Tickets for WooConf 2016 Now on Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50878\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/early-bird-tickets-for-wooconf-2016-now-on-sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3528:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wooconf.png\" rel=\"attachment wp-att-50887\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wooconf.png?resize=1025%2C448\" alt=\"wooconf\" class=\"aligncenter size-full wp-image-50887\" /></a></p>\n<p><a href=\"https://wooconf.com/\" target=\"_blank\">WooConf 2016</a>, a conference devoted entirely to WooCoomerce, will be held in Austin, Texas on April 6-8th. <a href=\"http://wptavern.com/wooconf-the-first-ever-conference-dedicated-to-woocommerce-deemed-a-success\" target=\"_blank\">Recaps from those who attended in 2014</a> are all agreed that this is one conference you don’t want to miss if you work with WooCommerce. The event attracts a healthy mix of entrepreneurs, developers, designers and consultants. The WooNinjas who build the platform will also be on hand with expert tips and advice. Attendees will be able to book them for 30 minute consultations throughout the day.</p>\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\" target=\"_blank\">WooCommerce</a> has been downloaded more than 12 million times and is active on more than a million WordPress sites. The software is currently <a href=\"http://wptavern.com/woocommerce-dominates-global-e-commerce-platforms-passes-7-million-downloads\" target=\"_blank\">dominating global e-commerce</a>, powering roughly 30% of all online stores. WooConf 2016 will be the first WooCommerce event since <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">Automattic acquired WooThemes</a> in May 2015.</p>\n<p>More than 30 speakers will be on the schedule, including SocialMedia.org CEO Andy Sernovitz, e-commerce expert David De Boer, and Automattic CEO Matt Mullenweg.</p>\n<p>Conference organizers are holding a <a href=\"https://wooconf.com/golden-ticket/?\" target=\"_blank\">Golden Ticket contest</a> where participants who share their WooCommerce stories on Instagram have a chance to win a round-trip flight, hotel accommodation, and conference pass. More than <a href=\"https://www.instagram.com/explore/tags/wooconf/\" target=\"_blank\">350 posts</a> are already marked with the #WooConf hastag.</p>\n<blockquote class=\"instagram-media\"><div>\n<div>\n<div></div>\n</div>\n<p> <a href=\"https://www.instagram.com/p/_33f7atbPi/\" target=\"_blank\">Using WooCommerce to power your business? Built a beautiful store for a client? Share your story with us here and stand a chance to win a golden ticket to #WooConf in Austin, April 6-8 2016. Details and Ts&Cs at WooConf.com/golden-ticket/</a></p>\n<p>A video posted by WooCommerce (@woocommerce) on Dec 29, 2015 at 2:48am PST</p>\n</div>\n</blockquote>\n<p></p>\n<p>The video contest is unearthing a host of diverse ways that WooCommerce is being used around the globe, such as selling educational courses, helping children in India, selling music, and even powering a dog grooming business. If you browse the contest videos, it’s amazing to see how many different applications people have found for the WooCommerce platform.</p>\n<p>If you’re planning to attend the event, don’t wait to grab your tickets. The first WooConf in 2014 was sold out at 320 attendees and this year’s event will likely be no exception. <a href=\"https://wooconf.com/product/wooconf-2016-tickets/\" target=\"_blank\">Early bird tickets are on sale</a> for $499 through the end of January. Regular tickets will be sold for $599 until March 1st when the last minute price will go up to $699.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 00:08:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WPWeekly Episode 222 – iThemes Enters The Real Time Backup Space\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50899&preview_id=50899\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/wpweekly-episode-222-ithemes-enters-the-real-time-backup-space\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2414:\"<p>In this short and sweet edition of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the latest headlines including, iThemes 8th year in business and the launch of their real time backup service, Drupal’s 15th birthday, and more. We also provide a brief status update on WordPress 4.5.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/ithemes-announces-real-time-backup-service-stash-live\">iThemes Announces Real-time Backup Service Stash Live</a><br />\n<a href=\"http://wptavern.com/new-upvato-service-offers-free-backups-for-envato-market-products\">New Upvato Service Offers Free Backups for Envato Market Products</a><br />\n<a href=\"http://wptavern.com/happy-15th-birthday-drupal\">Happy 15th Birthday Drupal</a><br />\n<a href=\"http://wptavern.com/glotpress-is-now-available-as-a-wordpress-plugin\">GlotPress is Now Available as a WordPress Plugin</a><br />\n<a href=\"http://wptavern.com/matt-mullenweg-addresses-concerns-that-wordpress-is-moving-too-fast\">Matt Mullenweg Addresses Concerns That WordPress is Moving Too Fast</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/easy-image-filters/\">Easy Image Filters</a> enables users to apply a variety of filters and effects to images stored in the Media library.</p>\n<p><a href=\"https://wordpress.org/plugins/holiday-logos/\">Holiday Logos</a> automatically changes your logo, image, background, or video based on the date.</p>\n<p><a href=\"https://wordpress.org/plugins/after-comment-prompts/\">After Comment Prompts</a> allows you to display a modal prompt after a user successfully posts a comment. Great for calls to action like social follows, product views, etc.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, Jan 27th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #222:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2016 23:42:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Michael Arestad Sparks Renewed Effort to Improve the Content Creation Experience in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50847\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/michael-arestad-sparks-renewed-effort-to-improve-the-content-creation-experience-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4606:\"<p>In 2013, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, Design Engineer at Automattic, <a href=\"https://make.wordpress.org/design/2013/08/08/proposal-improving-the-content-editing-experience/\">published a proposal</a> to improve the content creation and editing experience in WordPress. Her proposal and associated mockups like the one below, generated a lot of discussion. However, the project lost steam and major changes to the Add New Post screen were not implemented.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2013/08/ContentEditingProposal.png\" rel=\"attachment wp-att-8380\"><img class=\"size-full wp-image-8380\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2013/08/ContentEditingProposal.png?resize=1025%2C825\" alt=\"ContentEditingProposal\" /></a>Post Writing/Editing Interface Concept From 2013\n<p>The post editor has undergone <a href=\"http://www.wpexplorer.com/history-wordpress-ui/\">numerous improvements</a> over the years from metaboxes in WordPress 2.0 to oEmbed support in 2.9. Here’s what the post editor looked like in WordPress 3.0.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/wordpress-3.0-posteditor.jpg\" rel=\"attachment wp-att-50874\"><img class=\"size-full wp-image-50874\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/wordpress-3.0-posteditor.jpg?resize=620%2C414\" alt=\"WordPress 3.0 Post Editor Interface\" /></a>WordPress 3.0 Post Editor Interface\n<p><a href=\"https://profiles.wordpress.org/michael-arestad\"> Michael Arestad</a>, Designer at Automattic, is sparking <a href=\"https://make.wordpress.org/design/2016/01/11/improving-post-new/\">renewed interest</a> to revamp the content editing and creation experience in WordPress. The project is composed of several smaller projects such as, the publishing user experience, automatic saving, the toolbar, metaboxes, and more.</p>\n<p>“A few of us have been talking about getting these projects going for a while so I wanted to see how much interest there is and how many contributors we have to work with. I am by no means leading this as much as doing what I can to get the people interested in some of these projects going on them. I’ll personally be working on some of the longer projects,” Arestad told the Tavern.</p>\n<p>A few people have already committed to parts of the project. <a class=\"mention\" href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a> is leading a team focused on improving the Revisions UI while Hugo Baeta is leading the <a href=\"https://core.trac.wordpress.org/ticket/27159\">Toolbar Remix</a> team.</p>\n<p>The Revisions UI project is focused on experimenting with alternative interfaces to improve user friendliness with a secondary goal of providing a way for users to quickly switch between revisions. The Toolbar Remix team will audit the toolbar in the editor and determine whether buttons should be rearranged, added, or removed.</p>\n<p>“Most of these projects will span multiple releases depending on the complexity of implementations and the number of usability tests required. There might be a few small ones that make 4.5,” Arestad said.</p>\n<p>A majority of the projects are in the beginning stages. If you’re interested in contributing to an initiative, contact Arestad on <a href=\"https://make.wordpress.org/chat/\">SlackHQ</a> or the person leading the project that interests you. You can also <a href=\"https://make.wordpress.org/design/2016/01/11/improving-post-new/\">leave feedback</a> by commenting on the proposal.</p>\n<h2>Looking Forward to Change</h2>\n<p>I work in the post editor everyday and while it’s a good experience, I want to experiment with alternative interfaces like the conceptual editor in the screenshot above. Consolidating metaboxes into the visual editor is a refreshing idea that I want to use in the real world to see if it speeds up my workflow.</p>\n<p>If I were a betting man, I’d say the Add New Post screen is the most viewed and used part of the WordPress backend. Any changes to the editor and experience will affect a large number of users as evidenced by <a href=\"http://wptavern.com/wordpress-4-4-removes-the-view-post-and-get-shortlink-buttons-from-the-post-editor\">the removal</a> of the View Post and Get Shortlink buttons in WordPress 4.4. However, any change that is implemented will likely be meticulously calculated by the core team.</p>\n<p>What changes to the Add New Post screen do you want to see that would improve the way you create content in WordPress?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2016 19:07:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Jetpack 3.9 Introduces New Sitemaps Module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50845\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/jetpack-3-9-introduces-new-sitemaps-module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3218:\"<p><a href=\"http://jetpack.me/2016/01/20/39-sitemaps-skype-sharing/\" target=\"_blank\">Jetpack 3.9</a> has just been released with a new module that makes it easy for users to add <a href=\"https://jetpack.me/support/sitemaps/\" target=\"_blank\">sitemaps</a> to their websites. Since <a href=\"http://www.sitemaps.org/\" target=\"_blank\">sitemaps</a> are important for SEO, many WordPress sites already have a plugin installed to create them. The new module in Jetpack will detect if you’re already using one of the popular sitemap plugins before activating.</p>\n<p>Users who prefer their current sitemaps plugin can leave the Jetpack module deactivated. As an alternative, you can remove the extra plugin and simply opt for using the one in Jetpack.</p>\n<p>The new Sitemaps module has nothing to configure. It will automatically create the following two sitemaps:</p>\n<ul>\n<li>A generic sitemap: yoursitename.com/sitemap.xml\n<li>A news sitemap: yoursitename.com/news-sitemap.xml\n</ul>\n<p>Here’s an example:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/jetpack-sitemaps.png\" rel=\"attachment wp-att-50860\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/jetpack-sitemaps.png?resize=1025%2C744\" alt=\"jetpack-sitemaps\" class=\"aligncenter size-full wp-image-50860\" /></a></p>\n<p>The news sitemap is written specifically for publishers who want to show up in Google News. If you meet Google’s quality and technical guidelines for news sites, you can <a href=\"https://support.google.com/news/publisher/answer/40787?hl=en\" target=\"_blank\">apply to be included</a>. Upon approval, the search engine will index your site using this sitemap. It displays only posts published in the last 48 hours.</p>\n<p>Jetpack also includes two filters that allow you to add more post types to the sitemaps, since they are limited in what they display. The generic sitemap includes posts, pages, and the custom post types included in Jetpack. The news sitemap only includes posts. Check out Jetpack’s <a href=\"https://jetpack.me/support/sitemaps/\" target=\"_blank\">sitemaps documentation</a> for help customizing them.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/social-menu.png\" rel=\"attachment wp-att-50872\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/social-menu.png?resize=300%2C101\" alt=\"social-menu\" class=\"alignright size-medium wp-image-50872\" /></a>Version 3.9 of the plugin also includes a new Skype sharing button and a new <a href=\"http://jetpack.me/support/social-menu/\" target=\"_blank\">social menu</a> feature that uses Genericons. Theme developers who want to include support for a menu that displays links to social networks can simply declare theme support and use a template tag to output the menu.</p>\n<p>This version also improves Photon’s compatibility with WordPress 4.4’s custom image sizes and the module now works seamlessly on HTTPS sites with no filter required.</p>\n<p>Jetpack 3.9 features 20 enhancements and 18 bug fixes. Check out the <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</a> for a full overview.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jan 2016 17:52:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Theme Hybrid Releases Its First Commercial Plugin: Theme Designer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/theme-hybrid-releases-its-first-commercial-plugin-theme-designer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4879:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/colored-pencils.jpg\" rel=\"attachment wp-att-50851\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/colored-pencils.jpg?resize=1025%2C464\" alt=\"photo credit: Mari Pi\" class=\"size-full wp-image-50851\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/7MBZIHU7O7\">Mari Pi</a>\n<p>After nearly eight years in business, <a href=\"http://themehybrid.com/\" target=\"_blank\">Theme Hybrid</a> has released its first commercial plugin. Up until now, all of the club’s themes and plugins have been free, but Justin Tadlock decided to try something new with the release of <a href=\"http://themehybrid.com/plugins/theme-designer\" target=\"_blank\">Theme Designer</a>, priced at $125 (with support).</p>\n<p>The price tag reflects the fact that Theme Designer targets independent theme authors, a very small niche demographic. The plugin is a theme portfolio manager with meta fields that cater to displaying theme data. It is the first of its kind and goes far beyond a traditional portfolio plugin to pull in data from WordPress.org, such as ratings, active installs, and downloads.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/theme-designer.png\" rel=\"attachment wp-att-50840\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/theme-designer.png?resize=1025%2C684\" alt=\"theme-designer\" class=\"aligncenter size-full wp-image-50840\" /></a></p>\n<p>I spoke with Tadlock to find out why he decided to make the plunge into commercial plugin development after nearly a decade of creating free products and charging for support.</p>\n<p>“From my observations, the larger WP ecosystem has changed over the years,” Tadlock said. “When I first began Theme Hybrid, people were more willing to pay for support and less willing to pay for an entire theme/plugin.</p>\n<p>“Commercial plugins were pretty much nonexistent at the time. Today, it’s a much different picture. Essentially, it’s a move that I think makes sense for my site as a business.</p>\n<p>He also said that, given the plugin’s limited audience, “There’s a finite number of people who would ever buy it. I couldn’t justify spending the development time on this as a free plugin.”</p>\n<h3>“Plugin development is where the commercial space is moving.”</h3>\n<p>Tadlock, a co-author on <a href=\"http://www.amazon.com/Professional-WordPress-Plugin-Development-Williams/dp/0470916222/\" target=\"_blank\">Professional WordPress Plugin Development</a>, is no stranger to the plugin space, but has always pursued other avenues of monetization (i.e. support and theme reviews.)</p>\n<p>“Plugin development is where the commercial space is moving,” he said. “The theme market is saturated, and there’s only so much you can do with a theme. There’s still room to innovate with themes beyond the ‘slider + 3 boxes + 3 boxes’ design, but that’s not my primary focus right now. Plugins allow me to explore ideas that I’d never be able to explore with themes,” Tadlock said.</p>\n<p>His next product will be aimed directly at plugin developers with a good deal of crossover on features from Theme Designer.</p>\n<p>“They’ll share much of the same UI,” Tadlock said. “The WordPress.org Plugins API integration should be a little deeper. Plugin devs have extra info they can add with their <code>readme.txt</code> file.</p>\n<p>“I’ve still got a bunch of research left though. With Theme Designer, I looked at all the major theme businesses like StudioPress, WooThemes, ThemeForest, and many more. So, I’ll need to do the same for plugins,” he said.</p>\n<p>With hundreds, or perhaps thousands of theme sellers out there, it’s surprising that the WordPress product space doesn’t already have more tools for showcasing their work. The theme market has long since matured to the point of sellers needing their own specialized tools. Every shop seems to end up building or adapting its own solution in-house. Tadlock is hoping that introducing commercial plugins like Theme Designer will expand Theme Hybrid’s user base.</p>\n<p>“In the long run, it should bring in a wider audience of users,” he said. “One thing I’ve noticed over the past couple of years is that more people have already been signing up for plugin support, so the site’s audience is already in a transitioning phase.”</p>\n<p>Tadlock still plans to build free plugins and themes in addition to the new commercial offerings. “I don’t see that changing any time soon,” he said. “I’ll still build free plugins and themes, so that’s not changing.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jan 2016 23:41:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: WP Valet Rebrands Multimillion Dollar WordPress Support Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/wp-valet-rebrands-multimillion-dollar-wordpress-support-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6325:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/valet-logo.png\" rel=\"attachment wp-att-50824\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/valet-logo.png?resize=1025%2C385\" alt=\"valet-logo\" class=\"aligncenter size-full wp-image-50824\" /></a></p>\n<p>When Mason James hired his first contractor and launched <a href=\"http://www.valet.io/\" target=\"_blank\">WP Valet</a> in 2012, scaling up wasn’t part of his master plan. He knew he couldn’t do it alone but couldn’t imagine having more than a small team. His first contractor, Kim Lipari, became a partner and helped to bring in more customer requests than they knew how to handle. Four years later, the team is now 10 employees and 6 full-time contractors, and the company is hiring aggressively to fill more positions.</p>\n<p>Today WP Valet is dropping the “WP” from its name and <a href=\"http://www.valet.io/we-are-valet/\" target=\"_blank\">rebranding as Valet</a>. The company started out providing monthly professional services and support for WordPress website owners, but expanded to take on more client work after acquiring a local design agency.</p>\n<p>“In 2014, EasilyAmused merged with us and we acqui-hired their team,” James said. “James Tryon came on board as our Creative Director to continue leading this team. This made a huge difference as it doubled our team size and allowed us to provide a much higher level of design and development.”</p>\n<p>The rebranding announced today is a reflection of Valet’s expanded services. “We’re still 100% built on and using WordPress and think it’ll be an integral part of websites for a long, long time to come,” James said. “But we want to expand our customer reach as well.</p>\n<p>“Our services are centered around best practices that are applicable to all websites – regardless of their platform. And finally, our customer needs include branding, design, strategy, and a ton of other things that don’t specifically require WordPress. The new Valet brand provides us room to have these discussions.”</p>\n<p>Growing the team to take on more custom development, in addition to monthly website support services, has paid off for Valet, which is now a multimillion dollar company.</p>\n<p>“We’ve seen steady growth since we started in 2012,” James said. “We’re proud to be a grassroots startup with no funding or investors.</p>\n<p>“Our revenue is split pretty evenly between monthly support and individual custom development/design projects. Part of our rebranding goals was to line up our presentation with what we really do today.</p>\n<p>“While migrations made up a third of our revenue in the first year, it now accounts for less than an eighth! Overall our revenue is in the millions, though closer to 10M than to 100M. Year-over-year revenue growth increased about 45% in 2015.”</p>\n<h3>Raising the Bar on Support</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wp-valet-team.jpg\" rel=\"attachment wp-att-50825\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wp-valet-team.jpg?resize=920%2C421\" alt=\"wp-valet-team\" class=\"aligncenter size-full wp-image-50825\" /></a></p>\n<p>As Valet continues to scale its support services team, James is on a mission to change the WordPress support niche. When the company was first starting out, they became well known for handling migrations and maintenance.</p>\n<p>“We reached out to a couple of companies and asked if we could do some migrations for them,” James said. “We wanted to better understand their setup and expectations. This resonated well with a few of those companies and we ended up doing thousands of migrations, growing the team to four people who exclusively handled migrations on a day-to-day basis.”</p>\n<p>However, James never aimed for WP Valet to be a migrations and maintenance company and is determined to reshape customer thinking about monthly support.</p>\n<p>“The truth is, WP Valet was founded on the idea of ongoing professional services,” he said. “It was never meant to be specific to migrations or maintenance. The real passion was to make sure website owners had all the strategy, insights, and support they needed to operate in the month-to-month requirements of running a business.”</p>\n<p>James is hoping to change the support niche so as not to perpetuate the idea of “maintenance” to customers. He said that he doesn’t like the word and avoids it on purpose.</p>\n<p>“Most of our customers are not ‘brochure sites’ with WordPress,” he said. “They’re businesses. They rely on their sites to help create revenue.</p>\n<p>“I frequently tell our potential clients, <em>‘Maintenance is fine for your dishwasher, but your business should always be pursuing growth!’</em> We do this by creating real, targeted metrics for our clients across several key areas of site performance and provide them with the ability to see these stats at any time. More than that, we work pro-actively to make sure key areas like site speed and traffic are improving without the client needing to open a specific request.”</p>\n<p>The Valet team plans to focus on performance benchmarking this year while continuing to support the monthly needs of their customers. According to James, 50% of their revenue still comes from the regular monthly support plans. Balancing the rapid growth of the support team while managing projects as a full service agency is a delicate balancing act.</p>\n<p>“Growth and scaling are absolutely terrifying,” James said. “When people ask me about how fast we scale, I respond with something along the lines of ‘as much as we can without me lying in the fetal position under the piano in the den.’</p>\n<p>“I’ve found that it’s more natural for me to identify and take action on failure then it is to measure success,” he said. “Finding success can leave me with a ‘now what?’ feeling so I’m learning to enjoy the moments and victories on the ride.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jan 2016 17:48:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: iThemes Announces Real-time Backup Service Stash Live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50805\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/ithemes-announces-real-time-backup-service-stash-live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1582:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/StashLiveLogo.png\" rel=\"attachment wp-att-50808\"><img class=\"aligncenter size-full wp-image-50808\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/StashLiveLogo.png?resize=725%2C325\" alt=\"Stash Live Banner\" /></a><a href=\"https://ithemes.com/\">iThemes</a>, a WordPress company that’s celebrating eight years in business this month, is announcing a new add-on called <a href=\"https://ithemes.com/2016/01/19/our-next-wordpress-game-changer-is-coming/\">Stash Live</a> which will be part of BackupBuddy 7.0. Similar to <a href=\"https://vaultpress.com/\">VaultPress</a>, Stash Live is a service that will enable users to perform real-time backups.</p>\n<p>Both the database and files will be streamed to the service where you can create a snapshot. The snapshot includes, a site’s database, files, plugins, and themes. Users will be able to download the .ZIP file or keep it on Stash Live and use it as an off-site backup storage location.</p>\n<p>In addition to performing real-time backups, Stash Live offloads the processing power used to create them making it friendly to shared webhosting environments. BackupBuddy 7.0 is currently in the beta testing phase that iThemes plans to release soon. Customers with an active subscription will receive access to the service for free.</p>\n<p>For an inside look at what’s coming in BackupBuddy 7.0, including a preview of Stash Live, check out this 43 minute walkthrough.</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jan 2016 08:30:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Matt Mullenweg Addresses Concerns That WordPress is Moving Too Fast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/matt-mullenweg-addresses-concerns-that-wordpress-is-moving-too-fast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4193:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/RoadRunnerFeaturedImage.png\" rel=\"attachment wp-att-28853\"><img class=\"size-full wp-image-28853\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/RoadRunnerFeaturedImage.png?resize=639%2C260\" alt=\"RoadRunner Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/steevithak/3292372292/\">steevithak</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>There are at least <a href=\"https://wordpress.org/about/philosophy/\">three major releases</a> of WordPress per year where users can expect new features and major bug fixes about every four months. While this is great for users, some companies, plugin, and theme developers are struggling to keep up.</p>\n<p>We recently received the following email from a reader concerned with WordPress’ release strategy:</p>\n<blockquote><p>As the pace of WordPress releases grows, plugin and theme developers have to constantly update their products. This is leading to a real and growing problem among WordPress site owners and companies like mine that handle website maintenance and updating.</p>\n<p>This pace is leading to an almost daily need to fix problems, caused by these updates. Plugin updates tend to break things, even though we primarily use professional, paid plugins for the idea of support and generally better quality products.</p>\n<p>I get that it’s important to patch security issues, but we’re also seeing a lot of new functionality, moving plugins into core, and other changes. These cause theme developers to push out updates with great frequency and they make mistakes.</p>\n<p>I’m worried that the pace of core updates is driving the larger ecosystem toward failure. Everyone is scrambling to keep things patched, then new conflicts arise and things break down. The person on the end ‘companies maintaining their sites, responsibly, or services like mine’ face a constant flow of updates, then testing, then trying to fix things that have broken.</p></blockquote>\n<p>Matt Mullenweg, Co-founder of the WordPress open source software project, specifically addressed this issue during the Q&A session of the 2015 State of the Word at WordCamp US. Mika Epstein, who voluntarily reviews and approves plugins for the WordPress plugin directory, voiced the concerns shared by developers who are struggling to keep up.</p>\n<p>With the myriad of technologies developers have to learn, including the REST API and JavaScript, Epstein asked Mullenweg if WordPress is moving too fast and if the number of releases per year should decrease by one.</p>\n<div class=\"embed-wrap\"></div>\n<p>Mullenweg answered the question by saying improvements can be made to the plugin directory so that users can share the burden in the testing process. He also said that the speed of WordPress development will increase instead of decrease. Meanwhile, the development team will continue to release three major versions per year.</p>\n<p>He then describes a future where developers may be able to lessen their support burden by using the REST API that’s slated for WordPress 4.5. He also cites how large webhosting companies, such as Bluehost, have automatically upgraded most of the WordPress sites on their network to the latest stable version. Mullenweg ends his response by apologizing to those who feel WordPress is moving too fast but says its worked so far.</p>\n<h2>How Do You Keep Up With WordPress?</h2>\n<p>While we do a great job of keeping users and developers informed, plugin and theme authors should subscribe to the <a href=\"http://make.wordpress.org/plugins/\">Make Plugins</a> and <a href=\"http://make.wordpress.org/themes/\">Make Themes</a> sites respectively. Anyone involved with maintaining WordPress sites should subscribe to the <a href=\"http://make.wordpress.org/core/\">Make Core</a> site where important information related to core is published.</p>\n<p>We know that the release strategy isn’t going to change so whether you’re a developer or someone in charge of maintaining sites, how are you keeping up with WordPress?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jan 2016 23:45:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: JoomlaDay Florida Invites WordPress Developers to Attend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/joomladay-florida-invites-wordpress-developers-to-attend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3129:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/joomla-day-florida.png\" rel=\"attachment wp-att-50771\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/joomla-day-florida.png?resize=1025%2C474\" alt=\"joomla-day-florida\" class=\"aligncenter size-full wp-image-50771\" /></a></p>\n<p>Last year Jenny Wong and Aaron Jorbin challenged the WordPress community to <a href=\"http://wptavern.com/venturing-outside-the-bubble-wordpress-community-members-attend-php-uk-2015-conference\" target=\"_blank\">venture outside the WordPress bubble</a> after speaking at PHP UK 2015. Both were enriched by the experience of connecting across technology communities and challenging others’ expectations of WordPress.</p>\n<p>If you’re in the Tampa area and looking to branch out to some non-WordCamp conferences, the first annual <a href=\"http://www.joomladayflorida.com/\" target=\"_blank\">JoomlaDay Florida</a> is happening on February 27th, 2016. WordPress developers in Florida have the opportunity to connect with the Joomla community at the invitation of the organizers. The event website includes a page with a <a href=\"http://www.joomladayflorida.com/about-joomladay-florida/wordpress-developers\" target=\"_blank\">special invitation to WordPress developers</a>:</p>\n<blockquote><p>The first annual JoomlaDay Florida is not only for Joomla enthusiasts, WordPress developers will also find the conference educational and informative. No matter what your skill level, we have some very interesting speakers and session on PHP, Joomla, WordPress and Open Source Software.</p></blockquote>\n<p>Speakers include <a href=\"http://www.joomladayflorida.com/speakers/746-cal-evans\" target=\"_blank\">Cal Evans</a>, Technical Manager and head of Training and Certification at Zend Technologies. Evans is well known in the PHP community and has been working with PHP and MySQL on Linux, OSX, and Windows for the past 15 years. He will be giving a session on PHP 7 along with an afternoon keynote.</p>\n<p>Peter Konstantakos, an agency owner who specializes in both Joomla and WordPress, will be conducting <a href=\"http://www.joomladayflorida.com/speakers-schedule/event/5-cms-migration\" target=\"_blank\">a workshop on migrating between the platforms</a>. He will also cover topics like how to migrate between popular extensions like Virtuemart to WooCommerce.</p>\n<p>The event schedule includes presentations on Joomla tools and workflows, building applications, contributing to open source projects, and a <a href=\"http://www.joomladayflorida.com/speakers-schedule/event/36-state-of-joomla-tessa-mero\" target=\"_blank\">State of Joomla</a> address from <a href=\"https://twitter.com/TessaMero\" target=\"_blank\">Tessa Mero</a>. Tickets are just $35, comparable to a WordCamp, and include breakfast, lunch, swag, and access to the after party where you can network with Joomla professionals and enthusiasts. If you plan to attend, don’t wait to <a href=\"http://www.joomladayflorida.com/register-now\" target=\"_blank\">purchase your ticket</a>, because they are already 95% sold.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jan 2016 22:24:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: GlotPress is Now Available as a WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50723\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/glotpress-is-now-available-as-a-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2994:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/glotpress.png\" rel=\"attachment wp-att-50746\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/glotpress.png?resize=1025%2C453\" alt=\"glotpress\" class=\"aligncenter size-full wp-image-50746\" /></a></p>\n<p><a href=\"http://blog.glotpress.org/2016/01/19/glotpress-1-0-bunsen-honeydew/\" target=\"_blank\">GlotPress 1.0</a> “Bunsen Honeydew” was released yesterday. In June 2015, Andrew Nacin began the work of transforming GlotPress into a plugin with a <a href=\"https://github.com/GlotPress/GlotPress-WP/commit/d9d47271c6ce0c8e3d927088853ac47c1d100561\" target=\"_blank\">first pass</a> that switched it from using the BackPress external to a WordPress install. Dominik Schilling led the development on GitHub, which included <a href=\"https://github.com/GlotPress/GlotPress-WP/compare/d9d47271...d0a12dc035\" target=\"_blank\">352 commits</a> and fixes for <a href=\"https://github.com/GlotPress/GlotPress-WP/issues?utf8=%E2%9C%93&q=milestone%3A1.0+is%3Aissue\" target=\"_blank\">70 issues</a>.</p>\n<p>“For the first version the goal was to change as little as possible to get it working well,” Schilling said in the release announcement. “But still we had to remove some things in favor of WordPress’ API system.”</p>\n<p>Version 1.0 includes the following:</p>\n<ul>\n<li>It’s a plugin!</li>\n<li>WP-CLI support</li>\n<li>Integrated with WordPress’ user system</li>\n<li>Easy installation through the WordPress.org plugin directory</li>\n<li>Multisite support</li>\n</ul>\n<p>If you have a customized GlotPress install and you want to switch to the new WordPress plugin, you will want to review the plugin’s wiki to take stock of the <a href=\"https://github.com/GlotPress/GlotPress-WP/wiki/1.1-Breaking-Changes\" target=\"_blank\">breaking changes</a>. Contributors have also written a guide to <a href=\"https://github.com/deliciousbrains/GlotPress/wiki/1.2-Converting-Plugins\" target=\"_blank\">converting plugins</a> for the standalone version to use the WordPress plugin infrastructure.</p>\n<p>Having GlotPress available as a plugin makes it much easier to use and update. The standalone version had a more complicated installation and configuration process, but it was worth it for the collaboration capabilities that it offered. All this can now be added to any WordPress site with the click of a button.</p>\n<p>The <a href=\"https://wordpress.org/plugins/glotpress/\" target=\"_blank\">GlotPress plugin</a> is now available for download on WordPress.org and includes a beautiful newly designed plugin icon and banner. An <a href=\"https://github.com/GlotPress/GlotPress-WP/wiki/2.-Branding-and-Logos\" target=\"_blank\">official branding guide</a> is also available thanks to Hugo Baeta and other contributors. You can follow the plugin’s development and <a href=\"https://github.com/GlotPress/GlotPress-WP\" target=\"_blank\">contribute on GitHub</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jan 2016 18:28:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: GitLab Courts Open Source Project Maintainers with Response to “Dear GitHub” Letter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4578:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\" rel=\"attachment wp-att-50741\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter size-full wp-image-50741\" /></a></p>\n<p>The makers of GitLab are attempting to capitalize on the current situation at GitHub where open source project maintainers have publicized their frustrations with issue management. Last week, project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">published a letter called “Dear GitHub”</a> that outlines their concerns and the solutions they hope to see implemented.</p>\n<p>GitHub has not officially responded to these concerns, apart from a new Director of Community dropping <a href=\"https://news.ycombinator.com/item?id=10905338\" target=\"_blank\">a note on Hacker News</a> to recognize the feedback with a disclaimer that he is “still figuring out how GitHub fits together as an organization but… happy to take a look into these issues and ensure they are considered in how future work is planned.”</p>\n<p>GitLab, on the other hand, wasted no time in addressing the group’s concerns in a <a href=\"https://about.gitlab.com/2016/01/15/making-gitlab-better-for-large-open-source-projects/\" target=\"_blank\">post</a> that begins, “Dear open source maintainers:”</p>\n<blockquote><p>We want GitLab to be the best place for any software project, whether open source or not, whether big or small.</p>\n<p><a href=\"https://github.com/dear-github/dear-github\" target=\"_blank\">The letter of GitHub’s open source community</a> is clearly not addressed to us, but we’re thinking a lot about the issues that were mentioned in it. We see many of these things happening and have been working on them for a long time, not in the least because we develop on <a href=\"https://gitlab.com/gitlab-org/gitlab-ce/issues\" target=\"_blank\">a busy public issue tracker</a> ourselves.</p></blockquote>\n<p>GitLab, which already allows project maintainers to <a href=\"https://gitlab.com/gitlab-org/gitlab-ee/blob/master/doc/customization/issue_and_merge_request_template.md\" target=\"_blank\">set a template for an issue and for merge requests</a>, is planning on adding <a href=\"https://gitlab.com/gitlab-org/gitlab-ee/issues/101\" target=\"_blank\">multiple templates</a>, and is strongly considering the suggestion of <a href=\"https://gitlab.com/gitlab-org/gitlab-ce/issues/8988\" target=\"_blank\">custom fields</a>. A new <a href=\"https://gitlab.com/gitlab-org/gitlab-ce/issues/9088\" target=\"_blank\">issue</a> has been created to track discussion and progress on the possibility of using a new_issue.md file for templates.</p>\n<p><a href=\"https://twitter.com/Jobvo\" target=\"_blank\">Job van der Voort</a>, VP of Product at GitLab, addressed every concern mentioned in the open letter to GitHub. He highlighted the fact that<br />\nGitLab already has a voting system that transforms +1s into votes and noted plans for improving the placement of CONTRIBUTING.md at the top of issues screens.</p>\n<p>Van der Voort also created a new issue for the GitLab Community Edition called “<a href=\"https://gitlab.com/gitlab-org/gitlab-ce/issues/8938\" target=\"_blank\">Making GitLab the best place for big open source projects</a>.” This issue is now home to a long list of of frustrations and suggestions that were included in the original letter to GitHub. Van der Voort and contributors have responded to every single point and have created new issues for improving GitLab where necessary.</p>\n<p>After just four days, the <a href=\"https://github.com/dear-github/\" target=\"_blank\">Dear GitHub</a> letter has received more than 1,100 signatures from open source project maintainers. Although the authors have received no official response from GitHub, the letter has sparked some healthy discussions around the web about how code hosting services can better serve their open source communities.</p>\n<p>Both GitHub and GitLab have built their reputations and business on supporting open source software, <a href=\"http://www.wired.com/2015/08/github-data-shows-changing-software-landscape/\" target=\"_blank\">which has now become mainstream</a> and more easily adopted by enterprises. Open source software runs the world. No code hosting site that aims to be the leader can afford to ignore the requests of open source project maintainers for long.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jan 2016 05:34:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Atom Editor Package Adds Autocomplete for WordPress Actions and Filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50670\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/atom-editor-package-adds-autocomplete-for-wordpress-actions-and-filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2759:\"<p>Nearly two years ago, <a href=\"https://github.com/blog/1831-atom-free-and-open-source-for-everyone\" target=\"_blank\">GitHub open sourced Atom</a>, its new JavaScript-powered text editor. GitHub designed Atom to be extensible, which has helped to quickly grow its adoption around the web. Developers at Facebook used it to make <a href=\"http://nuclide.io/\" target=\"_blank\">Nuclide</a>, an entire suite of Atom packages that create the first IDE with <a href=\"http://nuclide.io/docs/hack/\" target=\"_blank\">support for Hack development</a>. The folks at Nylas are in the process of <a href=\"https://www.nylas.com/blog/splitting-the-atom\" target=\"_blank\">forking Atom to create a fast, flexible mail client</a>, thanks to Atom’s “solid foundation for JavaScript on the desktop, and its application code.”</p>\n<p>There are currently <a href=\"https://atom.io/packages\" target=\"_blank\">3,496 packages available to extend Atom</a>, including one that offers <a href=\"https://atom.io/packages/autocomplete-wordpress-hooks\" target=\"_blank\">autocomplete for WordPress hooks</a>. <a href=\"https://twitter.com/joe_hoyle\" target=\"_blank\">Joe Hoyle</a>, co-founder of <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> and contributor on the WP REST API project, is the author of the package, which has been downloaded 1,295 times to date. As you’re typing in Atom, WordPress actions and filters appear as a dropdown with short descriptions for each.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wp-autocomplete-atom.gif\" rel=\"attachment wp-att-50672\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wp-autocomplete-atom.gif?resize=733%2C371\" alt=\"wp-autocomplete-atom\" class=\"aligncenter size-full wp-image-50672\" /></a></p>\n<p>Packages published to Atom.io are available for installation via the Preferences > Settings > Install menu. Simply visit this screen and search for “autocomplete-wordpress-hooks” to add the package to your editor.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/atom-install-packages.png\" rel=\"attachment wp-att-50703\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/atom-install-packages.png?resize=1025%2C341\" alt=\"atom-install-packages\" class=\"aligncenter size-full wp-image-50703\" /></a></p>\n<p>If you find any bugs with the package, you can report them on the <a href=\"https://github.com/joehoyle/atom-autocomplete-wordpress-hooks/issues\" target=\"_blank\">Autocomplete WordPress Hooks GitHub repository</a>. For more open source packages related to WordPress development, check out the <a href=\"https://atom.io/packages\" target=\"_blank\">Atom.io package library</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Jan 2016 20:19:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dougal Campbell: WordPress, PHP7, and Updates via php-ssh2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=81089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://dougal.gunters.org/blog/2016/01/18/wordpress-php7-and-updates-via-php-ssh2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4249:\"<p>TL;DR: If you use the php-ssh2 extension for your WordPress core / theme / plugin updates, you might want to wait a little longer before upgrading to PHP 7.</p>\n<p>Last month, one of my VPS servers suffered a catastrophic disk failure, taking down several personal websites that my wife and I manage. All of our WordPress content is on a separate database server, so the main content is still intact. I’ve also been able to extract a <em>few</em> things from a raw image of the damaged drive. But there were some things (site-specific plugins, child-themes, media content, utility scripts, my email archives) which are likely gone for good, or that will at least be painful to put back into place (uploaded images, etc.).</p>\n<p>There’s not much use crying over spilt milk, though, so I at least saw this as an opportunity to freshen up and improve upon my previous server configuration. In its previous incarnation, I had been running Apache workers, and PHP-FPM (PHP 5.6.x). But I also had some web experiments in Nodejs, which I had to run on a non-standard port, so as to not conflict with Apache. Since I was starting from scratch anyways, I’ve decided to put HAProxy in front of everything, so that I can internally run multiple web servers, and just proxy to them transparently. And while I was at it, I’ve been hearing a lot of good things about the speed improvements in PHP 7, so I figured I’d upgrade that, as well.</p>\n<p>I won’t go into the nitty-gritty details of my install (especially since I’m not finished yet), but I did want to let others know about a problem I’ve run into: There is a new development build of the php-ssh2 extension for PHP 7, but it is not quite complete yet. Many things do work, but unfortunately, all of the functions which rely on the ability to use the <code>stat()</code> call are broken at this time. This includes other file-checking functions such as <code>is_dir()</code>, and <code>is_file()</code>, <code>file_exists()</code>. In WordPress, if you are using the SSH2 filesystem class (rather than FTP or FTPS), this will prevent you from using the built-in plugin and theme installers, or any of the automatic upgrade functionality.</p>\n<p>After digging around in the php-ssh2 extension source code for a while and comparing to a previous version, I was unable to find the problem myself. My C programming is too rusty, and I just don’t have the time to start learning PHP and libssh2 internals from scratch. But, I did <a href=\"https://bugs.php.net/bug.php?id=71376\">file a bug on the PHP Bugtracker</a>, and the author of the PHP 7 port of the php-ssh2 extension has said that he is working on a fix. So keep an out out for an update on that.</p>\n<p>Just as a side-note, using fstat() on a filehandle opened on an ssh2.sftp file resource, or using the ssh2_sftp_stat() call do work. But that doesn’t help with the is_dir() and is_file() calls which are failing in the class-wp-filesystem-ssh2.php code. Those functions rely on the PHP internal ssh2.sftp stream wrappers.</p>\n<p>Postscript: I know plenty of people will say, “You should have had backups!” or even, “Your VPS host must suck for not having backups!”. The former is absolutely true — I should have done better at backing up some of the things that I did not have backups for. The VPS host is not really to blame. I had gotten a disk size upgrade, and I actually had an opportunity to request a snapshot of my system before I ran the upgrade process to extend my disk. But because I had run it successfully on another server without incident, I got careless. And after the upgrade, the system seemed to run fine for about three weeks before any problems surfaced.</p>\n<p>Original Article: <a rel=\"nofollow\" href=\"http://dougal.gunters.org/blog/2016/01/18/wordpress-php7-and-updates-via-php-ssh2/\">WordPress, PHP7, and Updates via php-ssh2</a><br />\n<a rel=\"nofollow\" href=\"http://dougal.gunters.org\">Dougal Campbell's geek ramblings - WordPress, web development, and world domination.</a></p>\n<div class=\"yarpp-related-rss yarpp-related-none\">\n<img src=\"http://yarpp.org/pixels/5db43ee24c4f1e1d0e45d08cc91b0130\" alt=\"YARPP\" />\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Jan 2016 18:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Dougal Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WPShout’s 2016 Webhosting Survey Results Show Specialized Hosts Are Doing Well\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wpshouts-2016-webhosting-survey-results-show-specialized-hosts-are-doing-well\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2889:\"<p>WPShout has <a href=\"http://wpshout.com/wordpress-hosting-review-2016-results/\">published the results</a> of its 2016 <a href=\"http://wptavern.com/wpshout-is-accepting-submissions-for-its-2016-webhosting-survey\">webhosting survey</a> taken by 135 respondents. The results from this year’s survey show two trends.</p>\n<p>First, average monthly spending increased sharply from last year. WPShout attributes the increase to either people spending more money on hosting or a different demographic taking the survey. Second, EIG owned hosts as a group scored poorly across the board, especially A Small Orange which was acquired in 2012.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/EIGHosts2016SurveyResults.png\" rel=\"attachment wp-att-50668\"><img class=\"size-full wp-image-50668\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/EIGHosts2016SurveyResults.png?resize=539%2C355\" alt=\"Survey Results for EIG Owned Hosts\" /></a>Survey Results for EIG Owned Hosts\n<p>A Small Orange received accolades in <a href=\"http://wpshout.com/wordpress-hosting-review-2014-results/\">the 2014 survey</a> but multiple outages in 2015 increased customer dissatisfaction.</p>\n<p>GoDaddy’s results improved over last year but it still scores below other companies. In particular, customers commented that its managed WordPress offering is superior to its other hosting options.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/GoDaddy2016Results.png\" rel=\"attachment wp-att-50675\"><img class=\"size-full wp-image-50675\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/GoDaddy2016Results.png?resize=534%2C363\" alt=\"GoDaddy 2016 Survey Results\" /></a>GoDaddy 2016 Survey Results\n<p>Specialized webhosts continued their streak of doing well in the survey. Among the hosts that scored well across the board are Flywheel, Digital Ocean, Kinsta, and WP Engine.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/SpecializedHostingResults.png\" rel=\"attachment wp-att-50678\"><img class=\"size-full wp-image-50678\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/SpecializedHostingResults.png?resize=531%2C393\" alt=\"Specialized Hosting Results\" /></a>Specialized Hosting Results\n<p>I encourage you to read WPShout’s <a href=\"http://wpshout.com/wordpress-hosting-review-2016-results/\">thorough breakdown</a> of the results, trends noticed, and comments from respondents. Keep in mind that 135 people is a small sample size and therefore, the survey should not be used exclusively to make purchasing decisions.</p>\n<p>If you need help selecting a WordPress hosting provider, check out <a href=\"https://chrislema.com/selecting-a-wordpress-hosting-provider/\">this recent post</a> by Chris Lema which includes 10 questions you should ask before choosing a host.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Jan 2016 17:48:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Bitcoin Trouble\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=45795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2016/01/bitcoin-trouble/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"<p>Mike Hearn has a great and <a href=\"https://medium.com/@octskyward/the-resolution-of-the-bitcoin-experiment-dabb30201f7#.8kturuice\">thought-provoking post on why he thinks Bitcoin is at a developer-caused impasse, and he’s ending his participation</a>. I ended up selling most of my Bitcoin last year, but if I hadn’t this would definitely make me reconsider.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jan 2016 14:40:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Open Source Project Maintainers Confront GitHub with Open Letter on Issue Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50603\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6580:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\" rel=\"attachment wp-att-42456\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>A zealous cadre of open source project maintainers is hoping to inspire change at GitHub by publicizing their complaints regarding issue management. After pursuing official channels without receiving a response, the group’s members say that they are frustrated by a lack of communication:</p>\n<blockquote><p>Those of us who run some of the most popular projects on GitHub feel completely ignored by you. We’ve gone through the only support channel that you have given us either to receive an empty response or even no response at all. We have no visibility into what has happened with our requests, or whether GitHub is working on them.</p></blockquote>\n<p>Authors of the “<a href=\"https://github.com/dear-github/\" target=\"_blank\">Dear GitHub</a>” repository, which has no public members, collectively penned <a href=\"https://github.com/dear-github/dear-github\" target=\"_blank\">an earnest letter</a> that outlines three critical problems they perceive with the way issues currently work.</p>\n<p>The first problem the group states is a lack of features for GitHub issues, and they propose a simple solution:</p>\n<blockquote><p>Issues are often filed missing crucial information like reproduction steps or version tested. We’d like issues to gain custom fields, along with a mechanism (such as a mandatory issue template, perhaps powered by a newissue.md in root as a likely-simple solution) for ensuring they are filled out in every issue.</p></blockquote>\n<p>The group is also calling for GitHub to create a “first-class voting system” that would declutter the ubiquitous “+1″‘s that litter nearly every popular project’s issues queue. They recognize the +1s as important feedback but demand a better UI to organize this information:</p>\n<blockquote><p>Issues often accumulate content-less “+1” comments which serve only to spam the maintainers and any others subscribed to the issue. These +1s serve a valuable function in letting maintainers know how widespread an issue is, but their drawbacks are too great. We’d like issues to gain a first-class voting system, and for content-less comments like “+1” or “:+1:” or “me too” to trigger a warning and instructions on how to use the voting mechanism.</p></blockquote>\n<p>The third issue directly impacts the open source workflow, which becomes inefficient when issues and requests are improperly submitted. The proposed solution streamlines important information that guides users toward submitting meaningful contributions:</p>\n<blockquote><p>Issues and pull requests are often created without any adherence to the CONTRIBUTING.md contribution guidelines, due to the inconspicuous nature of the “guidelines for contributing” link when creating an issue and the fact that it often contains a lot of information that isn’t relevant to opening issues (such as information about hacking on the project). Maintainers should be able to configure a file in the repo (interpreted as GFM) to be displayed at the top of the new issue / PR page instead of that link. Maintainers can choose to inline content there and / or link to other pages as appropriate.</p></blockquote>\n<p>Authors of the letter have waited years for progress on these issues. The <a href=\"https://docs.google.com/spreadsheets/d/1oGsg02jS-PnlIMJ3OlWIOEmhtG-udTwuDz_vsQPBHKs/htmlview?usp=sharing&sle=true\" target=\"_blank\">600+ project maintainers who have signed the document</a> are incapable of making these changes themselves, since GitHub’s infrastructure is not open source.</p>\n<h3>GitHub’s Paying Customers Don’t Share the Same Problems as Open Source Project Maintainers</h3>\n<p>With more than <a href=\"https://github.com/about/press\" target=\"_blank\">12 million people collaborating across 31 million repositories</a> as of January 2015, GitHub is home to the largest collection of code on the planet. Its emphasis on “social coding” and free hosting for public projects has made GitHub the defacto place to make code available for collaboration. As a result, many free users often forget that it’s the <a href=\"https://enterprise.github.com/home\" target=\"_blank\">GitHub Enterprise</a> customers who keep the lights on at the company.</p>\n<p>Julian Dunn, a product manager at <a href=\"http://www.chef.io/\" target=\"_blank\">Chef</a>, wrote <a href=\"http://www.juliandunn.net/2016/01/14/dear-dear-github-from-your-local-friendly-product-person/\" target=\"_blank\">a response to the “Dear GitHub” letter</a>. He contends that GitHub, unless forced by heated press coverage, isn’t likely to address these concerns.</p>\n<p>“If I were the product manager for GitHub, the answer to your requests would probably be ‘no,\'” Dunn said. “That’s not because I think your feature requests aren’t legitimate. It’s because they don’t impact paying customers very highly. And as a company whose developers have to eat, GitHub is probably going to prioritize those customers first.”</p>\n<p>His reasoning is that the issue management problems that plague open source communities don’t affect GitHub’s bread and butter to the same degree.</p>\n<p>“Paying customers use private repositories and/or GitHub Enterprise, and the wild[er]-west aspects of an open-source ecosystem simply don’t exist inside a company,” Dunn said. “You’re unlikely to see +1-DDoS-type behavior inside private repos, for example.”</p>\n<p>GitHub has yet to officially address the “Dear GitHub” letter. With a growing list of more than 600 maintainers of popular open source projects signing the document, it will soon be in the company’s best interest to communicate a response. Authors of the letter are hoping the company will choose to act in support of its open source community to solve the unique challenges that project maintainers contend with when hosting on GitHub.</p>\n<p>If you’re an open source project maintainer, is this a letter you would sign? Does the current way that GitHub issues are structured satisfy the needs of your project and its users? Would the proposed solutions make a difference for your project?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jan 2016 22:06:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WPTavern: Happy 15th Birthday Drupal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://wptavern.com/happy-15th-birthday-drupal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4754:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/birthday.jpg\" rel=\"attachment wp-att-23622\"><img class=\"size-full wp-image-23622\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/birthday.jpg?resize=1023%2C561\" alt=\"photo credit: A30_Tsitika - cc\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/frozen-in-time/2263904827/\">A30_Tsitika</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p><a href=\"https://www.drupal.org/\">Drupal</a>, the open source CMS founded by Dries Buytaert on December 29th, 2000, <a href=\"http://buytaert.net/drupal-15-years-old-and-still-gaining-momentum\">is 15 years old</a>. Drupal version 1.0.0 was released on January 15th, 2001, “The early decisions to open-source Drupal and use the <a href=\"https://en.wikipedia.org/wiki/GNU_General_Public_License\">GPL license</a> set the cornerstone principles for how our community shares with one another and builds upon each other’s achievements to this day,” Buytaert said.</p>\n<p>You might be wondering why a site devoted to WordPress is publishing a story about a competing CMS’ birthday. The fact is, Drupal, Joomla and WordPress are more complimentary than they are competitors. Each is open source, licensed under the GPL, and is composed of code submitted by thousands of volunteers located across the world. All three projects make up a combined total of 37 years of experience.</p>\n<ul>\n<li>Drupal – 15 Years Old</li>\n<li>WordPress – 12 Years Old</li>\n<li>Joomla – 10 Years Old</li>\n</ul>\n<p>When Buytaert founded Drupal, many of the social networking services and browsers we enjoy today didn’t exist:</p>\n<blockquote><p>Chrome, Firefox, and Safari didn’t exist yet; most people used Netscape, Opera or Internet Explorer. New ideas for sharing and exchanging content such as ‘public diaries’ and <a href=\"https://en.wikipedia.org/wiki/RSS\">RSS</a> had yet to gain widespread acceptance and Drupal was among the first to support those. <a href=\"https://en.wikipedia.org/wiki/History_of_Wikipedia\">Wikipedia was launched on the same day as Drupal</a> and sparked the rise of user-generated content. Facebook and Twitter didn’t exist until 4-5 years later</p></blockquote>\n<p>He describes many of the things Drupal got right like hooks and modules. There are some things the project got wrong such as adding support for OpenID which never gained widespread adoption.</p>\n<p>Near the end of his post, Buytaert reaffirms his commitment through the Drupal project to protect the privacy, serendipity and freedom of the web we enjoy, “As the web evolves from a luxury to a basic human right, it’s important that we treat it that way. To increase our impact, we have to continue to make Drupal easier to use. I’d love to help <a href=\"http://buytaert.net/winning-back-the-open-web\">build a world where people’s privacy is safe</a> and Drupal is more approachable.”</p>\n<p>At the <a href=\"https://videopress.com/v/cmA03MuQ\">State of the Word</a> at WordCamp US last year, Matt Mullenweg announced a similar role for WordPress. At the 46:58 mark, Mullenweg discusses WordPress’ APIs being the key to an open web.</p>\n<p></p>\n<p>At a time when web services are <a href=\"http://thenextweb.com/twitter/2012/06/30/developers-bracing-themselves-for-twitter-api-retrictions-call-todays-post-ominous/#gref\">restricting their APIs</a> to third-party developers, WordPress which is used across 25% of the web with open APIs can help reverse the trend, “I think that we can use this opening up, especially switching to API driven development to open up more of the web. When you think about what open source looks like, when the code being available isn’t the most important thing, when we’re interacting across multiple devices, the APIs become just as important as the code itself being open,” Mullenweg said.</p>\n<p>Last but not least, check out this interview where Mullenweg and Buytaert share the same stage in 2011 at an event called <a href=\"http://www.schipulcon.com/\">Schipulcon</a>. In the interview, the duo discuss open source software and their experience managing open source projects. One of the key takeaways from the interview is Buytaert’s response when asked, how WordPress’ existence benefits Drupal, “If WordPress wins, Drupal wins, because it means open source wins.”</p>\n<div class=\"embed-wrap\"></div>\n<p>Like Joomla and WordPress, Drupal is a champion of open source. Its existence and continued success should be celebrated. I hope you’ll join us by wishing the Drupal project a happy birthday!</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jan 2016 13:47:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Easily Display Highlights of a Story With the Story Lines Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50583\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/easily-display-highlights-of-a-story-with-the-story-lines-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3902:\"<p>If you’re looking for an easy way to display highlights of a story inside of posts, check out a new plugin called <a href=\"https://wordpress.org/plugins/story-lines/\">Story Lines</a>, developed by <a href=\"https://profiles.wordpress.org/arenapigskin/\">Jacob Martella</a>. Story Lines adds a meta box to the Posts screen where users can name the highlights box, configure its width, how it’s displayed, and fields for three highlights with an option to add more.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/StoryLinesMetaBox.png\" rel=\"attachment wp-att-50623\"><img class=\"size-full wp-image-50623\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/StoryLinesMetaBox.png?resize=649%2C602\" alt=\"Story Lines Meta Box\" /></a>Story Lines Meta Box\n<p>To display highlights in a post, click the SL button in the visual editor which adds a shortcode to the post.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/StoryLinesShortcode.png\" rel=\"attachment wp-att-50624\"><img class=\"size-full wp-image-50624\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/StoryLinesShortcode.png?resize=642%2C348\" alt=\"Story Lines Shortcode\" /></a>Story Lines Shortcode\n<p>Here’s what Story Lines looks like on the frontend of the Tavern test site. The colors are bold and grab the reader’s attention.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/StoryLinesOutput.png\" rel=\"attachment wp-att-50625\"><img class=\"size-full wp-image-50625\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/StoryLinesOutput.png?resize=672%2C544\" alt=\"Story Lines Output\" /></a>Story Lines Output\n<p>Story Lines doesn’t have a settings panel to configure its design, “That’s one of the things I’m still learning about this whole process, is to give people complete control of how it looks. I hope to have something like that for the next version,” Martella told the Tavern.</p>\n<p>If you want to change the design of Story Lines, Martella suggests editing the <strong>story-lines</strong>, <strong>.story-lines</strong>, and <strong>.title classes</strong> with the caveat that you may have to use the <strong>!important </strong>declaration. You should save these changes to a child theme so they’re not lost when you update the plugin. The list items use the same font as the active theme.</p>\n<p>Martella has a background in journalism and is the sports editor for <a href=\"http://www.dailytexanonline.com/\">The Daily Texan</a>. While journalism is his first passion, he’s slowly transitioning to the web development world by creating themes and plugins for WordPress:</p>\n<blockquote><p>I’ve been trying to figure out a niche for myself in the WordPress development world and I’m starting to think it might be creating themes and plugins that replicate what people see on the New York Times or other top newspaper websites for others to use on their sites.</p>\n<p>My first plugin, <a href=\"https://wordpress.org/plugins/jm-breaking-news/\">JM Breaking News</a>, and the <a href=\"https://wordpress.org/themes/giornalismo\">Giornalismo</a> theme I created are also examples of that. So really, I’m just trying to explore the niche where web development and journalism collide and WordPress is the tool I’m using to do just that.</p></blockquote>\n<p>There are two features I’d like to see added in a future release. The first, is the ability to rearrange highlights with a drag-and-drop interface. The second, is a way to add a URL which links to an anchor point in the article so readers can visit specific parts of a story.</p>\n<p>I tested Story Lines on WordPress 4.5 alpha and it works as expected. It’s <a href=\"https://wordpress.org/plugins/story-lines/\">available for free</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jan 2016 11:50:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Upvato Service Offers Free Backups for Envato Market Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50606\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-upvato-service-offers-free-backups-for-envato-market-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5720:\"<p>If you’ve ever purchased files from Envato, chances are that you have them backed up locally or sent to a cloud storage service like Dropbox. <a href=\"https://www.upvato.com/\" target=\"_blank\">Upvato</a> is a new alternative that specializes in <a href=\"http://market.envato.com/\" target=\"_blank\">Envato Market</a> files. The free service allows Envato customers to back up their purchased files. Upvato takes a complete backup of the screenshots, descriptions, titles, and author information. In the event that an item is removed from Envato, customers who have uploaded their files to Upvato have a complete backup.</p>\n<p>Freddy Lundekvam, owner of Norway-based <a href=\"http://www.logik.no/\" target=\"_blank\">Logik Web Studios</a>, said that he was inspired to create Upvato after losing purchased files due to the fact that Envato “<a href=\"https://help.market.envato.com/hc/en-us/articles/202500244-The-Item-Has-Been-Removed\" target=\"_blank\">does not guarantee ongoing availability of items</a> after the initial download.”</p>\n<p>“I’m a heavy user of Themeforest,” Lundekvam said. “I’m a full time programmer who doesn’t know much about design, and I’m especially a huge fan of the admin templates and own 15+ of them. In total, amongst all the marketplaces I’ve bought quite a few items. Having purchased many files, I quickly learned about Envato’s right to take down and remove any file at their or the author’s sole discretion without any warning. I personally have lost 10 files because of this policy, and I find it quite annoying to lose files.”</p>\n<p>Lundekvam used to back up his files to Dropbox but found it frustrating to sort through his library without much information and no way to look them up after they disappeared from Envato. He teamed up with a colleague who is a designer and created Upvato as a solution to this problem. In addition to storing the file you purchased, Upvato also stores the screenshots, file descriptions, comments, and includes versioning – allowing you access to any version that has been uploaded.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/upvato-backup.png\" rel=\"attachment wp-att-50616\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/upvato-backup.png?resize=908%2C615\" alt=\"upvato-backup\" class=\"aligncenter size-full wp-image-50616\" /></a></p>\n<p>Users can back up an unlimited number of files and there’s no limit on the file size. Upvato creators are also committed to keeping the service free, according to the statement on their website:</p>\n<blockquote><p>Upvato is and will always fee a completely free service. We strongly believe that this is something that should be a part of Envato from day one and don’t agree with their policies.</p></blockquote>\n<p>The service uses the Envato API to allow users to back up all of their files automatically. Files can also be uploaded manually into your Upvato account.</p>\n<h3>Envato’s Response to the New Upvato Backup Service</h3>\n<p>While Envato does not officially endorse Upvato, the company encourages users to find a backup solution. Venessa Paech, Envato PR Manager, gave WP Tavern the following statement:</p>\n<blockquote><p>Envato buyers use a variety of methods for managing their purchases. Whatever service they use, whether Dropbox or a service like Upvato, we always encourage people to back up their digital assets. </p>\n<p>Envato Market is an active marketplace with thousands of sellers and millions of items. While we offer a downloads section on every account, our focus is less on post-purchase asset management, and more on discovering and purchasing wonderful digital goods that solve creative challenges.</p></blockquote>\n<p>Essentially, after the purchase has been made, Envato doesn’t find any conflict in users choosing Upvato as a backup solution. The company is unlikely to change its policy about not guaranteeing files indefinitely, as it needs to account for all kinds of circumstances including copyright complaints and technical problems. Upvato’s free backup solution may reduce the number of Envato customers who are negatively impacted when files are removed without notice.</p>\n<h3>“Storage Space is Cheap” and Upvato Doesn’t Plan to Monetize</h3>\n<p>I asked Lundekvam how he’s funding the enormous amount of space required to store files for Envato customers. “Storage space is cheap these days – hosting 10 TB of data in an Amazon Glacier is merely $7 a month,” he said. “But I also take benefit from the automated uploads.</p>\n<p>“If you connect your Envato account and back up the item, then only one file for that item will be used for all users who have the same file (Verified purchased with Envato). Every time you try to download a backup of the file from Envato, we check if the exact same file already exists amongst the items available files. If it does, it’s not stored. Instead, you use the same file that already exist in the system,” Lundekvam said.</p>\n<p>Despite having created a service that solves a real problem for potentially thousands of customers, Lundekvam said he’s not seeking a revenue model to fund his efforts. For now, the site exists to solve a problem he encountered that also affects many other Envato customers. Monetization isn’t a priority for him at this time.</p>\n<p>“Currently that’s not the plan,” he said. “Running such a site isn’t all that expensive. For now, we just wanted to make something cool and useful that people might want and need.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jan 2016 06:50:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Human Made Publishes Free WordPress REST API Whitepaper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/human-made-publishes-free-wordpress-rest-api-whitepaper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3066:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\" rel=\"attachment wp-att-43000\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>Today Human Made released its new <a href=\"https://hmn.md/wordpress-rest-api-white-paper/\" target=\"_blank\">WordPress REST API Whitepaper</a>, an in-depth guide to how the API is changing the way developers interact with WordPress. The publication was written for a diverse audience, including developers, agencies, project managers, and publishers. It includes a technical breakdown of how the REST API works, along with an overview of the benefits and challenges for teams that take on API-driven projects.</p>\n<p>The whitepaper is called “Talking to 25% of the Web,” but the title may soon need to be updated as <a href=\"http://w3techs.com/technologies/history_overview/content_management/all\" target=\"_blank\">WordPress usage in mid-January is 25.7%</a> and is forecasted to climb past 26% in Q1. It is a collaborative publication authored by the team at Human Made, which includes several lead contributors on the WP REST API team.</p>\n<p>The <a href=\"https://hmn.md/wordpress-rest-api-white-paper/\" target=\"_blank\">overview for the whitepaper</a> summarizes the different topics you’ll find within the content:</p>\n<ul>\n<li>Introduces you to the headless CMS</li>\n<li>Introduces you to REST</li>\n<li>Provides a technical overview of the WordPress REST API</li>\n<li>Explores some of the benefits of using the REST API in your project</li>\n<li>Talks about some of the ways that the REST API will change WordPress development</li>\n<li>Discusses some of the challenges that you may encounter in your REST API project</li>\n</ul>\n<p>The 44-page guide also includes case studies of companies already using the WP REST API and a list of important resources.</p>\n<p>“<a href=\"https://hmn.md/wordpress-rest-api-white-paper/\" target=\"_blank\">Talking to 25% of the Web</a>” is an excellent free resource that should be required reading for anyone using WordPress, especially those who are building for the platform, consulting, creating SaaS products, or otherwise deriving their income from the software.</p>\n<p>Human Made employs a large contingent of WP REST API team members and subsidizes much of their work on the project. The agency is heavily investing in the future of WordPress and is leading the way in helping developers learn how to build with the REST API. If you want to further your skills in this area, Human Made is also organizing an educational event called <a href=\"http://wptavern.com/a-day-of-rest-conference-session-highlights-now-available-tickets-selling-fast\" target=\"_blank\">A Day of REST</a>, which will be held on January 28, 2016. Attendees will have the opportunity to learn from the developers who are building the API as well as those who are already using it in production.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jan 2016 00:10:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: BuddyPress REST API Feature Plugin Now in Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/buddypress-rest-api-feature-plugin-now-in-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3792:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/bp-featured.png\" rel=\"attachment wp-att-16395\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/bp-featured.png?resize=800%2C390\" alt=\"bp-featured\" class=\"aligncenter size-full wp-image-16395\" /></a></p>\n<p>Developers interested in contributing to the creation of a BuddyPress REST API met for the first time yesterday to discuss a path forward. <a href=\"https://twitter.com/bronsonquick\" target=\"_blank\">Bronson Quick</a> is leading the project with the help of <a href=\"http://modemlooper.me/\" target=\"_blank\">Ryan Fugate</a>. Quick works for <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> and is a WordPress core contributor. He is also the lead contributor on <a href=\"https://github.com/Chassis/Chassis\" target=\"_blank\">Chassis</a>, a lightweight WP Vagrant install that uses Puppet for provisioning.</p>\n<p>John James Jacoby set up <a href=\"https://github.com/buddypress/BP-REST\" target=\"_blank\">a GitHub repository</a> where development for the BP REST API will take place. In summarizing the meeting’s discussion regarding planning and architecture, Quick said, “Planning how we tackle this is very important rather than diving straight into the code. As we’re ‘standing on the shoulders of giants’ we can use the lessons learned from the WP REST API project and put in time at the start to plan this properly.</p>\n<p>“It makes sense to plan out the data we would like returned from endpoints and how they relate to each other with _links. For example, if we’re displaying the data for the activities endpoint rather than showing a user_id we should link this to a user endpoint.”</p>\n<p>The team will be taking a “schema first” approach and plans to adhere to Test Driven Development – planning an endpoint, writing tests that fail then writing the code for the endpoint until the tests pass.</p>\n<p>“This is something that’s often talked about as being an ideal development methodology but it’s rarely practiced in the WordPress space,” Quick said. “Tackling a project this way should mean less bugs although I do realize this could be a blocker for new contributors.”</p>\n<p>The BP REST API team plans to tackle read-only endpoints first for the activity stream and xprofile components via the _links method Quick outlined. Ryan Fugate opened a GitHub <a href=\"https://github.com/buddypress/BP-REST/issues/1\" target=\"_blank\">issue</a> regarding the plugin’s folder structure/loader, and the plan is to design it as a feature plugin that will one day land in BuddyPress core.</p>\n<h3>What is the Purpose of a BP REST API?</h3>\n<p>During the meeting contributors discussed the primary problems that a BP REST API should solve, which Quick summarized in the <a href=\"https://bpdevel.wordpress.com/2016/01/14/bp-rest-api-dev-chat-summary-for-january-14-2016/\" target=\"_blank\">meeting notes</a>.</p>\n<p>The team agreed that the main purpose for building the API is to expose BuddyPress data in a RESTful way so that developers and site owners can use it to create plugins, mobile apps, or anything else they want.</p>\n<p>“The other main purpose for the BP REST API is that we can use the endpoints going forward to alter some things internally in BuddyPress, as in the past ‘the functions throughout BuddyPress are very purpose built to solve one specific theme-side problem,\'” Quick said.</p>\n<p>If you want to get involved in building a REST API for BuddyPress make sure to <a href=\"https://github.com/buddypress/BP-REST/\" target=\"_blank\">follow the project on GitHub</a> and jump into the discussion happening in the #buddypress Slack channel.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jan 2016 19:28:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WPWeekly Episode 221 – Interview With Micah Mitchell of Memberium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50567&preview_id=50567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/wpweekly-episode-221-interview-with-micah-mitchell-of-memberium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1810:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by Micah Mitchell, who is a partner in <a href=\"https://memberium.com/\">Memberium</a>, a membership development and management plugin for WordPress that connects with <a href=\"http://www.infusionsoft.com/\">Infusionsoft</a>.</p>\n<p>During the show, we discuss what Memberium has to offer for those who want to create membership sites using WordPress. Due to time constraints, we skipped the news segment and ended the show with the plugin picks of the week.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/mc4wp-activity/\">MailChimp Activity</a> displays your MailChimp list activity within the WordPress dashboard.</p>\n<p><a href=\"https://wordpress.org/plugins/clean-wp-admin-menu/\">Clean WP Admin Menu</a> proves an easy to use interface to hide rarely used items in the admin menu.</p>\n<p><a href=\"https://wordpress.org/plugins/story-lines/\">Story Lines</a> adds a list of story highlights at the top of posts to let readers know key points of the article.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 20th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #221:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jan 2016 18:11:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: WordPress for Android 4.9 Adds Fingerprint Scanner, Improves Media Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-for-android-4-9-adds-fingerprint-scanner-improves-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2175:\"<p>WordPress for Android <a href=\"https://apps.wordpress.org/2016/01/13/wordpress-for-android-version-4-9/\" target=\"_blank\">version 4.9</a> hit devices today with new support for the fingerprint scanner feature available in Android 6.0 Marshmallow.</p>\n<p>The WordPress app on mobile offers publishing access to all the sites you have hooked up, which is a pretty powerful door to the world that you may not want to leave unlocked for anyone who gains access to your phone. That’s why many users have opted to set up a pin lock for the app. (You can find this under Settings >> Turn Pin lock on.) The fingerprint scanner is a faster alternative to using a pin.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/fingerprint.png\" rel=\"attachment wp-att-50535\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/fingerprint.png?resize=281%2C500\" alt=\"fingerprint\" class=\"aligncenter size-large wp-image-50535\" /></a></p>\n<p>Version 4.9 also adds several key refinements to the media library experience, including a brand new design for the details screen to match the rest of the app’s material design. The app now supports better handling of multiple photo and video uploads.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/media-details.png\" rel=\"attachment wp-att-50537\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/media-details.png?resize=281%2C500\" alt=\"media-details\" class=\"aligncenter size-large wp-image-50537\" /></a></p>\n<p>This release fixes a few bugs, most importantly one where posts were deleted instead of sent to the trash. If you accidentally lost a post this way, hoping to recall it, the problem shouldn’t happen again.</p>\n<p>Version 5.0 RC 1 was released to beta testers today via the Google Play Store beta channel. They are currently testing new WordPress.com “Site Settings” and “My Profile” screens that will allow users to change settings like site title, tagline, and public display name (among others). Look for these features in the next major release of WordPress for Android.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jan 2016 20:09:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WP Asset Clean Up Plugin Removes Unused Styles and Scripts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50512\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/wp-asset-clean-up-plugin-removes-unused-styles-and-scripts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4009:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/speed.jpg\" rel=\"attachment wp-att-30119\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/speed.jpg?resize=927%2C425\" alt=\"photo credit: SergioMonsalve - cc\" class=\"size-full wp-image-30119\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/seegioo/4334436675/\">SergioMonsalve</a> – <a href=\"http://creativecommons.org/licenses/by-nd/2.0/\">cc</a>\n<p>In 2010 Google patented its methods for <a href=\"http://www.google.com/patents/US8645362\" target=\"_blank\">using resource load times in ranking search results</a>. The published patent describes how Google factors in page speed when presenting results:</p>\n<blockquote><p>A search result for a resource having a short load time relative to resources having longer load times can be promoted in a presentation order, and search results for the resources having longer load times can be demoted. The demotion can, in some situations, result in a search result for a resource having a short load time being presented earlier in the order than a search result for a similarly-relevant resource having a longer load time. Thus, for two resources that, apart from load times, appear to equally satisfy a user’s informational needs, the user will often select the resource that will likely load the most quickly of the two, resulting in a better user experience.</p></blockquote>\n<p>In other words, when it comes to competing resources that might seem otherwise similar, the one that loads faster gets a higher ranking. Prioritizing site speed is not only <a href=\"https://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html\" target=\"_blank\">important for Google rankings</a>, it’s also critical to providing the best experience for visitors.</p>\n<p>The new <a href=\"https://wordpress.org/plugins/wp-asset-clean-up/\" target=\"_blank\">WP Asset Clean Up</a> plugin addresses an often overlooked aspect of improving loading times. The plugin allows you to selectively remove unused styles and scripts from any page or post on your site. Once activated, the plugin detects all assets loaded and displays them on the post/page editing screen. You can then select the assets that are not needed for that page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/wp-asset-clean-up.png\" rel=\"attachment wp-att-50520\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/wp-asset-clean-up.png?resize=1025%2C902\" alt=\"wp-asset-clean-up\" class=\"aligncenter size-full wp-image-50520\" /></a></p>\n<p>I tested it and found that it works as expected. It’s especially handy for home pages and content like “about” and “contact” pages where you don’t need to load as much functionality.</p>\n<p>WP Asset Clean Up is developer <a href=\"http://www.bitrepository.com\" target=\"_blank\">Gabriel Livan</a>‘s first free plugin on WordPress.org.</p>\n<p>“I’m sure you’ve used themes / plugins in the past that were loading lots of assets (.css and .js files) in the front-end in pages where you only needed half of them or even less,” Livan said. “Many people have articles about making WordPress faster, but they often overlooked this part of removing the unused files. Often these are minified by caching plugins, but using the plugin I’ve developed, the minifying will be even smaller.”</p>\n<p>As long as plugin/theme authors have properly enqueued their assets, WP Asset Clean Up will be able to detect them so that you can select them for removal. The plugin helps you decrease the number of HTTP requests loaded but can also be useful for minimizing script conflicts. You can download <a href=\"https://wordpress.org/plugins/wp-asset-clean-up/\" target=\"_blank\">WP Asset Clean Up</a> from WordPress.org and use it in combination with your favorite caching plugin to improve performance.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jan 2016 06:29:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: BuddyPress 2.5 Development Kicks Off, BP-API Dev Chat Begins This Week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/buddypress-2-5-development-kicks-off-bp-api-dev-chat-begins-this-week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3693:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png\" rel=\"attachment wp-att-16156\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png?resize=800%2C450\" alt=\"buddypress-wallpapers\" class=\"aligncenter size-full wp-image-16156\" /></a></p>\n<p>BuddyPress contributors <a href=\"https://wordpress.slack.com/archives/buddypress/p1452110516002730\" target=\"_blank\">met last week</a> to discuss the scope of the 2.5 release, which is slated for the beginning of March. Lead developer Paul Gibbs opened the meeting with a call for tickets that contributors are working on for 2.5.</p>\n<p>Core developer Mathieu Viet will be working on <a href=\"https://buddypress.trac.wordpress.org/ticket/6482\" target=\"_blank\">comment syncing between activity and post comments for Custom Post Types</a>. His patch is currently awaiting more testing and feedback. In a separate <a href=\"https://buddypress.trac.wordpress.org/ticket/6772\" target=\"_blank\">ticket</a> Viet is also working alongside core developer @r-a-y on BuddyPress embeds for activity, user profiles, groups.</p>\n<p>BuddyPress lead developer Boone Gorges will be focusing his attention on <a href=\"https://buddypress.trac.wordpress.org/ticket/6534\" target=\"_blank\">Navigation API tweaks for single items</a> and a ticket to <a href=\"https://buddypress.trac.wordpress.org/ticket/6413\" target=\"_blank\">move xprofile field data visibility to be stored in xprofilemeta</a> (as opposed to a serialized array in usermeta).</p>\n<p>Paul Gibbs is working on <a href=\"https://buddypress.trac.wordpress.org/ticket/6592\" target=\"_blank\">overhauling BuddyPress emails with a new Email API and customization features</a>. The proposal he’s working towards uses a Post Type for email templates and a Taxonomy to store the different types of emails BuddyPress sends. This project would also introduce new HTML email templates into the BP template stack and new classes to represent an email (BP_Email), one for each type of email.</p>\n<p>Other features on the <a href=\"https://buddypress.trac.wordpress.org/roadmap\" target=\"_blank\">roadmap</a> for possible inclusion in 2.5 include <a href=\"https://buddypress.trac.wordpress.org/ticket/6210\" target=\"_blank\">a new Invitations API</a>, <a href=\"https://buddypress.trac.wordpress.org/ticket/6347\" target=\"_blank\">making xprofile fields used for signup configurable</a>, and <a href=\"https://buddypress.trac.wordpress.org/ticket/6766\" target=\"_blank\">companion stylesheets for the TwentyTwelve default theme</a>.</p>\n<h3>BP-API Development Chat Starts This Week</h3>\n<p>On Wednesday, following the regularly scheduled dev chat, contributors interested in discussing the <a href=\"https://bpdevel.wordpress.com/2016/01/11/this-wednesday-in-addition-to/\" target=\"_blank\">REST API and BuddyPress</a> will meet at <a href=\"http://www.timeanddate.com/worldclock/converted.html?iso=20160113T22&p1=3581&p2=195&p3=137&p4=152&p5=158&p6=64\" target=\"_blank\">22:00 UTC</a>. During this first chat they will decide where the BP-API will be developed and what steps are necessary to move forward. A few independent API plugins already exist but contributors hope to unify developer efforts to work on an official feature plugin.</p>\n<p>This week’s dev chat will include discussion regarding what project lead John James Jacoby has called <a href=\"http://wptavern.com/john-james-jacoby-on-navigating-buddypress-identity-crisis\" target=\"_blank\">BuddyPress’ identity crisis</a>. The core team will be gathering feedback on a “Social Network” vs. “Community Software” marketing direction.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 23:35:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Watch Live: Matt Mullenweg Joins Cape Town WordPress Meetup for Fireside Chat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/watch-live-matt-mullenweg-joins-cape-town-wordpress-meetup-for-fireside-chat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:713:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/wordpress-cape-town.jpg\" rel=\"attachment wp-att-26698\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/wordpress-cape-town.jpg?resize=822%2C378\" alt=\"wordpress-cape-town\" class=\"aligncenter size-full wp-image-26698\" /></a></p>\n<p>Matt Mullenweg is in Cape Town and will be joining the <a href=\"http://www.wpcapetown.co.za/\" target=\"_blank\">local WordPress community meetup</a> for a fireside chat at noon EST (7pm Cape Town). The event begins in under an hour and will be live streamed on their YouTube channel. The video will also be available after the meetup has concluded.</p>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 16:26:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: How to Assign Icons, Images, and Colors to Categories and Tags in The WordPress Backend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wptavern.com/how-to-assign-icons-images-and-colors-to-categories-and-tags-in-the-wordpress-backend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4600:\"<p>When WordPress 4.4 was <a href=\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more\">released in late 2015</a>, some <a href=\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more#comment-112322\">users questioned</a> how to add colors and icons to categories as illustrated at the 1:17 mark in the <a href=\"https://videopress.com/v/J44FHXvg\">release video</a>. The colors and icons are not something users can define by default. Instead, they’re exposed by plugins using the <a href=\"https://make.wordpress.org/core/2015/10/23/4-4-taxonomy-roundup/\">Taxonomy Term Meta</a> feature in 4.4.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/TaxonomyColorsandIcons.png\" rel=\"attachment wp-att-50480\"><img class=\"size-full wp-image-50480\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/TaxonomyColorsandIcons.png?resize=685%2C381\" alt=\"WordPress 4.4 Release Video Showing Colors and Icons\" /></a>WordPress 4.4 Release Video Showing Colors and Icons\n<p>To add icons, images, or colors to taxonomy terms such as categories and tags, I recommend using <a href=\"https://wordpress.org/plugins/wp-term-images/\">WP Term Images</a>, <a href=\"https://wordpress.org/plugins/wp-term-icons/\">WP Term Icons</a>, and <a href=\"https://wordpress.org/plugins/wp-term-colors/\">WP Term Colors</a>. All three plugins are developed by, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby,</a> and are part of <a href=\"http://wptavern.com/stuttter-plugins-now-available-on-wordpress-org\">his Stuttter project</a>.</p>\n<p>Note, that in order to assign icons, images, and colors to taxonomies in WordPress 4.3 or earlier using these plugins, you’ll need to install and activate the <a href=\"https://wordpress.org/plugins/wp-term-meta/\">WP Term Meta</a> plugin as it adds Term Meta support.</p>\n<p>Once all three plugins are installed and activated, browse to the Categories section of the WordPress backend. You’ll see new fields where you can assign an icon, color, and image. Icons use the <a href=\"https://developer.wordpress.org/resource/dashicons/#admin-appearance\">Dashicon set</a> that ships with WordPress.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/SelectingAnIcon.png\" rel=\"attachment wp-att-50481\"><img class=\"size-full wp-image-50481\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/SelectingAnIcon.png?resize=682%2C334\" alt=\"Icon Picker\" /></a>Icon Picker\n<p>Choosing a color is easy as WP Term Colors uses the built-in color picker provided by WordPress.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/SelectingAColor.png\" rel=\"attachment wp-att-50484\"><img class=\"size-full wp-image-50484\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/SelectingAColor.png?resize=686%2C562\" alt=\"Assigning a color to Taxonomies\" /></a>Assigning A Color to Taxonomies\n<p>WP Term Images uses the WordPress Media Library to assign an image. Here’s what a category looks like with a color, image, and icon.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/AssignedColorImageIcon.png\" rel=\"attachment wp-att-50485\"><img class=\"size-full wp-image-50485\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/AssignedColorImageIcon.png?resize=837%2C239\" alt=\"Icon, Color, and Image Assigned To The News Category\" /></a>Icon, Color, and Image Assigned To The News Category\n<p>The visual queues are only displayed on the taxonomy management page. In a future update, I’d like to see visual queues in the same areas of the WordPress backend where a taxonomy is displayed. For example, displaying the icon, color, or image for a category on the Post management screen. The category management page is something I rarely visit once a site is established. However, I visit the Post management screen on a daily basis. At the same time, I question the usefulness of displaying something next to individual tags.</p>\n<p>These plugins are examples of what’s possible with taxonomy term meta support in WordPress 4.4. I tested each plugin on WordPress 4.5 alpha and didn’t experience any problems. If you’d like to learn more about term meta and how to use it, I encourage you to <a href=\"http://themehybrid.com/weblog/introduction-to-wordpress-term-meta\">read this tutorial</a> by Justin Tadlock. What use cases or scenarios can you think of where the visual queues described above would come in handy?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 12:17:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Easily Hide Menus in WordPress With The Clean WP Admin Menu Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/easily-hide-menus-in-wordpress-with-the-clean-wp-admin-menu-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2400:\"<p>The WordPress admin menu is fairly easy to navigate out-of-the-box but can become unruly over time. It can get out of control depending on the number of custom post types registered and plugins that add a top-level menu. If you want to hide rarely used menus from the admin menu, check out the <a href=\"https://wordpress.org/plugins/clean-wp-admin-menu/\">Clean WP Admin Menu</a> plugin developed by,<a href=\"https://profiles.wordpress.org/borantula/\"> Bora Yalçın</a>.</p>\n<p>After activating the plugin, browse to the <strong>Settings > Clean Admin Menu</strong> area in the WordPress backend. This is where you choose which menus to hide. Checking the box next to an item will hide it from view.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCleanAdminMenuSettings.png\" rel=\"attachment wp-att-50470\"><img class=\"size-full wp-image-50470\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCleanAdminMenuSettings.png?resize=571%2C644\" alt=\"WP Clean Admin Menu Settings\" /></a>WP Clean Admin Menu Settings\n<p>If you need to access a hidden menu, click the <strong>Toggle Extra</strong> link. Here’s an animated GIF provided by Yalçın that shows how it works.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/CleanWPMenuInAction.gif\" rel=\"attachment wp-att-50471\"><img class=\"size-full wp-image-50471\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/CleanWPMenuInAction.gif?resize=446%2C769\" alt=\"Clean WP Menu in Action\" /></a>Clean WP Menu in Action\n<p>Accessing a menu that’s hidden becomes a two-click process instead of one, but it’s a trade-off users might make in order to achieve a cleaner interface. Menus are hidden globally and are not tied to user accounts.</p>\n<p>Yalçın may add the ability to specify whether a menu is hidden globally or per-user in a future update in addition to a “Smart Clean” option. The idea is that if a user hasn’t accessed a menu in a certain amount of time, the plugin will automatically hide it from view.</p>\n<p>I tested <a href=\"https://wordpress.org/plugins/clean-wp-admin-menu/\">Clean WP Admin Menu</a> on WordPress 4.5 alpha and it works as expected. This plugin is a proof of concept so if you have any feedback or features you’d like to see added, please provide them in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 08:32:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Thirty-Two\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=45743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2016/01/thirty-two/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3294:\"<p>My thirty-second birthday has arrived after a whirlwind year, probably my most challenging and rewarding. It went faster than any year I can remember, absolutely flew by. Luckily it was capped at the holidays with a precious few weeks of downtime in Houston. Now I’m back to work in Cape Town and just finished a lovely day of great food, wine, and conversation with colleagues who are here for a meetup starting tomorrow.</p>\n<p>Since I started tracking, 2015 was the first year that I traveled fewer miles than the year before, clocking in at 398k, down 27k. (398,553 miles, 111 cities, 20 countries.) In 2016 I’m going to try and get that even lower. It was also one of my best years for blogging on this site, with the most posts (252) I’ve made since 2008, and the most words (24,605) since 2005. (If anyone is curious, I wrote about 60k words over the same time period in <a href=\"http://automattic.com/\">Automattic’s</a> internal <a href=\"http://p2theme.com/\">P2s</a>.) In a weird omission, though, it’s the first year since this site started in 2002 that I didn’t post a single gallery of photos. I’ve developed a mental block around processing and posting the fancier pictures, even as I carry hundreds of gigabytes of them around the planet several times over. Hopefully this is something I can get past in 2016.</p>\n<p>I ran 163 miles in 2015, more than I did the year before, and I think that trend will continue. Last year <a href=\"https://ma.tt/2015/01/thirty-one/\">I talked about habits and small actions</a>, and a daily todo list with some small items to nourish the mind, soul, and body has become central to my routine. I dyed my hair (grey) just for fun and also to show the rest of Automattic they could too, how you look doesn’t matter one iota. My restaurant quest has continued, and I’ve now been to 38% of <a href=\"http://www.theworlds50best.com/list/1-50-winners\">the current top 50 list</a>.</p>\n<p>More so than before, I really don’t know what’s around the corner. While there is a lot in motion, there is even more still being defined and started. There’s freedom in the groove, to reference <a href=\"http://joshuaredman.com/\">Joshua Redman’s</a> great album, and I’m getting a lot more comfortable with ambiguity and the faster pace of life in general. More than ever, I consider myself incredibly lucky, so it’s exciting to make the most of the opportunity that the volatility, love, loss, glory, failure, inspirations, and setbacks that 2016 will bring.</p>\n<p>Previously: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, and <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jan 2016 23:58:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Stuttter Plugins Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/stuttter-plugins-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4714:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/stuttter.png\" rel=\"attachment wp-att-50449\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/stuttter.png?resize=1025%2C452\" alt=\"stuttter\" class=\"aligncenter size-full wp-image-50449\" /></a></p>\n<p>The whole collection of plugins from John James Jacoby’s <a href=\"http://jaco.by/2015/10/16/meet-stuttter/\" target=\"_blank\">Stuttter project</a> is now <a href=\"https://profiles.wordpress.org/stuttter/#content-plugins\" target=\"_blank\">available on WordPress.org</a>. Jacoby created Stuttter as “a conduit for rethinking WordPress from the outside in,” and started pushing the plugins to the official plugin directory a couple months ago.</p>\n<p>During the first half of 2015, he worked full-time on WordPress’ sister projects (BuddyPress, bbPress, and GlotPress), thanks to the <a href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" target=\"_blank\">successful funding</a> of his independent IndieGoGo campaign. After completing this project, Jacoby returned to consulting via Flox where he had the chance to test and use the Stuttter plugins in production.</p>\n<p>“It’s a way to independently test the waters for what we can do with it [WordPress], without deviating from its history, beauty, charm, and chutzpah,” Jacoby said.</p>\n<p>“I was recently inspired by Jeremy Felt’s <a href=\"https://jeremyfelt.com/2015/10/02/what-wordpress-plugins-are-excellent/\" target=\"_blank\">post about what he looks for in plugins</a> that he would want to use. We’ve chatted about it before, and he finally put it into words. Stuttter sticks to those philosophies (no nags, no licenses, nothing to cut out, etc…),” he said.</p>\n<p>The new <a href=\"https://profiles.wordpress.org/stuttter/#content-plugins\" target=\"_blank\">Stuttter profile on WordPress.org</a> is home to 18 lean plugins, each carefully chiseled to do one thing well.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/stuttter-plugins.png\" rel=\"attachment wp-att-50458\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/stuttter-plugins.png?resize=1025%2C1001\" alt=\"stuttter-plugins\" class=\"aligncenter size-full wp-image-50458\" /></a></p>\n<p>“My end goal is to point most public facing links for each plugin to a product on <a href=\"https://store.flox.io/\" target=\"_blank\">store.flox.io</a> (using Easy Digital Downloads) and sell them for a few pennies, and then use WordPress.org for updates and distribution,” Jacoby said. “That way people get a zip of a plugin they purchased and get to ‘own’ their copy, plus I have a record of their purchase on <a href=\"https://flox.io/\" target=\"_blank\">flox.io</a> so they can use that plugin on their hosted networks eventually too.</p>\n<p>Jacoby plans to make the Stuttter plugins available on Flox for the communities hosted there.</p>\n<p>“Many of them will be on by default, like WP Chosen and WP Pretty Filters,” he said. “Others will be ‘unlocked’ through purchases, like User Activity and User Parents.</p>\n<p>“The goal is to strike a balance between a good default experience, and letting people upgrade through purchases, and then being able to take those purchases with them if they decide to self-host eventually (vs. losing them like on wpcom),” Jacoby said.</p>\n<p>Developers who are interested in the code can find the Stuttter plugins <a href=\"https://code.flox.io/groups/stuttter/\" target=\"_blank\">publicly mirrored on Flox</a>. They are actively developed there and then pushed out to <a href=\"https://github.com/stuttter\" target=\"_blank\">GitHub</a> in bulk.</p>\n<p>“Almost all of these are ideas I’ve been imagining in one way or another for years, particularly WP User Profiles,” Jacoby said. “I’ve wanted that for BuddyPress forever, but it’s always been too big of a gamble to commit to something this drastic for a project like BuddyPress that is so well established.</p>\n<p>“I think whenever you have a long time to imagine what life would be like once something is possible, you can execute very quickly once it is. Most of the current generation Stuttter plugins came rapid-fire because of several years of thought about them first. I hadn’t even done much research into alternatives (the Stream plugin vs. WP User Activity for example, and WooCommerce has its own Term Meta tweaks too). I just knew I wanted to solve a certain problem in a certain way, and had the time and motivation to make it happen,” he said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jan 2016 22:09:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Interview in El Pais\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/01/interview-in-el-pais/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:314:\"<p><span class=\"embed-youtube\"></span></p>\n<p>If you speak Spanish, or know someone who does, check out this video and <a href=\"http://one.elpais.com/gracias-a-el-se-publica-la-cuarta-parte-de-las-webs-del-mundo-matt-mullenweg-fundador-de-wordpress/\">article that was on the El Pais homepage earlier today</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 22:48:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordCamp Europe 2016 Sold Out, Organizers Working to Get More Venue Space\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50345\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/wordcamp-europe-2016-sold-out-organizers-working-to-get-more-venue-space\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2701:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png\" rel=\"attachment wp-att-49423\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png?resize=1025%2C407\" alt=\"wceu-2016\" class=\"aligncenter size-full wp-image-49423\" /></a></p>\n<p>If you waited to buy your ticket to <a href=\"https://2016.europe.wordcamp.org/\" target=\"_blank\">WordCamp Europe 2016</a> in Vienna, you may be out of luck. The event sold out on December 31, 2015. All 1550 tickets, including 50 micro-sponsorship tickets are now gone.</p>\n<p>“We’re currently at full capacity of our venue, but working towards expanding by hiring more halls in the MuzeumQuartier so we can meet the strong demand,” organizer Petya Raykovska told the Tavern.</p>\n<p>“We will try and release 200 more tickets in the days to follow, depending on the availability of the halls around the MQ,” she said. A <a href=\"https://2016.europe.wordcamp.org/wordcamp-europe-is-sold-out-sign-up-for-the-tickets-waiting-list/\" target=\"_blank\">waiting list</a> is now open for those hopeful to grab a ticket when more venue space opens up. According to Raykovska, the list already has nearly 100 signups.</p>\n<p>Based on the attendees confirmed so far, WordCamp Europe 2016 will have 58 countries represented, which is six more than the event had in 2014 and 2015. Including micro-sponsor tickets, the countries with the highest number of attendees include Germany (8%), Netherlands (8%), UK (8%), Austria (7%), and the United States (6%).</p>\n<p>Planning early has paid off for the organizing team with another year of successful ticket sales in the bag. Raykovska attributes this to the location and the quality of past WCEU events.</p>\n<p>“Obviously, Vienna being central for Europe and a fabulous location, has helped us attract more people this year,” Raykovska said. “But I believe above all, the huge interest is a testament about the quality we’ve been able to provide in previous years, establishing WordCamp Europe as a can’t-miss event for anyone running or involved with a WordPress business.</p>\n<p>“I also think people appreciate that we released tickets so early. More than 80% of WordCamp Europe attendees come from outside the host country so being able to plan early helped people make a decision,” she said.</p>\n<p>The <a href=\"https://2016.europe.wordcamp.org/the-call-for-speakers-for-wceu-2016-closes-in-4-weeks/\" target=\"_blank\">call for speakers</a> will close on January 31st. Speakers will be notified by March 16th as to whether or not their session will be on the schedule.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 21:54:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordCamp US Is Accepting Applications for 2017-18 Host City\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/wordcamp-us-is-accepting-applications-for-2017-18-host-city\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1735:\"<p>The application process to be the host city for WordCamp US 2017 and 2018 <a href=\"https://2016.us.wordcamp.org/2016/01/08/applications-for-the-wordcamp-us-2017-host-city-now-open/\">is now open</a>. A lot of work goes into making WordCamp US successful and planning needs to start as soon as possible. The goal is to have future host city organizers be involved in the second year’s planning to learn the process and pass on the lessons learned to the next group of organizers.</p>\n<p>If you’re thinking about applying to be the host city, you’ll need to know the following information.</p>\n<ul>\n<li>The names and contact information for your organizing team.</li>\n<li>Information about your location, including:\n<ul>\n<li>Do the venues have hotels within 3 miles that can support 1,500-2,000 attendees? Average hotel costs for budget, mid-range, and high-end hotels.</li>\n<li>Flight costs from the West Coast, East Coast, Midwest, Mexico, and Canada.</li>\n</ul>\n</li>\n<li>Venue information with an option to suggest a second venue. Each venue requires:\n<ul>\n<li>A budget</li>\n<li>Room capacities</li>\n<li>Dates available</li>\n<li>Additional venue details</li>\n</ul>\n</li>\n<li>Contributor day information, including:\n<ul>\n<li>Venue</li>\n<li>Wifi information</li>\n</ul>\n</li>\n</ul>\n<p>The new location will be selected before WordCamp US 2016. When the six cities were chosen to possibly host WordCamp US 2015, <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us\">Tavern readers voted</a> for Phoenix, AZ over Philadelphia, PA. If you have any questions or need help filling out the application, contact <strong>support @ wordcamp.org</strong>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 19:37:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: How WordCamp Paris Streamlined Speaker Submissions with the Idea Stream Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50381\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/how-wordcamp-paris-streamlined-speaker-submissions-with-the-idea-stream-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11361:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/jenny-beaumont.jpg\" rel=\"attachment wp-att-50383\"><img class=\"alignright size-thumbnail wp-image-50383\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/jenny-beaumont.jpg?resize=150%2C150\" alt=\"jenny-beaumont\" /></a>This post was contributed by guest author <a href=\"http://www.jennybeaumont.com/\" target=\"_blank\">Jenny Beaumont</a>. Jenny Beaumont is co-organizer of WordCamp Paris & WordCamp Europe, a frequent speaker at WordCamps in France and abroad, and a contributor to a number of blogs. After 17 years building things in and around the web, she is taking a year-long sabbatical to get a new outlook on life.</p>\n<hr />\n<p>If you’ve organized a WordCamp or similar event, then you know the work involved in managing a call for papers. With every submission comes lots of information, both about the candidate and the proposed talk. And with some candidates submitting multiple proposals, the total number of submissions can be 3-4 times the number of slots available.</p>\n<p>The call for speakers for <a href=\"https://paris.wordcamp.org/2016/\" target=\"_blank\">WordCamp Paris 2016</a> brought in upwards of 70 candidates and over 100 proposals!</p>\n<p>In the past, most WordCamps have taken proposals through online forms and then organized them within spreadsheets for deliberation. But just as WordCamp Paris has grown in recent years, so has the organizing team, and the spreadsheet method became increasingly laborious and inefficient.</p>\n<h3>There’s a plugin for that</h3>\n<p>While preparing for <a href=\"https://paris.wordcamp.org/2015/\" target=\"_blank\">WordCamp Paris 2015</a>, the organizers decided to tackle this problem, and turned to <a href=\"https://wordpress.org/plugins/wp-idea-stream/\" target=\"_blank\">WP Idea Stream</a>, a plugin developed by <a href=\"https://profiles.wordpress.org/imath\" target=\"_blank\">Mathieu Viet</a> (who has since joined the organizing team).</p>\n<p>As the name suggests, WP Idea Stream is a collaborative tool built for the purpose of sharing and managing ideas between members of a WordPress site. A close look shows us that this simple concept contains a lot of intricate and useful features.</p>\n<h3>Advantages for users</h3>\n<p>Filling out a form one time is no trouble, but what if you want to submit multiple proposals? Or, what if you’re interrupted while filling out a form and have to start over?</p>\n<p>WP Idea Stream solves this problem by giving talk candidates a simple one-time sign-up. With their own account they can:</p>\n<ul>\n<li>Update their personal information at any time (name, biography, social media accounts, email address, phone number, etc)</li>\n<li>Submit multiple proposals without needing to resubmit personal information</li>\n<li>Edit each proposal for up to one hour after submission</li>\n<li>Access and consult their submissions at any time</li>\n</ul>\n<h3>Advantages for organizers</h3>\n<p>Some team members wait until closing to sit and evaluate the proposals in one go, while others prefer to react over time as talks roll in. How do you keep track of those you’ve seen? How do you exchange thoughts and opinions with your teammates? How do you navigate through all of this information?</p>\n<h3>Vote</h3>\n<p>WP Idea Stream uses a five-star rating system to vote on ideas (or talks in our case). This makes it easy to see which are the most popular among a large group of organizers.</p>\n<p>The plugin settings page includes an easy way to customize the wording for each level.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/hover-captions.png\" rel=\"attachment wp-att-50387\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/hover-captions.png?resize=1025%2C133\" alt=\"hover-captions\" class=\"aligncenter size-full wp-image-50387\" /></a></p>\n<h3>Comment and debate</h3>\n<p>To compliment this voting system, organizers can leave comments on each submission to further bolster their argument for or against a talk. They also have the opportunity to point out information that might be lacking, ask questions of the candidate, or make notes of recurring themes that emerge.</p>\n<h3>Track and filter</h3>\n<p>As an administrator, there are two ways to view talk proposals: the main “post” view, and a view from within your own profile.</p>\n<p><strong>The “post” view</strong> is much like the default blog home page on a standard WordPress site. Submissions are listed in chronological descending order by default, including pagination and a display of the total number of talks to date. Then, there is the possibility to:</p>\n<ul>\n<li>Search by keyword</li>\n<li>Filter by votes (highest ratings first)</li>\n<li>Filter by most commented</li>\n</ul>\n<p>The excerpt for each talk submission includes:</p>\n<ul>\n<li>The avatar of the candidate (candidates are encouraged to use the email address associated with their Gravatar account at sign up)</li>\n<li>The name of the talk</li>\n<li>The number of comments with a quick link to that section of the talk</li>\n<li>The current average rating, with a quick link to vote on that talk</li>\n<li>An excerpt of the talk description</li>\n<li>A list of all category and tag selections</li>\n<li>The date of submission</li>\n<li>A quick link to edit the proposal in the WordPress admin</li>\n</ul>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/excerpts.png\" rel=\"attachment wp-att-50389\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/excerpts.png?resize=1025%2C778\" alt=\"excerpts\" class=\"aligncenter size-full wp-image-50389\" /></a></p>\n<p><strong>The “profile” view</strong> is intended for subscribed users to view their own submissions and to manage their personal information. As an admin, this front-end view also includes some very useful tabs to help keep track of your participation in the deliberation process.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/profile-view.png\" rel=\"attachment wp-att-50390\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/profile-view.png?resize=1025%2C737\" alt=\"profile-view\" class=\"aligncenter size-full wp-image-50390\" /></a></p>\n<ul>\n<li><strong>Published.</strong> Shows any and all submissions you might have made. Yes, WordCamp Paris organizers are also often speakers!</li>\n<li><strong>Commented.</strong> Shows all talk proposals that you’ve already commented on.</li>\n<li><strong>Evaluated.</strong> Shows all talk proposals that you’ve already voted on.</li>\n<li><strong>To be evaluated.</strong> Shows all talk proposals that are still awaiting your vote.</li>\n</ul>\n<h3>Organize</h3>\n<p>By default, WP Idea Stream comes with standard WordPress category and tag taxonomies, allowing submissions to be further classified and qualified. This year for WordCamp Paris, we used categories to represent three talk formats: 10, 20 and 30-minute preferences.</p>\n<p>We use tags for what we call talk “zooms” (basically just thematic tags). The advantage here is that, just like standard WordPress tags, users can be prompted with “most used” keywords to describe their talk’s theme.</p>\n<p>Categories and tags have quick links to filter the view by those terms.</p>\n<p>This has proven extremely useful for spotting recurring subjects and trends, comparing similar proposals, and even for figuring out subjects that haven’t been covered that we might want to find speakers for.</p>\n<h3>Export</h3>\n<p>When it comes down to it, you can’t get around the good old-fashioned spreadsheet for finalizing the job.</p>\n<p>Once the team has finished rating all of the talks, the submissions can be easily exported to a spreadsheet, and sorted by vote, theme, and talk duration. From here, the program is built up and finalized, and the bulk of the work is already done.</p>\n<h3>Requirements</h3>\n<p>Using WP Idea Stream does requires us to have and maintain a WordPress installation separate from our official WordCamp site, but this is also proving to have a number of advantages including:</p>\n<ul>\n<li>A dedicated domain for emails</li>\n<li>A permanent site that can act as a long-term archive, essentially regrouping information and links to each year’s dedicated site</li>\n</ul>\n<h3>Customization</h3>\n<p>WP Idea Stream doesn’t work like this out-of-the-box. Many of these features were built specifically for our purposes. Because the plugin is developed to be highly extensible, adapting it for your own needs is relatively easy.</p>\n<h3>Templates</h3>\n<p>WP Idea Stream is built with a templating system, allowing you to easily override any of the front-end views from your own theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/templates.png\" rel=\"attachment wp-att-50392\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/templates.png?resize=398%2C506\" alt=\"templates\" class=\"aligncenter size-full wp-image-50392\" /></a></p>\n<h3>Custom functions</h3>\n<p>Placing a file named <a href=\"https://github.com/imath/wc-talk#wordcamp-talk\" target=\"_blank\">wp-idea-stream-custom.php</a> in wp-content/plugins/ extends the plugin, allowing you to build on the default functionality.</p>\n<p>Here are some of the features we’ve added to adapt the plugin to our needs:</p>\n<ul>\n<li>Publish the content (talks) in private mode</li>\n<li>Extended user fields, including language preference (the site then displays by default in the preferred language)</li>\n<li>Time limit for editing talk submissions</li>\n<li>Front-end admin tabs for viewing submissions by those rated and those still needing to be rated</li>\n<li>Back-end modifications so that the plugin name and icon are changed in the admin menu.</li>\n<li>Added a metabox with additional checkboxes to further classify talks by targeted audience</li>\n<li>Added user role of “speaker,” essentially with the same permissions as the standard “subscriber”.</li>\n</ul>\n<p>We also added a fun little function in case any candidates try to sneak a peek by hacking the site’s comment RSS feed:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">\n/**\n * Redirect the speaker trying to cheat by adding the feed argument to the talk url :)\n */\nfunction wc_talk_neutralize_feeds_step_two() {\n if ( is_feed() && wp_idea_stream_is_ideastream() ) {\n wp_idea_stream_add_message( array(\n \'type\' => \'info\',\n \'content\' => __( \'Ah! caught trying to spy!\', \'wc-talk\' ),\n ) );\n wp_safe_redirect( wp_idea_stream_get_redirect_url() );\n exit();\n }\n}\n</pre>\n<p>We have used this system for two consecutive years now, improving the functionality as we learn what features are needed to make the process as smooth and efficient as possible. Overall, we might actually spend more time on the process, but it’s qualitative time. These tools humanize the process, allowing us to easily navigate the information and further invest ourselves in both the candidates and their ideas.</p>\n<p>As a collaborative tool, it adds an element of fun that you can’t get out of a spreadsheet! This brings an added dynamic to the group, allowing us all to participate in the process and have a voice (except for those organizers who propose talks, of course! ;) ).</p>\n<p>Like the idea? You should give it a try!</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 17:50:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Progress Report: Measure Jetpack Benchmark Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/progress-report-measure-jetpack-benchmark-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1062:\"<p>Late in 2015, <a href=\"https://profiles.wordpress.org/ideag/#content-plugins\">Arūnas Liuiza</a>, a WordPress plugin developer, <a href=\"http://wptavern.com/measure-jetpack-an-independent-project-aimed-at-measuring-jetpacks-performance\">announced a new project</a> called <a href=\"http://blog.arunas.co/project-measure-jetpack/\">Measure Jetpack</a>. Measure Jetpack is an independent, comprehensive series of benchmarks that will show how much impact Jetpack has on a site’s performance.</p>\n<p>Over the last few months, little information has been shared on the project’s status. I reached out to Liuiza for an update, “We’ve built a decent set of sample data for testing and hope to begin actual testing next week. The plan is to have all the data by the end of the month and publish some of the results in February,” Liuiza told the Tavern.</p>\n<p>While the results are not likely to be conclusive, the benchmarks will be an important resource in an area where similar data is scarce.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 17:04:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Post Status: Challenges managing a WordPress consulting business and doing client work — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=15517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://poststatus.com/challenges-managing-a-wordpress-consulting-business-and-doing-client-work-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1493:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p>This week’s Post Status Draft podcast is hosted by Brian Krogsgard and Joe Hoyle. This week, they talk working in an agency and doing client work.</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/24151.mp3\">https://audio.simplecast.fm/24151.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/24151.mp3\">Direct Download</a></p>\n<p>Joe and Brian discussed a variety of facets to agency and client work, including:</p>\n<ul>\n<li>Hourly billing, daily billing, and project billing</li>\n<li>Tracking time for internal or external purposes</li>\n<li>Pricing websites</li>\n<li>Taking on large versus small projects in both large and small agencies, and how risk changes in each scenario</li>\n<li>Making payroll and managing cashflow</li>\n<li>Being selective with clients</li>\n<li>Retainers and monthly maintenance plans, and how it can fit in</li>\n<li>Team structures for projects</li>\n<li>And more!</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 15:15:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Custom Contact Forms Plugin Passes 1 Million Downloads on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/custom-contact-forms-plugin-passes-1-million-downloads-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5469:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-forms-featured.png\" rel=\"attachment wp-att-50363\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-forms-featured.png?resize=670%2C324\" alt=\"custom-contact-forms-featured\" class=\"aligncenter size-full wp-image-50363\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/custom-contact-forms/\" target=\"_blank\">Custom Contact Forms</a> has just passed one million downloads after nearly six years in the WordPress Plugin Directory. Last year <a href=\"https://taylorlovett.com/\" target=\"_blank\">Taylor Lovett</a>, Director of Web Engineering at <a href=\"http://10up.com/\" target=\"_blank\">10up</a>, released version 6.0, a completely rewritten version that made it one of the first plugins to incorporate the new WP REST API. It is now one of the most popular plugins to do so and has more than 70,000 active installs.</p>\n<p>The plugin was built to provide the best user experience possible for building forms. It is unique in that it puts the form creation process inside the media manager, instead of a separate forms admin page. Custom Contact Forms also offers live previews while the user is building a form.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-form-creation.png\" rel=\"attachment wp-att-50367\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-form-creation.png?resize=900%2C445\" alt=\"custom-contact-form-creation\" class=\"aligncenter size-full wp-image-50367\" /></a></p>\n<p>Getting the REST API integrated with the plugin was the culmination of nine months of development for version 6.0. Unlike many other early plugins that rely on the API, Custom Contact Forms does not require the WP REST API plugin. Instead, the plugin includes its own version of the WP REST API, which is cleverly activated if necessary.</p>\n<p>“The plugin includes a small fraction of that code,” Lovett said. “Compressed it is 1.6MB and the whole thing is built to be very performant scale for enterprise.</p>\n<p>“I don’t think it’s a good user experience to make 70,000 people install a plugin dependency,” Lovett said. “The main thing about CCF is it has an attractive fully JS powered interface that looks like the WP media modal. It really goes with Matt’s message at the State of the Word on JS.</p>\n<p>“I would argue the user experience is better than all the popular alternatives (Gravity Forms, Ninja Forms, etc.) The plugin does not have as much functionality as GF or Ninja Forms but is quickly catching up – it’s also 100% free,” Lovett said.</p>\n<p>Since Custom Contact Forms is capable of handling much more than simple contact forms, Lovett is considering a name change that will help people understand the broader possibilities for its use. He has seen it used for employment forms, product creation (the plugin has extensive hooks and can create posts on each submission), digital product creation, and event creation.</p>\n<h3>JavaScript-Powered Form Creation is the Future</h3>\n<p>Lovett believes that the most popular forms plugins will need to adapt in order to keep pace with the modern web.</p>\n<p>“By using the REST API and heavy JS, CCF can do things like live form previews which Gravity Forms and Ninja Forms can’t do,” he said.</p>\n<p>“The modern web requires things to be done without page reloads so I do think the traditional form plugins will need to modernize. The only thing standing in their way is time – I spent nine months rewriting CCF for the JSON REST API,” Lovett said.</p>\n<p>“AJAX has become expected on the web. Anything less is not going to stand the test of time. Can you imagine using the media modal, if you had to reload the page every time you added an image? The same concept applies to forms,” he said.</p>\n<p>Custom Contact Forms is not as full-featured as the most popular contact forms, and Lovett says he gets quite a bit of pressure from users to add more features.</p>\n<p>“I want to tastefully add features slowly,” he said. “I think a lot of plugins try to do all the things and I don’t want CCF to be like that.”</p>\n<p>Lovett plans to add Paypal and Stripe integration along with a variety of form templates in future releases. When asked if these would be separate add-ons, he said that they would mostly likely be built in.</p>\n<p>“The only reason to separate things in my opinion is to make money off of them,” Lovett said. “The plugin will still be a small file size and performant – so why separate?”</p>\n<p>Lovett has struggled to maintain a high rating on Custom Contact Forms, as it went through a tough transition in order to adapt the JSON REST API.</p>\n<p>“I had to write DB upgrade scripts for thousands of people using the old plugin,” he said. “During that transition, I got a lot of 1-star reviews.” The database upgrade scripts provided a seamless transition for some users but not for others. This is sometimes the price users pay when a plugin updates to be on the cutting edge.</p>\n<p>“The JSON REST API being merged into core has made support much easier,” Lovett said. “I don’t think it’s ‘fringe technology’ anymore.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 00:07:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WPWeekly Episode 220 – Automattic’s Relationship With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50342&preview_id=50342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/wpweekly-episode-220-automattics-relationship-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2654:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the latest news in the WordPress ecosystem. On the first episode of 2016, I rant about the conspiracy theorists who believe Automattic owns and controls the WordPress project.</p>\n<p>I try to set the record straight and explain why it’s not the case. Later in the show, Marcus explains what <a href=\"https://www.ampproject.org/\">AMP</a> is and why site owners need to pay attention to it. Last but not least are his plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-4-1-patches-xss-security-vulnerability\">WordPress 4.4.1 Patches XSS Security Vulnerability</a><br />\n<a href=\"http://wptavern.com/wordpress-org-added-910-new-themes-in-2015\">WordPress.org Added 910 New Themes in 2015</a><br />\n<a href=\"http://wptavern.com/sixty-three-percent-of-wordpress-core-committers-are-not-employed-by-automattic\">63% of WordPress Core Committers Are Not Employed by Automattic</a><br />\n<a href=\"http://wptavern.com/wordcamp-miami-2016-adds-new-javascript-track-freelancers-workshop-and-kids-panel\">WordCamp Miami 2016 Adds New JavaScript Track, Freelancer’s Workshop, and Kids Panel</a><br />\n<a href=\"https://loopconf.io/\">LoopConf in 2016</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/ip-login/\">IP Login e</a>nables you to login from a trusted IP without entering a password by specifying ?bypass_login=username in the browser’s address bar.</p>\n<p><a href=\"https://wordpress.org/plugins/slide-anything/\">Slide Anything </a>allows you to create a carousel where the content for each slide can include, images, text, HTML, and shortcodes.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-smart-export/\">WP Smart Export (Free Version) </a>is a smart and highly customizable data exporter for outputting posts and user data that you can read.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 13th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #220:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2016 20:24:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: More Than 655M Comments Were Published on WordPress.com in 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/more-than-655m-comments-were-published-on-wordpress-com-in-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1375:\"<p>Between posts and comments, <a href=\"http://www.wordpress.com\">WordPress.com</a> is an enormous hub of activity. The service recently published its <a href=\"https://en.blog.wordpress.com/2016/01/06/the-2015-wordpress-com-year-in-review/\">2015 year in review</a> and the numbers are staggering. Last year, users published 660M posts that generated more than 655M comments. The review looks back at posts that went viral, books published by authors, and coverage of world events.</p>\n<p>Other noteworthy events include <a href=\"https://en.blog.wordpress.com/2015/06/26/celebrating-10-years-of-wordpress-com-automattic/\">WordPress.com’s 10 year anniversary</a> and the first conference devoted to WordPress.com called <a href=\"http://presspublish.events/blog/\">Press Publish,</a> which took place in Portland, Oregon and Phoenix, Arizona. Late in the year, the service <a href=\"http://wptavern.com/automattic-unveils-open-source-wordpress-desktop-application-for-the-mac\">unveiled Calypso</a>, a revamped backend interface for WordPress.com.</p>\n<p>Suffice to say, it was a productive year for Automattic and WordPress.com with no signs of slowing down in 2016. Be sure to check out the <a href=\"https://en.blog.wordpress.com/2016/01/06/the-2015-wordpress-com-year-in-review/\">full post</a> to see a detailed list of milestones.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2016 18:58:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WordPress 4.5 Development Kicks Off, Release Set for Mid-April\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/wordpress-4-5-development-kicks-off-release-set-for-mid-april\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2808:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/coffee-newspaper.jpg\" rel=\"attachment wp-att-50330\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/coffee-newspaper.jpg?resize=680%2C346\" alt=\"Coffee Cup on Table --- Image by © Michael Prince/CORBIS\" class=\"size-full wp-image-50330\" /></a>Coffee Cup on Table — Image by © Michael Prince/CORBIS\n<p>WordPress 4.5 development is now in full swing with Mike Schroder at the helm, leading the <a href=\"https://wordpress.slack.com/archives/core/p1452114055008649\" target=\"_blank\">kickoff meeting</a> today. Schroder is joined by newly named deputies, Mel Choyce and Adam Silverstein, who will help manage the release.</p>\n<p>The <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\" target=\"_blank\">4.5 project schedule</a> is now posted. The merge window for feature plugins opens February 3rd and the first Beta is expected the last week of that month. April 12th is the target date for the official release.</p>\n<p>The call for feature plugins is beginning early this time around and a Feature Plugin chat is scheduled for Tuesday, January 12, 2016, 3:00 PM CST.</p>\n<p>“The main purpose of the early chat is for plugins that believe they are ready for merge, and to start up new ones for future releases,” Schroder said. Those who have ideas and/or plugins to put forward will have an opportunity to get feedback from other contributors.</p>\n<p>During the kickoff meeting, Schroder took stock of the general areas that contributors have shown interest in working on for WordPress 4.5. Weston Ruter and other contributors on the customizer component have several features in progress, including <a href=\"https://core.trac.wordpress.org/ticket/32296\" target=\"_blank\">Customize Pane Resizer</a>, <a href=\"https://core.trac.wordpress.org/ticket/31195\" target=\"_blank\">Customize Device Preview</a>, <a href=\"https://core.trac.wordpress.org/ticket/34893\" target=\"_blank\">Customize Setting Validation</a>, and the <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">creation of page stubs for adding nav menu items</a>. Ruter considers the Transactions and Selective Refresh features ready to go for consideration in 4.5.</p>\n<p>Michael Arestad said that he is exploring “a series of smaller projects that can make Post New and the publishing process a bit nicer.” Joe McGill is hoping to make progress on improving the compression of resized images in core. John Blackbourn expressed interest in working with a team on<br />\n“No More Mixed Content” https improvements.</p>\n<p>More detailed discussion about potential feature plugins for 4.5 (and future releases) will happen in the scheduled chat next week.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2016 05:59:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Briar: A Free Minimalist WordPress Theme Based on Bootstrap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/briar-a-free-minimalist-wordpress-theme-based-on-bootstrap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3972:\"<p><a href=\"https://wordpress.org/themes/briar/\" target=\"_blank\">Briar</a> is a new minimalist theme that landed in the WordPress directory last month. It’s the type of bold, non-flashy theme that puts the spotlight on content and images without trying to stuff widgets into the reading experience.</p>\n<p>Briar was created by the folks at <a href=\"http://slicejack.com/\" target=\"_blank\">Slicejack</a>, a Croatia-based development company and a brand new WordPress.org theme author. The theme uses the Bootstrap framework to provide a responsive layout for desktop, tablets, and mobile.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-screenshot.png\" rel=\"attachment wp-att-50293\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-screenshot.png?resize=1025%2C769\" alt=\"briar-screenshot\" class=\"aligncenter size-full wp-image-50293\" /></a></p>\n<p>One of Briar’s most interesting features is the ability for users to create a full-width heading using a shortcode. The content and background image specified in the shortcode will have a parallax effect, which you can see when scrolling on single posts.</p>\n<p>The theme’s primary menu can be toggled into view using the hamburger icon. It includes support for multi-level navigation.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/multi-level-navigation.gif\" rel=\"attachment wp-att-50316\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/multi-level-navigation.gif?resize=600%2C334\" alt=\"multi-level-navigation\" class=\"aligncenter size-full wp-image-50316\" /></a></p>\n<p>Briar also has a unique fixed footer with post meta that disappears as you scroll down the page. On mobile the post meta is pared down to just the author and post date.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-post.png\" rel=\"attachment wp-att-50299\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-post.png?resize=1025%2C492\" alt=\"briar-post\" class=\"aligncenter size-full wp-image-50299\" /></a></p>\n<p>The theme supports more than a dozen customization options for colors, backgrounds, layouts, and social buttons. Its elegant layout and color selections are some of the nicest customizer controls I’ve seen in recently launched themes. The layout controls allow you to select from three different options for the home, blog, single, archive, category archive, search, 404, and default page templates. Briar includes six prepared color schemes as well as 15 different color pickers for customizing individual elements of the theme.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/customizer-layouts.jpg\" rel=\"attachment wp-att-50319\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/customizer-layouts.jpg?resize=1025%2C612\" alt=\"customizer-layouts\" class=\"aligncenter size-full wp-image-50319\" /></a></p>\n<p>The theme supports an optional sidebar widget area, which will appear on the templates where you assign a layout with a sidebar. If you’re using Jetpack, you can enable the infinite scrolling module without having any conflicts.</p>\n<p>Briar’s design provides excellent readability with contrasting fonts – Noto sans for headlines and Martel for paragraph text.</p>\n<p>Check out the <a href=\"http://demo.slicejack.com/briar/\" target=\"_blank\">live demo</a> at SliceJack to see the theme in action with the single-column layout.</p>\n<p>Briar is Slicejack’s first free theme but they have another in the pipeline for approval. The theme is <a href=\"https://wordpress.org/themes/briar/\" target=\"_blank\">available on WordPress.org</a> and is also hosted on <a href=\"https://github.com/themejack/briar\" target=\"_blank\">GitHub</a>. If you’re looking to restart your blog in 2016 with a no-frills, content-focused WordPress theme, Briar fits the bill.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2016 00:27:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordPress 4.4.1 Patches XSS Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wordpress-4-4-1-patches-xss-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1415:\"<p>WordPress 4.4.1 is <a href=\"https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\">available for download</a> and includes 52 fixes, one of which patches a cross site scripting vulnerability <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">reported</a> by <a href=\"https://hackerone.com/crtc4l\">Crtc4L</a>. This release address two severe bugs and updates the polyfill used for emoji to support Unicode 8. Support for Unicode 8 adds new diversity emoji to WordPress.</p>\n<p>Other notable changes include the <a href=\"https://core.trac.wordpress.org/ticket/35152\">removal of Rdio embed support</a>, <a href=\"https://core.trac.wordpress.org/ticket/34976\">plugins failing to update after WordPress 4.4 is installed</a>, and a <a href=\"https://make.wordpress.org/core/2016/01/05/4-4-1-release-candidate/\">handful of changes</a> to responsive images. Sites configured to receive automatic updates should update within 24 hours. Since 4.4.1 is a security release, you should initiate the update process as soon as possible.</p>\n<p>A total of 36 people contributed to this release. If you encounter problems after updating, please <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting\">create a new thread</a> in the WordPress.org support forums where volunteers are standing by to help out.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 20:33:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: Save Time Editing Multiple Posts, Pages, and Custom Post Types With the Destination After Save Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/save-time-editing-multiple-posts-pages-and-custom-post-types-with-the-destination-after-save-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2411:\"<p>If you need to edit a lot of content and want to save time doing so, check out a new plugin called <a href=\"https://wordpress.org/plugins/destination-after-save/\">Destination After Save</a> created by, <a href=\"https://profiles.wordpress.org/robertwhitis/\">Robert Whitis</a>. Destination after save overrides WordPress’ default save behavior and creates a new meta box on the post and page creation screens. Users can choose what to do after saving a post, page, or custom post type.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/DASMetaBoxSettings2.png\" rel=\"attachment wp-att-50280\"><img class=\"size-full wp-image-50280\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/DASMetaBoxSettings2.png?resize=273%2C246\" alt=\"Destination After Save Meta Box Settings\" /></a>Destination After Save Meta Box Settings\n<p>It also adds a setting to the user profile screen where users can choose whether the default behavior of WordPress is to view the content or continue editing after clicking the save button.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/DASUserSettings.png\" rel=\"attachment wp-att-50281\"><img class=\"size-full wp-image-50281\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/DASUserSettings.png?resize=412%2C128\" alt=\"Destination After Save User Profile Settings\" /></a>Destination After Save User Profile Settings\n<p>Whitis was inspired to create the plugin after editing large volumes of content and revisions on a regular basis. Destination after save can also increase performance on large WordPress Multisite installations by reducing page loads, “If you are paying for web hosting based on usage, reducing the number of page loads in this way could have a real effect on the cost of bandwidth if thousands or millions of users are producing content,” Whitis told the Tavern.</p>\n<p>One thing I discovered during testing is that content with long titles are cut off because of the drop-down menu location. Other than that, it works as expected on WordPress 4.5 alpha. Whether it’s creating, editing, or doing repetitive tasks to manage content, destination after save can save you some time. Destination after save is free and <a href=\"https://wordpress.org/plugins/destination-after-save/\">available for download</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 08:53:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Linode Confirms Data Security Breach That Matches Recent WP Engine Attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/linode-confirms-data-security-breach-that-matches-recent-wp-engine-attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5158:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/linode.png\" rel=\"attachment wp-att-50256\"><img class=\"aligncenter size-full wp-image-50256\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/linode.png?resize=768%2C363\" alt=\"linode\" /></a></p>\n<p>Cloud hosting provider <a href=\"http://status.linode.com/incidents/mmdbljlglnfd\" target=\"_blank\">Linode has been combatting DDoS attacks</a> since Christmas Day, which have caused multiple disruptions and service outages across its global data centers. The attacks are ongoing and the company is struggling to keep its status blog up to notify customers.</p>\n<p>In addition to the DDoS attacks, <a href=\"http://status.linode.com/incidents/ghdlhfnfngnh\" target=\"_blank\">Linode has also confirmed a data security breach</a>:</p>\n<blockquote><p>A security investigation into the unauthorized login of three accounts has led us to the discovery of two Linode.com user credentials on an external machine. This implies user credentials could have been read from our database, either offline or on, at some point. The user table contains usernames, email addresses, securely hashed passwords and encrypted two-factor seeds. The resetting of your password will invalidate the old credentials.</p></blockquote>\n<p>All Linode Manager passwords have been expired as a precaution after customer credentials were found in the wild. The team is working around the clock to mitigate the DDoS attacks and further investigate the unauthorized access to customer accounts. Linode has not yet determined whether there is a link between the two attacks.</p>\n<p>Several days ago, WP Engine <a href=\"http://wptavern.com/wp-engine-identifies-cloud-infrastructure-providers-as-entry-point-for-recent-security-breach\" target=\"_blank\">identified its cloud infrastructure provider as the entry point for the company’s recent security breach</a>. The company is listed as one of Linode’s customers. Jason Cohen, the company’s founder and CTO, jumped in to answer several <a href=\"http://wptavern.com/wp-engine-identifies-cloud-infrastructure-providers-as-entry-point-for-recent-security-breach#comments\" target=\"_blank\">questions in WP Tavern comments</a> earlier today but would neither confirm nor deny that Linode is the cloud infrastructure provider in question.</p>\n<p>PagerDuty, a former Linode customer and <a href=\"https://www.pagerduty.com/blog/july-2015-security-announcement/\" target=\"_blank\">victim of a similar attack</a>, speculates that <a href=\"https://news.ycombinator.com/item?id=10845985\" target=\"_blank\">Linode may have been compromised since July 2015</a> and is only now announcing it:</p>\n<blockquote><p>We immediately reached out to them not only to inform them of their compromise, but to assist them in investigating it. We were confident that the Linode database had been breached, and that the secret key used to encrypt information in the database had been compromised as well.</p>\n<p>In addition to reaching out to Linode, we also worked with a third-party security firm to audit our work done during the incident. Likewise, around the same time we reached out to law enforcement to assist in investigating the attack. We did not get confirmation in July that there was a breach of the Linode Manager or any associated credentials.</p></blockquote>\n<p>PagerDuty migrated away from Linode in August because of this breach, but the company was not allowed to disclose to its customers that Linode was the point of entry.</p>\n<p>WP Engine’s security breach is strikingly similar, as the company’s attacker bypassed multiple layers of authentication to gain access to an administrative panel. According to Cohen, “the criminal’s behavior in this exposure matches a pattern seen in other attacks throughout 2015.”</p>\n<p>If multiple Linode customers have been affected and are unable to reveal the point of entry, they may have put pressure on the cloud hosting provider to finally publicly disclose the nature of the attack.</p>\n<p>In an age when nearly every hosting provider will have attacks and service disruptions, what matters is how they handle it and communicate with their customers. Linode has been plagued by <a href=\"http://arstechnica.com/business/2012/03/bitcoins-worth-228000-stolen-from-customers-of-hacked-webhost/\">multiple</a> <a href=\"https://blog.linode.com/2013/04/16/security-incident-update/\" target=\"_blank\">security</a> <a href=\"https://blog.linode.com/2014/01/19/an-old-system-and-a-swat-team/\" target=\"_blank\">issues</a> in the past. Failure to disclose incidents in a timely way can be costly, especially in the current competitive hosting market where transparency with customers is at a premium.</p>\n<p>When Linode’s investigation of the criminal activity is complete, it would be appropriate for them to disclose how long they knew about this compromise and when they first acted on it. The most <a href=\"http://status.linode.com/incidents/ghdlhfnfngnh\" target=\"_blank\">recent update</a> on the security breach does not include a specific timeline of events.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 07:04:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: WordPress.org Added 910 New Themes in 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/wordpress-org-added-910-new-themes-in-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6275:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow.jpg\" rel=\"attachment wp-att-28301\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow.jpg?resize=1024%2C514\" alt=\"photo credit: Βethan - cc\" class=\"size-full wp-image-28301\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/beth19/4912628387/\">Βethan</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>The WordPress.org Theme Review Team has just wrapped up a busy year of adding new themes, approving updates, and overhauling procedures. In 2015, the team <a href=\"https://make.wordpress.org/themes/2016/01/04/happy-new-year-thank-you/\" target=\"_blank\">reviewed and approved 910 new themes</a> with the help of 236 reviewers, according to TRT member Ulrich Pogson.</p>\n<p>Despite their best efforts, the team cannot keep up with the massive influx of themes. The queue has been bogged down by submissions from authors whose themes have not been run against <a href=\"https://codex.wordpress.org/Theme_Unit_Test\" target=\"_blank\">Theme Unit Test Data</a> and the <a href=\"https://wordpress.org/plugins/theme-check/\" target=\"_blank\">Theme Check Plugin</a>.</p>\n<p>At the end of 2015, some <a href=\"http://wptavern.com/why-some-theme-authors-are-waiting-two-months-or-more-for-their-first-review\" target=\"_blank\">theme authors were waiting two or more months</a> before their first review. One of the reasons, according to TRT member Justin Tadlock, is that many of the themes submitted are far from ready to be approved upon their initial review.</p>\n<p>“The majority of themes submitted don’t follow the guidelines, which considerably slows down the process,” Tadlock said. “Themes will often have 20-30 issues or more. If we can get to a point where the majority of submissions only have a few minor issues, we really wouldn’t have a queue.”</p>\n<h3>Automation is Coming Soon</h3>\n<p>The Theme Review Team made a number of controversial decisions at the beginning of 2015, including the move to <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\" target=\"_blank\">require theme authors to use the customizer for building theme options</a>. Negative pushback from the community came to a head when the team started cracking down on <a href=\"http://wptavern.com/wordpress-theme-review-team-is-cracking-down-on-violations-of-the-presentation-vs-functionality-guideline\" target=\"_blank\">violations of the presentation vs. functionality guideline</a>.</p>\n<p>At the end of May, Matt Mullenweg joined in on the Theme Review Team’s slack channel and challenged them to look at the review process and directory in a new way, opening up new avenues for the team to pursue in <a href=\"http://wptavern.com/wordpress-theme-review-team-seeks-feedback-on-the-review-process-themes-and-the-directory\" target=\"_blank\">improving that experience</a>. This was a watershed moment for the Theme Review Team that resulted in the unanimous approval of <a href=\"http://wptavern.com/wordpress-theme-review-team-unanimously-approves-roadmap-to-improve-directory-and-review-process\" target=\"_blank\">a new roadmap to improve the directory and review process</a>.</p>\n<p>The team is now <a href=\"https://make.wordpress.org/themes/2015/10/07/automation-here-we-come/\" target=\"_blank\">moving towards more automation</a>, the first item on the roadmap, starting with auto-approval of theme updates. Automation will make a major impact on the time themes spend in the queue. The team has yet to implement it fully, because they’re still putting the code in place to improve the system.</p>\n<h3>2015 Theme Review Team Milestones</h3>\n<p>Despite delays on the roadmap, the Theme Review Team implemented many excellent changes during 2015, especially pertaining to education and documentation. In February, the team <a href=\"http://wptavern.com/wordpress-theme-review-handbook-updated-to-include-design-recommendations\" target=\"_blank\">updated the Theme Review Handbook to include design recommendations</a>. These recommendations were created to encourage design feedback on submissions to the directory and are formatted to help the theme author think more critically about design decisions.</p>\n<p>Following the new requirement for WordPress.org themes to use the customizer for creating options, the TRT rallied, putting together more customizer resources and documentation. Nick Halsey assisted the team by updating the Theme Developer Handbook with <a href=\"http://wptavern.com/wordpress-theme-developer-handbook-updated-with-comprehensive-guide-to-the-customizer-api\" target=\"_blank\">a comprehensive guide to the customizer API</a>. The team also began <a href=\"http://wptavern.com/wordpress-theme-review-team-launches-code-examples-library-on-github\" target=\"_blank\">curating a library of code examples on GitHub for theme developers</a>, with the first section devoted to customizer code.</p>\n<p>When WordPress 4.3 added the site icons feature, the Theme Review Team began working with authors to <a href=\"http://wptavern.com/theme-review-team-begins-phasing-out-favicon-support\" target=\"_blank\">phase out favicon support</a> in themes. By the time WordPress 4.5 rolls around, all themes hosted in the official directory should be on track to use the core-supported method of adding site icons.</p>\n<p>In July, the team <a href=\"http://wptavern.com/wordpress-theme-review-team-votes-to-allow-themes-to-use-the-rest-api-plugin\" target=\"_blank\">voted to allow themes to use the WP REST API plugin</a>, officially welcoming these new types of themes into the directory.</p>\n<p>Throughout 2015, the Theme Review team moved quickly to navigate new waters as WordPress core improved. All of these initiatives and resources were created in addition to the 910 new themes that were reviewed and added to the directory. This is remarkable, given that the team is primarily made up of volunteers.</p>\n<p>With the improved tools coming in 2016, WordPress.org theme authors can expect faster reviews, freeing up more time for reviewers to focus on improving the directory, creating more educational resources, and mentoring new reviewers.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 00:28:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: 63% of WordPress Core Committers Are Not Employed by Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/sixty-three-percent-of-wordpress-core-committers-are-not-employed-by-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4262:\"<p>In 2014, we <a href=\"http://wptavern.com/trend-more-people-getting-commit-access-to-the-core-of-wordpress\">wrote about the trend</a> of more people receiving commit access to WordPress core. Fast forward to the beginning of 2016 and a total of 35 people can commit code to the core of WordPress. Helen Hou-Sandí, WordPress Lead Developer, <a href=\"https://twitter.com/helenhousandi/status/682240497528750080\">published the stat</a> on Twitter and notes that 22 out of the 35 committers are not employed by Automattic.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Of the 35 WP core committers, 22 do not work for Automattic. Just in case you were still thinking that WordPress is an Automattic project.</p>\n<p>— Helen 侯-Sandí (@helenhousandi) <a href=\"https://twitter.com/helenhousandi/status/682240497528750080\">December 30, 2015</a></p></blockquote>\n<p></p>\n<p>Aaron Jorbin, WordPress Core Developer, <a href=\"https://twitter.com/aaronjorbin/status/682294815116124160\">published additional</a> statistics on Twitter.</p>\n<ul>\n<li>Automattic employees made up 20.4% of all commits</li>\n<li>Employees of 10up represented 18.8% of all commits</li>\n<li>Scott Taylor represents 18.7% of all commits</li>\n<li>13 people had more than 100 commits</li>\n<li>Self-employed folks represented 9.7% of all commits</li>\n</ul>\n<p>Here is the same information in a colorful pie chart:</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCoreCommitterPieChart.png\" rel=\"attachment wp-att-50209\"><img class=\"size-full wp-image-50209\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCoreCommitterPieChart.png?resize=497%2C398\" alt=\"Core Committer Pie Chart by Aaron Jorbin\" /></a>Core Committer Pie Chart by Aaron Jorbin\n<p>A WordPress core committer is someone who has access to merge code into the WordPress code base, used by millions of people. It’s an enormous responsibility and a recognition of trust, quality, and activity.</p>\n<p>In WordPress’ early years, the number of people with commit access consisted of just a handful of people. In 2010, Matt Mullenweg, Co-Founder of the WordPress project, <a href=\"https://make.wordpress.org/core/2010/01/12/dd32-whatcha-gonna-do/\">started the process</a> of expanding that number, “One of the goals for the team in 2010 is to greatly expand the number of people with direct commit access, so the emphasis is more on review and collaboration,” he said.</p>\n<p>There are a myriad of titles given to people involved in the WordPress project. Here are the main titles used to describe those contributing to core.</p>\n<ul>\n<li>Release Lead is a temporary title given to those who are leading a WordPress release cycle.</li>\n<li>Lead Developers are those who influence the project’s direction and are highly involved in the decision-making process.</li>\n<li>Core Developers are permanent committers.</li>\n<li>Contributing Developers are guest committers, feature plugin lead developers, and other contributors highlighted by the release lead.</li>\n</ul>\n<p>In addition to increasing the number of people with commit access, it’s important to recognize the employment of those individuals. In WordPress’ early days, some people were concerned that too many Automattic employees with commit access meant that the company owned and controlled the project. WordPress development only served the commercial interests of Automattic.</p>\n<p>Hou-Sandí’s statistic that 22 out of the 35 core committers are not employed by Automattic is proof that this isn’t the case. It also disproves the theory that Automattic owns and controls WordPress. To say that <strong>Automattic is WordPress</strong> is false and a slap in the face to the countless number of people who contribute to the project.</p>\n<p>If you’d like to be part of the awesome statistics shared above, check out <a href=\"https://nacin.com/2014/02/07/how-wordpress-chooses-committers/\">Nacin’s post</a> on the qualities of a great WordPress contributor. Also, if you ever want to know who the people are creating WordPress, visit the About page in the WordPress backend and click the Credits tab.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2016 22:33:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 24 Jan 2016 16:26:24 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"225721\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 24 Jan 2016 16:15:14 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(186,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1453695985','no'),(189,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1453652785','no'),(192,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1453695985','no'),(195,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jan 2016 16:04:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 24 Jan 2016 16:26:25 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Sun, 24 Jan 2016 16:39:07 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sun, 24 Jan 2016 16:04:07 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(198,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1453695985','no'),(201,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1453652785','no'),(204,'_transient_timeout_plugin_slugs','1453755703','no'),(207,'_transient_plugin_slugs','a:2:{i:0;s:39:\"easy-google-fonts/easy-google-fonts.php\";i:1;s:49:\"themify-portfolio-post/themify-portfolio-post.php\";}','no'),(210,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1453695985','no'),(213,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/01/contributor-weekend-support-forums/\'>Contributor Weekend: Support Forums</a> <span class=\"rss-date\">January 22, 2016</span><div class=\"rssSummary\">Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved! Many of our current contributors first got involved at a Contributor Day at a WordCamp or WordPress Meetup event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/in-case-you-missed-it-issue-1\'>WPTavern: In Case You Missed It – Issue 1</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/deployer-app-pushes-plugins-from-github-to-wordpress-org\'>WPTavern: Deployer App Pushes Plugins from GitHub to WordPress.org</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-is-revamping-its-testimonials-page-with-ilovewp-social-media-campaign\'>WPTavern: WordPress is Revamping Its Testimonials Page with #ilovewp Social Media Campaign</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=0435b6e706&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(217,'_transient_twentysixteen_categories','1','yes'),(223,'_site_transient_timeout_wporg_theme_feature_list','1453677380','yes'),(226,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(232,'themify_migrate_settings_name','1','yes'),(235,'builder_cpt','a:0:{}','yes'),(238,'widget_themify-feature-posts','a:3:{s:12:\"_multiwidget\";i:1;i:1003;a:12:{s:5:\"title\";s:12:\"Recent Posts\";s:8:\"category\";s:1:\"0\";s:10:\"show_count\";s:1:\"3\";s:9:\"show_date\";s:2:\"on\";s:10:\"show_thumb\";s:2:\"on\";s:7:\"display\";s:4:\"none\";s:10:\"hide_title\";N;s:11:\"thumb_width\";s:2:\"50\";s:12:\"thumb_height\";s:2:\"50\";s:14:\"excerpt_length\";s:2:\"55\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";}i:1010;a:12:{s:5:\"title\";s:12:\"Recent Posts\";s:8:\"category\";s:1:\"0\";s:10:\"show_count\";s:1:\"2\";s:9:\"show_date\";s:2:\"on\";s:10:\"show_thumb\";N;s:7:\"display\";s:4:\"none\";s:10:\"hide_title\";N;s:11:\"thumb_width\";s:2:\"50\";s:12:\"thumb_height\";s:2:\"50\";s:14:\"excerpt_length\";s:2:\"55\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";}}','yes'),(241,'widget_themify-list-pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(244,'widget_themify-list-categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(247,'widget_themify-recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(250,'widget_themify-social-links','a:5:{s:12:\"_multiwidget\";i:1;i:1002;a:5:{s:5:\"title\";s:0:\"\";s:14:\"show_link_name\";N;s:15:\"open_new_window\";N;s:9:\"icon_size\";s:11:\"icon-medium\";s:11:\"orientation\";s:10:\"horizontal\";}i:1005;a:5:{s:5:\"title\";s:0:\"\";s:14:\"show_link_name\";N;s:15:\"open_new_window\";N;s:9:\"icon_size\";s:11:\"icon-medium\";s:11:\"orientation\";s:10:\"horizontal\";}i:1006;a:5:{s:5:\"title\";s:0:\"\";s:14:\"show_link_name\";N;s:15:\"open_new_window\";N;s:9:\"icon_size\";s:11:\"icon-medium\";s:11:\"orientation\";s:10:\"horizontal\";}i:1008;a:5:{s:5:\"title\";s:0:\"\";s:14:\"show_link_name\";N;s:15:\"open_new_window\";s:2:\"on\";s:9:\"icon_size\";s:10:\"icon-large\";s:11:\"orientation\";s:10:\"horizontal\";}}','yes'),(253,'widget_themify-twitter','a:4:{s:12:\"_multiwidget\";i:1;i:1004;a:8:{s:5:\"title\";s:13:\"Latest Tweets\";s:8:\"username\";s:7:\"themify\";s:10:\"show_count\";s:1:\"3\";s:14:\"hide_timestamp\";N;s:11:\"show_follow\";s:2:\"on\";s:11:\"follow_text\";s:13:\"→ Follow me\";s:16:\"include_retweets\";s:2:\"on\";s:15:\"exclude_replies\";N;}i:1012;a:8:{s:5:\"title\";s:13:\"Latest Tweets\";s:8:\"username\";s:7:\"themify\";s:10:\"show_count\";s:1:\"2\";s:14:\"hide_timestamp\";N;s:11:\"show_follow\";N;s:11:\"follow_text\";s:13:\"→ Follow me\";s:16:\"include_retweets\";N;s:15:\"exclude_replies\";N;}i:1014;a:0:{}}','yes'),(256,'widget_themify-flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(259,'widget_themify-most-commented','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(262,'themify_clear_legacy','1','yes'),(265,'themify_flush_rewrite_rules_after_manual_update','1','yes'),(271,'_transient_tbuilder_layouts_version','1.1.1','yes'),(276,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1453827513;s:7:\"checked\";a:4:{s:13:\"themify-ultra\";s:5:\"1.1.2\";s:13:\"twentyfifteen\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(279,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1453664591;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'),(282,'current_theme','Ultra','yes'),(285,'theme_mods_themify-ultra','a:13:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:10:\"footer-nav\";i:24;s:8:\"main-nav\";i:27;}s:15:\"site-logo_image\";s:171:\"{\"stamp\":1453669807478,\"mode\":\"image\",\"id\":5094,\"src\":\"http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/UNMBSTRONG2.png\",\"imgwidth\":\"350\",\"imgheight\":\"100\"}\";s:21:\"main_nav_link_padding\";s:156:\"{\"top\":{\"width\":\"50\",\"unit\":\"px\"},\"left\":{\"width\":\"\",\"unit\":\"px\"},\"bottom\":{\"width\":\"\",\"unit\":\"px\"},\"right\":{\"width\":\"\",\"unit\":\"px\"},\"width\":\"50\",\"same\":\"\"}\";s:18:\"main_nav_link_font\";s:2:\"{}\";s:20:\"main_nav_link_border\";s:282:\"{\"top\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"left\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"bottom\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"right\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"style\":\"none\",\"same\":\"\",\"color\":\"1c21a8\",\"opacity\":\"1.00\"}\";s:20:\"main_nav_link_margin\";s:141:\"{\"top\":{\"width\":\"\",\"unit\":\"px\"},\"left\":{\"width\":\"\",\"unit\":\"px\"},\"bottom\":{\"width\":\"\",\"unit\":\"px\"},\"right\":{\"width\":\"\",\"unit\":\"px\"},\"same\":\"\"}\";s:37:\"main_nav_link_active_hover_background\";s:25:\"{\"color\":\"\",\"opacity\":\"\"}\";s:32:\"main_nav_link_active_hover_color\";s:25:\"{\"color\":\"\",\"opacity\":\"\"}\";s:30:\"main_nav_link_hover_background\";s:25:\"{\"color\":\"\",\"opacity\":\"\"}\";s:21:\"headerwrap_background\";s:25:\"{\"color\":\"\",\"opacity\":\"\"}\";s:11:\"header_font\";s:166:\"{\"family\":{\"name\":\"Arial, Helvetica, sans-serif\",\"fonttype\":\"websafe\"},\"italic\":\"\",\"bold\":\"\",\"underline\":\"\",\"linethrough\":\"\",\"nostyle\":\"\",\"texttransform\":\"uppercase\"}\";s:17:\"header_text_color\";s:25:\"{\"color\":\"\",\"opacity\":\"\"}\";}','yes'),(288,'theme_switched','','yes'),(294,'_transient_themify_new_theme2ca77d1a1e9c7172574f0e8b2b7e7a78','O:8:\"stdClass\":5:{s:5:\"login\";s:5:\"login\";s:7:\"version\";s:5:\"1.2.6\";s:3:\"url\";s:1:\"#\";s:5:\"class\";s:13:\"upgrade-theme\";s:6:\"target\";s:0:\"\";}','yes'),(297,'_transient_themify_new_framework','O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.5.5\";s:3:\"url\";s:1:\"#\";s:5:\"class\";s:17:\"upgrade-framework\";s:6:\"target\";s:0:\"\";}','yes'),(300,'themify-ultra_themify_import_notice','0','yes'),(303,'category_children','a:0:{}','yes'),(306,'themify_data','a:173:{s:15:\"setting-favicon\";s:74:\"http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/favcon.png\";s:23:\"setting-custom_feed_url\";s:0:\"\";s:19:\"setting-header_html\";s:0:\"\";s:19:\"setting-footer_html\";s:0:\"\";s:23:\"setting-search_settings\";s:0:\"\";s:21:\"setting-feed_settings\";s:0:\"\";s:21:\"setting-webfonts_list\";s:4:\"full\";s:24:\"setting-webfonts_subsets\";s:0:\"\";s:22:\"setting-default_layout\";s:12:\"sidebar-none\";s:27:\"setting-default_post_layout\";s:9:\"list-post\";s:27:\"setting-post_content_layout\";s:0:\"\";s:23:\"setting-disable_masonry\";s:3:\"yes\";s:19:\"setting-post_gutter\";s:6:\"gutter\";s:18:\"setting-more_posts\";s:8:\"infinite\";s:30:\"setting-default_layout_display\";s:7:\"content\";s:25:\"setting-default_more_text\";s:4:\"More\";s:21:\"setting-index_orderby\";s:4:\"date\";s:19:\"setting-index_order\";s:4:\"DESC\";s:26:\"setting-default_post_title\";s:3:\"yes\";s:33:\"setting-default_unlink_post_title\";s:0:\"\";s:25:\"setting-default_post_meta\";s:3:\"yes\";s:32:\"setting-default_post_meta_author\";s:0:\"\";s:34:\"setting-default_post_meta_category\";s:0:\"\";s:33:\"setting-default_post_meta_comment\";s:0:\"\";s:29:\"setting-default_post_meta_tag\";s:0:\"\";s:25:\"setting-default_post_date\";s:0:\"\";s:27:\"setting-auto_featured_image\";s:1:\"1\";s:30:\"setting-default_media_position\";s:5:\"below\";s:26:\"setting-default_post_image\";s:0:\"\";s:33:\"setting-default_unlink_post_image\";s:0:\"\";s:31:\"setting-image_post_feature_size\";s:5:\"blank\";s:24:\"setting-image_post_width\";s:0:\"\";s:25:\"setting-image_post_height\";s:0:\"\";s:32:\"setting-default_page_post_layout\";s:8:\"sidebar1\";s:31:\"setting-default_page_post_title\";s:0:\"\";s:38:\"setting-default_page_unlink_post_title\";s:0:\"\";s:30:\"setting-default_page_post_meta\";s:0:\"\";s:37:\"setting-default_page_post_meta_author\";s:0:\"\";s:39:\"setting-default_page_post_meta_category\";s:0:\"\";s:38:\"setting-default_page_post_meta_comment\";s:0:\"\";s:34:\"setting-default_page_post_meta_tag\";s:0:\"\";s:30:\"setting-default_page_post_date\";s:0:\"\";s:31:\"setting-default_page_post_image\";s:0:\"\";s:38:\"setting-default_page_unlink_post_image\";s:0:\"\";s:38:\"setting-image_post_single_feature_size\";s:5:\"blank\";s:31:\"setting-image_post_single_width\";s:0:\"\";s:32:\"setting-image_post_single_height\";s:0:\"\";s:27:\"setting-default_page_layout\";s:12:\"sidebar-none\";s:23:\"setting-hide_page_title\";s:3:\"yes\";s:22:\"setting-comments_pages\";s:2:\"on\";s:38:\"setting-default_portfolio_index_layout\";s:12:\"sidebar-none\";s:43:\"setting-default_portfolio_index_post_layout\";s:5:\"grid3\";s:33:\"setting-portfolio_disable_masonry\";s:3:\"yes\";s:39:\"setting-default_portfolio_index_display\";s:4:\"none\";s:37:\"setting-default_portfolio_index_title\";s:0:\"\";s:49:\"setting-default_portfolio_index_unlink_post_title\";s:0:\"\";s:50:\"setting-default_portfolio_index_post_meta_category\";s:3:\"yes\";s:49:\"setting-default_portfolio_index_unlink_post_image\";s:3:\"yes\";s:48:\"setting-default_portfolio_index_image_post_width\";s:0:\"\";s:49:\"setting-default_portfolio_index_image_post_height\";s:0:\"\";s:38:\"setting-default_portfolio_single_title\";s:0:\"\";s:50:\"setting-default_portfolio_single_unlink_post_title\";s:0:\"\";s:51:\"setting-default_portfolio_single_post_meta_category\";s:0:\"\";s:50:\"setting-default_portfolio_single_unlink_post_image\";s:3:\"yes\";s:49:\"setting-default_portfolio_single_image_post_width\";s:0:\"\";s:50:\"setting-default_portfolio_single_image_post_height\";s:0:\"\";s:22:\"themify_portfolio_slug\";s:7:\"project\";s:24:\"setting-gallery_lightbox\";s:8:\"lightbox\";s:20:\"setting-color_design\";s:7:\"default\";s:19:\"setting-font_design\";s:7:\"default\";s:21:\"setting-header_design\";s:17:\"header-horizontal\";s:28:\"setting-exclude_site_tagline\";s:2:\"on\";s:27:\"setting-exclude_search_form\";s:2:\"on\";s:19:\"setting-exclude_rss\";s:2:\"on\";s:30:\"setting-exclude_header_widgets\";s:2:\"on\";s:29:\"setting-exclude_social_widget\";s:2:\"on\";s:22:\"setting-header_widgets\";s:17:\"headerwidget-3col\";s:21:\"setting-footer_design\";s:7:\"default\";s:32:\"setting-exclude_footer_site_logo\";s:2:\"on\";s:22:\"setting-footer_widgets\";s:17:\"footerwidget-1col\";s:27:\"setting-imagefilter_options\";s:0:\"\";s:33:\"setting-imagefilter_options_hover\";s:9:\"grayscale\";s:27:\"setting-imagefilter_applyto\";s:9:\"allimages\";s:29:\"setting-color_animation_speed\";s:1:\"5\";s:20:\"setting-color_stop_1\";s:0:\"\";s:20:\"setting-color_stop_2\";s:0:\"\";s:20:\"setting-color_stop_3\";s:0:\"\";s:20:\"setting-color_stop_4\";s:0:\"\";s:20:\"setting-color_stop_5\";s:0:\"\";s:20:\"setting-color_stop_6\";s:0:\"\";s:20:\"setting-color_stop_7\";s:0:\"\";s:29:\"setting-relationship_taxonomy\";s:8:\"category\";s:37:\"setting-relationship_taxonomy_entries\";s:1:\"3\";s:45:\"setting-relationship_taxonomy_display_content\";s:4:\"none\";s:19:\"setting-entries_nav\";s:8:\"prevnext\";s:24:\"setting-footer_text_left\";s:1:\" \";s:25:\"setting-footer_text_right\";s:1170:\" \r\nUnited Northern Mortgage Bankers Limited, DBAs: Senior Security Home Advantage, Senior Security Advisors, 3601 Hempstead Turnpike, Suite 300, Levittown, NY 11756 Licensed Mortgage Banker NYS Department of Financial Services License #B500040 NMLS # 7230 AL Consumer Credit license #21761 CO Mortgage Company Registration CA DBO Finance Lenders Law license # 603K800 Licensed by the Dept. of Business Oversight under the California Residential Mortgage Lending Act and the Finance Lenders Law CT Dept of Banking Mortgage Lender license #20372 FL Dept of Financial Institutions Mortgage Lender license #MLD273 GA Dept of Banking and Finance Mortgage Lenders license #39919 MD Mortgage Lender license MA Div of Banks and Loan Agencies Mortgage Lender & Mortgage Broker license #MC7230 NJ Dept of Banking and Insurance Mortgage Lender license #L0046623 NC Commissioner of Banks Mortgage Lender license #L140365 PA Dept of Banking Mortgage Lender license #20887 SC State Board of Financial Institutions TN Mortgage Lender license #MLS7230 TN Mortgage license #115610 TX - SML Mortgage Banker Registration WA Consumer Loan Company license #CL-7230 Direct Endorsed FHA Lender\";s:27:\"setting-global_feature_size\";s:5:\"blank\";s:22:\"setting-link_icon_type\";s:9:\"font-icon\";s:32:\"setting-link_type_themify-link-0\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-0\";s:7:\"Twitter\";s:32:\"setting-link_link_themify-link-0\";s:0:\"\";s:31:\"setting-link_img_themify-link-0\";s:99:\"http://unitednorthern.com/wordpress1/wp-content/themes/themify-ultra/themify/img/social/twitter.png\";s:32:\"setting-link_type_themify-link-1\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-1\";s:8:\"Facebook\";s:32:\"setting-link_link_themify-link-1\";s:0:\"\";s:31:\"setting-link_img_themify-link-1\";s:100:\"http://unitednorthern.com/wordpress1/wp-content/themes/themify-ultra/themify/img/social/facebook.png\";s:32:\"setting-link_type_themify-link-2\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-2\";s:7:\"Google+\";s:32:\"setting-link_link_themify-link-2\";s:0:\"\";s:31:\"setting-link_img_themify-link-2\";s:103:\"http://unitednorthern.com/wordpress1/wp-content/themes/themify-ultra/themify/img/social/google-plus.png\";s:32:\"setting-link_type_themify-link-3\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-3\";s:7:\"YouTube\";s:32:\"setting-link_link_themify-link-3\";s:0:\"\";s:31:\"setting-link_img_themify-link-3\";s:99:\"http://unitednorthern.com/wordpress1/wp-content/themes/themify-ultra/themify/img/social/youtube.png\";s:32:\"setting-link_type_themify-link-4\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-4\";s:9:\"Pinterest\";s:32:\"setting-link_link_themify-link-4\";s:0:\"\";s:31:\"setting-link_img_themify-link-4\";s:101:\"http://unitednorthern.com/wordpress1/wp-content/themes/themify-ultra/themify/img/social/pinterest.png\";s:32:\"setting-link_type_themify-link-5\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-5\";s:7:\"Twitter\";s:32:\"setting-link_link_themify-link-5\";s:34:\"https://twitter.com/UNmortgagebank\";s:33:\"setting-link_ficon_themify-link-5\";s:10:\"fa-twitter\";s:35:\"setting-link_ficolor_themify-link-5\";s:6:\"ffffff\";s:37:\"setting-link_fibgcolor_themify-link-5\";s:6:\"1f3866\";s:32:\"setting-link_type_themify-link-6\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-6\";s:8:\"Facebook\";s:32:\"setting-link_link_themify-link-6\";s:54:\"https://www.facebook.com/unitednorthernmortgagebankers\";s:33:\"setting-link_ficon_themify-link-6\";s:11:\"fa-facebook\";s:35:\"setting-link_ficolor_themify-link-6\";s:6:\"ffffff\";s:37:\"setting-link_fibgcolor_themify-link-6\";s:6:\"1f3866\";s:32:\"setting-link_type_themify-link-7\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-7\";s:7:\"Google+\";s:32:\"setting-link_link_themify-link-7\";s:45:\"https://plus.google.com/100323174799924571103\";s:33:\"setting-link_ficon_themify-link-7\";s:14:\"fa-google-plus\";s:35:\"setting-link_ficolor_themify-link-7\";s:6:\"ffffff\";s:37:\"setting-link_fibgcolor_themify-link-7\";s:6:\"1f3866\";s:32:\"setting-link_type_themify-link-8\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-8\";s:7:\"YouTube\";s:32:\"setting-link_link_themify-link-8\";s:0:\"\";s:33:\"setting-link_ficon_themify-link-8\";s:10:\"fa-youtube\";s:35:\"setting-link_ficolor_themify-link-8\";s:6:\"ffffff\";s:37:\"setting-link_fibgcolor_themify-link-8\";s:6:\"1f3866\";s:32:\"setting-link_type_themify-link-9\";s:9:\"font-icon\";s:33:\"setting-link_title_themify-link-9\";s:9:\"Pinterest\";s:32:\"setting-link_link_themify-link-9\";s:41:\"https://www.pinterest.com/unitednorthern/\";s:33:\"setting-link_ficon_themify-link-9\";s:12:\"fa-pinterest\";s:35:\"setting-link_ficolor_themify-link-9\";s:6:\"ffffff\";s:37:\"setting-link_fibgcolor_themify-link-9\";s:6:\"1f3866\";s:33:\"setting-link_type_themify-link-10\";s:9:\"font-icon\";s:34:\"setting-link_title_themify-link-10\";s:8:\"Intagram\";s:33:\"setting-link_link_themify-link-10\";s:56:\"https://www.instagram.com/unitednorthernmortgagebankers/\";s:34:\"setting-link_ficon_themify-link-10\";s:12:\"fa-instagram\";s:36:\"setting-link_ficolor_themify-link-10\";s:6:\"ffffff\";s:38:\"setting-link_fibgcolor_themify-link-10\";s:6:\"1f3866\";s:33:\"setting-link_type_themify-link-11\";s:9:\"font-icon\";s:34:\"setting-link_title_themify-link-11\";s:8:\"Linkedin\";s:33:\"setting-link_link_themify-link-11\";s:202:\"https://www.linkedin.com/company/united-northern-mortgage-bankers-ltd-?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A542834%2Cidx%3A1-1-1%2CtarId%3A1438287924644%2Ctas%3Aunited+northern\";s:34:\"setting-link_ficon_themify-link-11\";s:11:\"fa-linkedin\";s:36:\"setting-link_ficolor_themify-link-11\";s:6:\"ffffff\";s:38:\"setting-link_fibgcolor_themify-link-11\";s:6:\"1f3866\";s:33:\"setting-link_type_themify-link-12\";s:9:\"font-icon\";s:34:\"setting-link_title_themify-link-12\";s:4:\"Blog\";s:33:\"setting-link_link_themify-link-12\";s:0:\"\";s:34:\"setting-link_ficon_themify-link-12\";s:0:\"\";s:36:\"setting-link_ficolor_themify-link-12\";s:6:\"ffffff\";s:38:\"setting-link_fibgcolor_themify-link-12\";s:6:\"1f3866\";s:22:\"setting-link_field_ids\";s:449:\"{\"themify-link-0\":\"themify-link-0\",\"themify-link-1\":\"themify-link-1\",\"themify-link-2\":\"themify-link-2\",\"themify-link-3\":\"themify-link-3\",\"themify-link-4\":\"themify-link-4\",\"themify-link-5\":\"themify-link-5\",\"themify-link-6\":\"themify-link-6\",\"themify-link-7\":\"themify-link-7\",\"themify-link-8\":\"themify-link-8\",\"themify-link-9\":\"themify-link-9\",\"themify-link-10\":\"themify-link-10\",\"themify-link-11\":\"themify-link-11\",\"themify-link-12\":\"themify-link-12\"}\";s:23:\"setting-link_field_hash\";s:2:\"13\";s:30:\"setting-page_builder_is_active\";s:6:\"enable\";s:37:\"setting-twitter_settings_consumer_key\";s:0:\"\";s:40:\"setting-twitter_settings_consumer_secret\";s:0:\"\";s:23:\"setting-hooks_field_ids\";s:2:\"[]\";}','yes'),(312,'_transient_timeout_themify-twitter-1004_themify_tweets','1453665281','no'),(315,'_transient_themify-twitter-1004_themify_tweets','a:1:{s:13:\"error_message\";s:175:\"Error: access keys missing in <a href=\"http://unitednorthern.com/wordpress1/wp-admin/admin.php?page=themify#setting-twitter_settings\">Themify > Settings > Twitter Settings</a>\";}','no'),(322,'_site_transient_timeout_available_translations','1453675563','yes'),(325,'_site_transient_available_translations','a:73:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-30 08:58:25\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-16 13:48:03\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-06 11:22:33\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 14:19:21\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-21 14:09:02\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-21 14:06:26\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-21 18:12:54\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 13:34:17\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-14 21:14:29\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 12:35:15\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.6\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.6/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-22 11:43:20\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 07:00:34\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-06 20:41:40\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 05:14:35\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 21:19:15\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-18 14:36:47\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-13 16:48:03\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.9\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.9/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 18:10:01\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 05:11:43\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-22 20:44:15\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-23 09:15:56\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-22 10:34:10\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-15 13:41:43\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 07:35:25\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-15 05:49:00\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.9\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.9/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 13:36:47\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-09 13:30:40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.9\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.9/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-10 18:05:56\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 15:27:05\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 18:41:28\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-02 00:04:31\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-30 10:37:54\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 09:13:24\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 23:28:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.9\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.9/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-03 22:04:41\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-12 22:55:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-11 18:51:41\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(327,'WPLANG','','yes'),(339,'recently_activated','a:0:{}','yes'),(343,'_transient_timeout_themify-twitter-1012_themify_tweets','1453666321','no'),(346,'_transient_themify-twitter-1012_themify_tweets','a:1:{s:13:\"error_message\";s:175:\"Error: access keys missing in <a href=\"http://unitednorthern.com/wordpress1/wp-admin/admin.php?page=themify#setting-twitter_settings\">Themify > Settings > Twitter Settings</a>\";}','no'),(354,'_transient_timeout_themify-twitter-1014_themify_tweets','1453668438','no'),(357,'_transient_themify-twitter-1014_themify_tweets','a:1:{s:13:\"error_message\";s:175:\"Error: access keys missing in <a href=\"http://unitednorthern.com/wordpress1/wp-admin/admin.php?page=themify#setting-twitter_settings\">Themify > Settings > Twitter Settings</a>\";}','no'),(358,'themify_builder_stylesheet_timestamp','16.01.24.20.43.30','yes'),(361,'themify_builder_google_fonts','a:6:{i:3391;s:90:\"Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|\";i:3389;s:90:\"Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|\";i:3385;s:90:\"Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|\";i:3778;s:90:\"Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|\";i:4428;s:90:\"Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|\";i:2773;s:90:\"Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|Dancing+Script|\";}','yes'),(364,'rewrite_rules','a:109:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:43:\"tbuilder-layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"tbuilder-layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"tbuilder-layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"tbuilder-layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"tbuilder-layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"tbuilder-layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"tbuilder-layout/([^/]+)/embed/?$\";s:48:\"index.php?tbuilder_layout=$matches[1]&embed=true\";s:36:\"tbuilder-layout/([^/]+)/trackback/?$\";s:42:\"index.php?tbuilder_layout=$matches[1]&tb=1\";s:44:\"tbuilder-layout/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tbuilder_layout=$matches[1]&paged=$matches[2]\";s:51:\"tbuilder-layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tbuilder_layout=$matches[1]&cpage=$matches[2]\";s:40:\"tbuilder-layout/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?tbuilder_layout=$matches[1]&page=$matches[2]\";s:32:\"tbuilder-layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"tbuilder-layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"tbuilder-layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"tbuilder-layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"tbuilder-layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"tbuilder-layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"tbuilder-layout-part/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"tbuilder-layout-part/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"tbuilder-layout-part/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"tbuilder-layout-part/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"tbuilder-layout-part/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"tbuilder-layout-part/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tbuilder-layout-part/([^/]+)/embed/?$\";s:53:\"index.php?tbuilder_layout_part=$matches[1]&embed=true\";s:41:\"tbuilder-layout-part/([^/]+)/trackback/?$\";s:47:\"index.php?tbuilder_layout_part=$matches[1]&tb=1\";s:49:\"tbuilder-layout-part/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?tbuilder_layout_part=$matches[1]&paged=$matches[2]\";s:56:\"tbuilder-layout-part/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?tbuilder_layout_part=$matches[1]&cpage=$matches[2]\";s:45:\"tbuilder-layout-part/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?tbuilder_layout_part=$matches[1]&page=$matches[2]\";s:37:\"tbuilder-layout-part/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tbuilder-layout-part/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tbuilder-layout-part/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tbuilder-layout-part/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tbuilder-layout-part/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tbuilder-layout-part/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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: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: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: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: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:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=5022&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: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: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: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: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: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:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(384,'_transient_timeout_themify_themes_list','1453672394','no'),(387,'_transient_themify_themes_list','a:94:{i:0;s:19:\"shopify-buybuttonwp\";i:1;s:20:\"woocommerce-shopdock\";i:2;s:22:\"builder-infinite-posts\";i:3;s:17:\"builder-image-pro\";i:4;s:21:\"builder-data-migrator\";i:5;s:23:\"themify-ptb-submissions\";i:6;s:16:\"themify-infinite\";i:7;s:18:\"themify-shortcodes\";i:8;s:24:\"themify-ptb-extra-fields\";i:9;s:13:\"themify-split\";i:10;s:11:\"themify-ptb\";i:11;s:11:\"themifyflow\";i:12;s:22:\"themify-portfolio-post\";i:13;s:17:\"builder-pie-chart\";i:14;s:18:\"builder-line-chart\";i:15;s:18:\"builder-slider-pro\";i:16;s:17:\"post-type-builder\";i:17;s:27:\"builder-infinite-background\";i:18;s:21:\"builder-pricing-table\";i:19;s:13:\"themify-tiles\";i:20;s:13:\"themify-ultra\";i:21;s:11:\"builder-cpt\";i:22;s:27:\"builder-content-restriction\";i:23;s:15:\"themify-landing\";i:24;s:17:\"builder-bar-chart\";i:25;s:16:\"builder-maps-pro\";i:26;s:12:\"themify-base\";i:27;s:13:\"themify-stack\";i:28;s:17:\"builder-countdown\";i:29;s:13:\"builder-tiles\";i:30;s:16:\"builder-pointers\";i:31;s:18:\"builder-test-addon\";i:32;s:15:\"themify-elegant\";i:33;s:20:\"builder-progress-bar\";i:34;s:15:\"builder-fittext\";i:35;s:15:\"builder-counter\";i:36;s:15:\"builder-contact\";i:37;s:14:\"builder-button\";i:38;s:16:\"builder-ab-image\";i:39;s:16:\"builder-timeline\";i:40;s:19:\"builder-woocommerce\";i:41;s:13:\"builder-audio\";i:42;s:17:\"themify-corporate\";i:43;s:20:\"themify-icons-plugin\";i:44;s:17:\"conditional-menus\";i:45;s:13:\"themify-music\";i:46;s:16:\"announcement-bar\";i:47;s:5:\"event\";i:48;s:8:\"fullpane\";i:49;s:8:\"flatshop\";i:50;s:8:\"magazine\";i:51;s:15:\"themify-builder\";i:52;s:4:\"flat\";i:53;s:13:\"basic-builder\";i:54;s:8:\"parallax\";i:55;s:4:\"bold\";i:56;s:5:\"metro\";i:57;s:7:\"pinshop\";i:58;s:6:\"agency\";i:59;s:5:\"slide\";i:60;s:8:\"postline\";i:61;s:10:\"fullscreen\";i:62;s:8:\"pinboard\";i:63;s:5:\"shopo\";i:64;s:7:\"minshop\";i:65;s:5:\"notes\";i:66;s:8:\"shopdock\";i:67;s:10:\"phototouch\";i:68;s:5:\"basic\";i:69;s:13:\"themify-basic\";i:70;s:7:\"responz\";i:71;s:5:\"simfo\";i:72;s:5:\"grido\";i:73;s:4:\"tisa\";i:74;s:4:\"suco\";i:75;s:6:\"elemin\";i:76;s:4:\"folo\";i:77;s:5:\"funki\";i:78;s:6:\"minblr\";i:79;s:7:\"itheme2\";i:80;s:5:\"newsy\";i:81;s:6:\"wumblr\";i:82;s:4:\"rezo\";i:83;s:8:\"photobox\";i:84;s:5:\"edmin\";i:85;s:3:\"koi\";i:86;s:5:\"bizco\";i:87;s:8:\"thememin\";i:88;s:4:\"wigi\";i:89;s:9:\"blogfolio\";i:90;s:8:\"sidepane\";i:91;s:7:\"bloggie\";i:92;s:7:\"themify\";i:93;s:4:\"beta\";}','no'),(390,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1453679979','yes'),(393,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5663\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3554\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3503\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3011\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2738\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2224\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2168\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2009\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1956\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1949\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1939\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1886\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1791\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1589\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1520\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1502\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1447\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1302\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1262\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1248\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1140\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1066\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1040\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"984\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"946\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"901\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"883\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"883\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"872\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"867\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"854\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"807\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"766\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"747\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"740\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"735\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"729\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"725\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"718\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"706\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"701\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"681\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"675\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"655\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"648\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"642\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"635\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"629\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"608\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"598\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"595\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"589\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"585\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"578\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"575\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"574\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"569\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"561\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"546\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"538\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"533\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"522\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"521\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"510\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"504\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"504\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"499\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"498\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"476\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"475\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"472\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"462\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"461\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"457\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"429\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"421\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"418\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"415\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"414\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"408\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"403\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"400\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"398\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"396\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"389\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"389\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"389\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"382\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"380\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"379\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"379\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"377\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"375\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"375\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"371\";}}','yes'),(400,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1453827512;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:39:\"easy-google-fonts/easy-google-fonts.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"45747\";s:4:\"slug\";s:17:\"easy-google-fonts\";s:6:\"plugin\";s:39:\"easy-google-fonts/easy-google-fonts.php\";s:11:\"new_version\";s:5:\"1.3.9\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/easy-google-fonts/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/easy-google-fonts.zip\";}}}','yes'),(409,'_transient_timeout_tt_font_default_fonts','1454879369','no'),(412,'_transient_tt_font_default_fonts','a:14:{s:5:\"arial\";a:6:{s:4:\"name\";s:5:\"Arial\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:14:\"century_gothic\";a:6:{s:4:\"name\";s:14:\"Century Gothic\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:11:\"courier_new\";a:6:{s:4:\"name\";s:11:\"Courier New\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:7:\"georgia\";a:6:{s:4:\"name\";s:7:\"Georgia\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:9:\"helvetica\";a:6:{s:4:\"name\";s:9:\"Helvetica\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:6:\"impact\";a:6:{s:4:\"name\";s:6:\"Impact\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:14:\"lucida_console\";a:6:{s:4:\"name\";s:14:\"Lucida Console\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:19:\"lucida_sans_unicode\";a:6:{s:4:\"name\";s:19:\"Lucida Sans Unicode\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:17:\"palatino_linotype\";a:6:{s:4:\"name\";s:17:\"Palatino Linotype\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:10:\"sans-serif\";a:6:{s:4:\"name\";s:10:\"sans-serif\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:5:\"serif\";a:6:{s:4:\"name\";s:5:\"serif\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:6:\"tahoma\";a:6:{s:4:\"name\";s:6:\"Tahoma\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:12:\"trebuchet_ms\";a:6:{s:4:\"name\";s:12:\"Trebuchet MS\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}s:7:\"verdana\";a:6:{s:4:\"name\";s:7:\"Verdana\";s:9:\"font_type\";s:7:\"default\";s:12:\"font_weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:0:{}s:5:\"files\";a:0:{}s:4:\"urls\";a:4:{i:400;s:0:\"\";s:9:\"400italic\";s:0:\"\";i:700;s:0:\"\";s:9:\"700italic\";s:0:\"\";}}}','no'),(415,'_transient_timeout_tt_font_google_fonts_list','1454879369','no'),(418,'_transient_tt_font_google_fonts_list','a:0:{}','no'),(432,'themify_customizer_stylesheet_timestamp','16.01.24.21.18.52','yes'),(513,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(552,'_transient_tt_font_theme_options','a:7:{s:15:\"tt_default_body\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_1\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_2\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_3\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_4\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_5\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_6\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}','yes'),(582,'_site_transient_timeout_theme_roots','1453829310','yes'),(585,'_site_transient_theme_roots','a:4:{s:13:\"themify-ultra\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=22268 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (10,4300,'_wp_attached_file','2015/07/thumb-music.jpg'),(13,4300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2015/07/thumb-music.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"thumb-music-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(16,4300,'_themify_builder_prebuilt_layout','yes'),(19,4299,'_wp_attached_file','2015/07/thumb-event-page.jpg'),(22,4299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2015/07/thumb-event-page.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-event-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(25,4299,'_themify_builder_prebuilt_layout','yes'),(28,4301,'_wp_attached_file','2015/07/thumb-product-3.jpg'),(31,4301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2015/07/thumb-product-3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"thumb-product-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(34,4301,'_themify_builder_prebuilt_layout','yes'),(37,4302,'_wp_attached_file','2015/07/thumb-masonry-image.jpg'),(40,4302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2015/07/thumb-masonry-image.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"thumb-masonry-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(43,4302,'_themify_builder_prebuilt_layout','yes'),(46,4303,'_wp_attached_file','2015/07/thumb-company-2.jpg'),(49,4303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2015/07/thumb-company-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"thumb-company-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(52,4303,'_themify_builder_prebuilt_layout','yes'),(55,4304,'_wp_attached_file','2015/07/thumb-portfolio-2.jpg'),(58,4304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2015/07/thumb-portfolio-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"thumb-portfolio-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(61,4304,'_themify_builder_prebuilt_layout','yes'),(64,4305,'_wp_attached_file','2015/07/thumb-product-2.jpg'),(67,4305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2015/07/thumb-product-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"thumb-product-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(70,4305,'_themify_builder_prebuilt_layout','yes'),(73,4306,'_wp_attached_file','2015/07/thumb-marketer-page.jpg'),(76,4306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2015/07/thumb-marketer-page.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"thumb-marketer-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(79,4306,'_themify_builder_prebuilt_layout','yes'),(82,4307,'_wp_attached_file','2015/07/thumb-ebook-2.jpg'),(85,4307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2015/07/thumb-ebook-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"thumb-ebook-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(88,4307,'_themify_builder_prebuilt_layout','yes'),(91,4308,'_wp_attached_file','2015/07/thumb-product-page-4.jpg'),(94,4308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2015/07/thumb-product-page-4.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"thumb-product-page-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(97,4308,'_themify_builder_prebuilt_layout','yes'),(100,4309,'_wp_attached_file','2015/07/thumb-landing-agency-page.jpg'),(103,4309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2015/07/thumb-landing-agency-page.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"thumb-landing-agency-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(106,4309,'_themify_builder_prebuilt_layout','yes'),(109,4310,'_wp_attached_file','2015/07/thumb-wedding.jpg'),(112,4310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2015/07/thumb-wedding.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"thumb-wedding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(115,4310,'_themify_builder_prebuilt_layout','yes'),(118,4311,'_wp_attached_file','2015/07/thumb-fullscreen-2.jpg'),(121,4311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2015/07/thumb-fullscreen-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"thumb-fullscreen-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(124,4311,'_themify_builder_prebuilt_layout','yes'),(127,4312,'_wp_attached_file','2015/07/thumb-product-page.jpg'),(130,4312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2015/07/thumb-product-page.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"thumb-product-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(133,4312,'_themify_builder_prebuilt_layout','yes'),(136,4313,'_wp_attached_file','2015/07/thumb-fullscreen.jpg'),(139,4313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2015/07/thumb-fullscreen.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-fullscreen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(142,4313,'_themify_builder_prebuilt_layout','yes'),(145,4314,'_wp_attached_file','2015/07/thumb-restaurant-2.jpg'),(148,4314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2015/07/thumb-restaurant-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"thumb-restaurant-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(151,4314,'_themify_builder_prebuilt_layout','yes'),(154,4315,'_wp_attached_file','2015/07/thumb-personal-page.jpg'),(157,4315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2015/07/thumb-personal-page.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"thumb-personal-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(160,4315,'_themify_builder_prebuilt_layout','yes'),(163,4316,'_wp_attached_file','2015/07/thumb-portfolio.jpg'),(166,4316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2015/07/thumb-portfolio.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"thumb-portfolio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(169,4316,'_themify_builder_prebuilt_layout','yes'),(172,4317,'_wp_attached_file','2015/07/thumb-company.jpg'),(175,4317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2015/07/thumb-company.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"thumb-company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(178,4317,'_themify_builder_prebuilt_layout','yes'),(181,4318,'_wp_attached_file','2015/07/thumb-event-page-2.jpg'),(184,4318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2015/07/thumb-event-page-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"thumb-event-page-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(187,4318,'_themify_builder_prebuilt_layout','yes'),(190,4324,'_wp_attached_file','2015/07/thumb-app-2.jpg'),(193,4324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2015/07/thumb-app-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"thumb-app-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(196,4324,'_themify_builder_prebuilt_layout','yes'),(199,4325,'_wp_attached_file','2015/07/thumb-app-page-3.jpg'),(202,4325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2015/07/thumb-app-page-3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-app-page-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(205,4325,'_themify_builder_prebuilt_layout','yes'),(208,2563,'_thumbnail_id','4317'),(211,2563,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-company.jpg'),(214,2563,'_post_image_attach_id','4317'),(217,2563,'builder_switch_frontend','0'),(220,2563,'_themify_builder_settings','a:11:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:13:\"gutter-narrow\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:521:\"<h1 style=\"text-align: left;\">Company Page</h1><h3>Showoff Your Company Profile<br /> By importing this layout using the<br /> Builder Landing Theme</h3><p style=\"text-align: left;\"><i>Create your company landing page with this new layout with the Themify Landing Theme. Simply import using the Builder plugin, simple and easy. Get this layout now!</i></p><p style=\"text-align: left;\">[themify_button style=\"large green rect flat\" link=\"http://themify.me/themes/landing/\" text=\"#ffffff\" ]Buy Landing[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:67:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/mac.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"800\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:2:\"10\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:87:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/lady-beach-hat-1024x720.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"000000_0.77\";s:17:\"cover_color_hover\";s:11:\"000000_0.79\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:448:\"<h1 style=\"text-align: center;\">About Us</h1><p style=\"text-align: center;\"><i>Phasellus scelerisque lacus imperdiet turpis iaculis tristique. Nam ornare, dui id faucibus tincidunt, ante lorem congue nibh, vitae auctor purus arcu et libero. Nullam semper, urna in efficitur consectetur, ipsum leo aliquam nisi, in ornare tellus lacus id velit. Pellentesque vulputate ipsum eu porta aliquam. Mauris pretium nunc sed metus vulputate interdum.</i></p>\";s:11:\"font_family\";s:7:\"default\";}}i:2;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Leaderboard_Free1.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:2:\"30\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"30\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"5e754f_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:40:\"<h4 style=\"text-align: right;\">Yay!</h4>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:85:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/google-nexus-1024x590.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"20\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:238:\"<h3 style=\"text-align: left;\">Mission</h3><p style=\"text-align: left;\">Phasellus scelerisque lacus imperdiet turpis iaculis tristique. Nam ornare, dui id faucibus tincidunt, ante lorem congue nibh, vitae auctor purus arcu et libero. </p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:1:\"%\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:83:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/N9-cover-mint-16001.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"350\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/google-nexus-lime.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"350\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"729fa8_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"8\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:84:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/nexus-image-1024x498.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"15\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:110:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/3YNGIU4yRTO4DDifrEfA__MG_2885-1024x576-500x250.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"250\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:154:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/r2Xmw0IESdeCCu4eBb6d_33F3F57EBEB3600F3B377F32425EE595_B1280_1280_1200_800-1024x682-500x250.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"250\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:91:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/camera-man-1024x682-500x500.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:187:\"<h3>Our Work</h3><p>Phasellus scelerisque lacus imperdiet turpis iaculis tristique. Nam ornare, dui id faucibus tincidunt, ante lorem congue nibh, vitae auctor purus arcu et libero. </p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:1:\"%\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"7b5d80_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"8\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:3:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:83:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/nexus-iggy-1024x684.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"20\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:5:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:45:\"<h2 style=\"text-align: center;\">Services</h2>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:1:\"%\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:269:\"<h3>[themify_icon icon=\"fa-newspaper-o\" style=\"large\" icon_color=\"#ffffff\" ] <strong>Newsletter<br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:267:\"<h3>[themify_icon icon=\"ti-pencil-alt\" style=\"large\" icon_color=\"#ffffff\" ] Auto Edit<strong><br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:258:\"<h3>[themify_icon icon=\"ti-image\" style=\"large\" icon_color=\"#ffffff\" ] Images<strong><br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:272:\"<h3>[themify_icon icon=\"ti-comment\" style=\"large\" icon_color=\"#ffffff\" ] Live Chat Support<strong><br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:271:\"<h3>[themify_icon icon=\"ti-layers-alt\" style=\"large\" icon_color=\"#ffffff\" ] Multi-Layouts<strong><br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:267:\"<h3>[themify_icon icon=\"ti-palette\" style=\"large\" icon_color=\"#ffffff\" ] Color Palette<strong><br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:263:\"<h3>[themify_icon icon=\"ti-panel\" style=\"large\" icon_color=\"#ffffff\" ] Easy Panel<strong><br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:275:\"<h3>[themify_icon icon=\"ti-harddrives\" style=\"large\" icon_color=\"#ffffff\" ] Unlimited Storage<strong><br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:266:\"<h3>[themify_icon icon=\"ti-shortcode\" style=\"large\" icon_color=\"#ffffff\" ] Shortcode<strong><br /></strong></h3><p>Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"666696_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:8;a:4:{s:9:\"row_order\";i:8;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:243:\"<h4>Subscribe to Themify Newsletter</h4><p>We\'ve got a lot of things in store for all of you. New system updates, themes, extendable Addons, and promotions! Be sure to stay connected by being a part of our mailing list. <br />[mc4wp_form]</p>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"c9ab32_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"000000_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:9;a:4:{s:9:\"row_order\";i:9;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:52:\"<h3 style=\"text-align: center;\">Connect With Us</h3>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:5:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col5-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:27:\"https://twitter.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-google-plus\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:73:\"https://plus.google.com/u/0/b/109280316400365629341/109280316400365629341\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:6:\"fa-rss\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:20:\"https://www.rss.com/\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:4;a:2:{s:10:\"grid_class\";s:11:\"col5-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-linkedin\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:25:\"https://www.linkedin.com/\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"d46060_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:10;a:1:{s:9:\"row_order\";i:10;}}'),(223,2563,'_themify_builder_prebuilt_layout','yes'),(226,2561,'_post_image_attach_id','4306'),(229,2561,'builder_switch_frontend','0'),(232,2561,'_themify_builder_settings','a:6:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:706:\"<h1>Marketer</h1><p>[themify_icon icon=\"fa-facebook\" style=\"large\" icon_color=\"#7BB31A\" ] Get 10,000 likes on Facebook<br /> [themify_icon icon=\"fa-twitter\" style=\"large\" icon_color=\"#7BB31A\" ] Interact with real Twitter followers<br /> [themify_icon icon=\"fa-dollar\" stle=\"large\" icon_color=\"#7BB31A\" ] Create special rate and discount for select customers<br /> [themify_icon icon=\"fa-comments\" style=\"large\" icon_color=\"#7BB31A\" ] Unlimited support through chat</p><p>[themify_button style=\"large rect flat green\" link=\"http://themify.me/themes/ultra\" ]Buy Now[/themify_button] [themify_button style=\"large rect flat outline black\" link=\"http://themify.me/themes\" ]More Themes[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"40\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"40\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:31:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/165980035.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:6:\"363636\";s:16:\"border_top_width\";s:1:\"1\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:6:\"363636\";s:18:\"border_right_width\";s:1:\"1\";s:18:\"border_right_style\";s:5:\"solid\";s:19:\"border_bottom_color\";s:6:\"363636\";s:19:\"border_bottom_width\";s:1:\"1\";s:19:\"border_bottom_style\";s:5:\"solid\";s:17:\"border_left_color\";s:6:\"363636\";s:17:\"border_left_width\";s:1:\"1\";s:17:\"border_left_style\";s:5:\"solid\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ebebeb_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:355:\"<h2 style=\"text-align: center;\">Voted as the <span style=\"color: #7bb31a;\">#1</span> Theme of All Time</h2><h3 style=\"text-align: center;\"><em>With over <span style=\"color: #7bb31a;\">40,000 users</span>, We are very proud to say that we\'ve got an <span style=\"color: #7bb31a;\">ever improving product with an in-depth documentation page</span>.</em></h3>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"50\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"5\";s:13:\"color_divider\";s:6:\"7bb31a\";s:18:\"top_margin_divider\";s:2:\"30\";s:21:\"bottom_margin_divider\";s:2:\"50\";}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:13:\"video-overlay\";s:9:\"url_video\";s:46:\"http://vimeo.com/channels/staffpicks/118589137\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:407:\"<h3 style=\"text-align: left;\">With amazing features, built-in Addons, and multiple layouts. This is our best theme yet!</h3><p style=\"text-align: left;\">Pellentesque id hendrerit lacus, quis viverra justo. Integer nec leo pretium, mattis nulla vel, facilisis eros. Donec quis pharetra elit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Vestibulum vel aliquet augue, eget accumsan justo.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:61:\"<h2 style=\"text-align: center;\">Feature Module in Action</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:17:\"Pre-Built Layouts\";s:15:\"content_feature\";s:82:\"<p>Multiple pre-built layouts that allows you use it on any page on your site.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:2:\"80\";s:21:\"circle_stroke_feature\";s:2:\"10\";s:20:\"circle_color_feature\";s:6:\"FF9C00\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-newspaper-o\";s:18:\"icon_color_feature\";s:6:\"FF9C00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:15:\"Built-in Addons\";s:15:\"content_feature\";s:89:\"<p>Packed with built-in addons: Timeline, Progress bar Chart, and Contact form plugin</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:2:\"10\";s:20:\"circle_color_feature\";s:6:\"8B88FF\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:7:\"fa-plus\";s:18:\"icon_color_feature\";s:6:\"8B88FF\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:13:\"Header Styles\";s:15:\"content_feature\";s:135:\"<p>The theme is also built with various header styles. You have the option to make it transparent, hide, or place it on the left. </p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:2:\"90\";s:21:\"circle_stroke_feature\";s:2:\"10\";s:20:\"circle_color_feature\";s:6:\"7BB31A\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-building\";s:18:\"icon_color_feature\";s:6:\"7BB31A\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ebebeb_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:62:\"<h2 style=\"text-align: center;\">What people are saying...</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/141627649.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"title_image\";s:13:\"Mark Peterson\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:38:\"Love this theme! It\'s so easy to use..\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/82152160.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"title_image\";s:17:\"Stephanie Chapman\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:156:\"This is one of the most versatile theme i\'ve ever used. So many layouts to choose from. I\'m constantly updating my site to keep my content and design fresh.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/112268515.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"title_image\";s:8:\"Sara Lee\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:152:\"Why code when Themify does all the work for you? I saved so much time allowing to take on more clients, and make more money. This is amazing, I love it!\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/180680633.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"title_image\";s:14:\"James Jamieson\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:92:\"This is a must have theme. As a developer, this theme has helped me finish so many projects!\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:54:\"<h2 style=\"text-align: center;\">As Featured on...</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:35:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:12:\"order_slider\";s:4:\"desc\";s:14:\"orderby_slider\";s:4:\"date\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:4:{i:0;a:2:{s:14:\"img_url_slider\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/twitter1.png\";s:15:\"img_link_slider\";s:27:\"https://twitter.com/themify\";}i:1;a:2:{s:14:\"img_url_slider\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/2YouTube.png\";s:15:\"img_link_slider\";s:38:\"https://www.youtube.com/user/themifyme\";}i:2;a:2:{s:14:\"img_url_slider\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1Instagram.png\";s:15:\"img_link_slider\";s:21:\"http://instagram.com/\";}i:3;a:2:{s:14:\"img_url_slider\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1facebook.png\";s:15:\"img_link_slider\";s:32:\"https://www.facebook.com/themify\";}}s:20:\"video_content_slider\";a:1:{i:0;a:0:{}}s:19:\"text_content_slider\";a:1:{i:0;a:0:{}}s:13:\"layout_slider\";s:14:\"slider-default\";s:18:\"visible_opt_slider\";s:1:\"3\";s:22:\"auto_scroll_opt_slider\";s:1:\"3\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:12:\"continuously\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:2:\"no\";s:17:\"show_arrow_slider\";s:2:\"no\";s:13:\"height_slider\";s:8:\"variable\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"f0f0f0_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:1:{s:9:\"row_order\";i:5;}}'),(235,2561,'_thumbnail_id','4306'),(238,2561,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-marketer-page.jpg'),(241,2561,'_themify_builder_prebuilt_layout','yes'),(244,2559,'_thumbnail_id','4323'),(247,2559,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-agency-2.jpg'),(250,2559,'_post_image_attach_id','4323'),(253,2559,'builder_switch_frontend','0'),(256,2559,'_themify_builder_settings','a:8:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:122:\"<h2 style=\"text-align: center;\">Agency</h2><h3 style=\"text-align: center;\">Powerful design to create engaging content</h3>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:77:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/james-look_up.mp4\";s:16:\"background_image\";s:92:\"http://themify.me/demo/themes/landing/files/2015/03/Screen-Shot-2015-03-02-at-4.13.55-PM.png\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"5c21ff_0.71\";s:17:\"cover_color_hover\";s:11:\"5c21ff_0.71\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:54:\"<h2 style=\"text-align: center;\">Our <br />Vision</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:1:\"8\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:815:\"<h3>We value...</h3><p>Pellentesque in purus posuere, luctus felis vel, sodales massa. Phasellus vehicula molestie pharetra. Donec aliquam nulla et erat blandit molestie. Maecenas porta mauris convallis ante dictum, ac imperdiet neque posuere. Phasellus accumsan est non nisi ultrices, et consequat lacus sollicitudin. Proin metus mi, sollicitudin eget odio et, aliquam convallis justo. Nullam porta augue nec fermentum tempor.</p><p>Donec risus leo, blandit eu commodo et, scelerisque quis eros. In posuere efficitur dui, in pellentesque massa aliquet vel. Phasellus et suscipit neque. Proin eget felis eu est laoreet ultricies mattis eget elit.</p><p>Vivamus feugiat tortor in ornare egestas. Phasellus malesuada arcu tempor neque pellentesque commodo. Proin molestie quam turpis, non congue ex interdum ac. </p>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.3\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:45:\"<h2 style=\"text-align: center;\">Our Team</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:1:\"8\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/82152160.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:8:\"Michelle\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:24:\"<em>VP of Marketing</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/141627649.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:5:\"Ralph\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:12:\"<em>CEO</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/180680633.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:5:\"Bryan\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:12:\"<em>CFO</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/user_miles-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:4:\"Mike\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:28:\"<em>Front-End Developer</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/112268515.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:6:\"Claire\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:21:\"<em>Photographer</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/demo_paria.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:5:\"Annie\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:17:\"<em>Designer</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/demo_peter.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:4:\"Nick\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:31:\"<em>Development Specialist</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/user_jolie.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:6:\"Lauren\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:32:\"<em>Social Media Specialist</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/86536909.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"title_image\";s:7:\"Stephen\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:27:\"<em>Operations Manager</em>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:6:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:50:\"<h2 style=\"text-align: center;\">Our<br />Work</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/96796114.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:4:\"1000\";s:12:\"height_image\";s:3:\"600\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/196849997.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:4:\"1000\";s:12:\"height_image\";s:3:\"600\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:182:\"<h1>#01</h1><h4>Forward thinking</h4><p>Proin ut euismod erat. Praesent velit est, interdum ut nulla ac, ultrices maximus odio. Pellentesque nec arcu at eros euismod consectetur.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:2:\"12\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"5\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:260:\"<h1 style=\"text-align: right;\">#02</h1><h4 style=\"text-align: right;\">Best Services</h4><p style=\"text-align: right;\">Proin ut euismod erat. Praesent velit est, intercom ut nulla ac, ultrices maximus odio. Pellentesque nec arcu at eros euismod consectetur.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"12\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/134119568.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:4:\"1000\";s:12:\"height_image\";s:3:\"600\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/90053719.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:4:\"1000\";s:12:\"height_image\";s:3:\"600\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:188:\"<h1>#03</h1><h4>Our works speak for us</h4><p>Proin ut euismod erat. Praesent velit est, interdum ut nulla ac, ultrices maximus odio. Pellentesque nec arcu at eros euismod consectetur.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:2:\"12\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"5\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:5;a:3:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:279:\"<h1 style=\"text-align: right;\">#04</h1><h4 style=\"text-align: right;\">Where our inspiration comes from</h4><p style=\"text-align: right;\">Proin ut euismod erat. Praesent velit est, interdum ut nulla ac, ultrices maximus odio. Pellentesque nec arcu at eros euismod consectetur.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/175819034.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:4:\"1000\";s:12:\"height_image\";s:3:\"600\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:48:\"<h2 style=\"text-align: center;\">Our Clients</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:78:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Windows_logo-7.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Apple-Logo-splash.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/landing/files/2015/02/543c477e9547e.jpg.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/showposter.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:77:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Logitech-logo.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Facebook-logo-PSD.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:100:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Screen-Shot-2015-02-04-at-3.51.03-PM.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/google-logo-e1423084165592.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/asus_logo.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:55:\"<h2 style=\"text-align: center;\">Cool <br />Awards</h2>\";s:11:\"font_family\";s:7:\"default\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:15:\"content_feature\";s:23:\"<p>1st FAR Champion</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:9:\"fa-trophy\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:22:\"<p>Facebook\'s Best</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:12:\"fa-thumbs-up\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:22:\"<p>Medal of Honors</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-sun-o\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:15:\"content_feature\";s:24:\"<p>Ride for Cancer </p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-bicycle\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:20:\"<p>Github Champs</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:9:\"fa-github\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:23:\"<p>Research Nominee</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-html5\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:15:\"content_feature\";s:27:\"<p>BitCoin Design Award</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:6:\"fa-btc\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:28:\"<p>Linux Epic Code Award</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-linux\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:34:\"<p>WordPress Theme of the Year</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"919191\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:12:\"fa-wordpress\";s:18:\"icon_color_feature\";s:6:\"919191\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:426:\"<h1 style=\"text-align: right;\">Our HQ</h1><h4 style=\"text-align: right;\">Maps Pro addon here</h4><p style=\"text-align: right;\">The Maps Pro addon allows you to insert multiple markers and custom tooltips on your map. Get this addon now!</p><p style=\"text-align: right;\">[themify_button style=\"large rect outline\" link=\"http://themify.me/addons/maps-pro\" ]Maps Pro Addon[/themify_button]</p><p style=\"text-align: right;\"> </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:8:\"maps-pro\";s:12:\"mod_settings\";a:19:{s:5:\"w_map\";s:3:\"100\";s:6:\"unit_w\";s:1:\"%\";s:5:\"h_map\";s:3:\"300\";s:6:\"unit_h\";s:2:\"px\";s:8:\"type_map\";s:7:\"ROADMAP\";s:15:\"scrollwheel_map\";s:7:\"disable\";s:13:\"draggable_map\";s:6:\"enable\";s:14:\"disable_map_ui\";s:2:\"no\";s:10:\"map_center\";s:16:\"Toronto, Ontario\";s:8:\"zoom_map\";s:2:\"14\";s:7:\"markers\";a:3:{i:0;a:2:{s:7:\"address\";s:34:\"55 Adelaide East \nToronto, Ontario\";s:5:\"title\";s:10:\"Themify HQ\";}i:1;a:2:{s:7:\"address\";s:34:\"10 Dundas St E\nToronto, ON M5B 2G9\";s:5:\"title\";s:23:\"Favourite hangout place\";}i:2;a:2:{s:7:\"address\";s:39:\"249 Victoria Street\nToronto, ON M5B 1V8\";s:5:\"title\";s:18:\"Best Fries in Town\";}}s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:1:\"%\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:1:{s:9:\"row_order\";i:7;}}'),(259,2559,'_themify_builder_prebuilt_layout','yes'),(262,2557,'_thumbnail_id','4309'),(265,2557,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-landing-agency-page.jpg'),(268,2557,'_post_image_attach_id','4309'),(271,2557,'builder_switch_frontend','0'),(274,2557,'_themify_builder_settings','a:7:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:245:\"<h1 style=\"text-align: center;\">Red Agency</h1><h3 style=\"text-align: center;\">We focus on UX, Design, and Apps </h3><p style=\"text-align: center;\">[themify_button style=\"xlarge red flat rounded\" link=\"#connect\" ]Contact Us[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:84:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/54497056-b1-1024x685.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:6:\"b82c2c\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:48:\"<h2 style=\"text-align: center;\">Demo Reel </h2>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"f03030\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:19:{s:11:\"style_video\";s:9:\"video-top\";s:9:\"url_video\";s:25:\"http://vimeo.com/71934862\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:2:\"10\";s:17:\"margin_right_unit\";s:1:\"%\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:2:\"10\";s:16:\"margin_left_unit\";s:1:\"%\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"000000_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:45:\"<h2 style=\"text-align: center;\">Services</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:7:\"Writing\";s:15:\"content_feature\";s:289:\"<p>The Landing Theme is great as it comes pre-built with multiple layouts that can be loaded on any page using the <a href=\"http://themify.me/builder\">Builder</a>. Check out this tutorial to see how the <a href=\"http://themify.me/docs/builder#builder-layout\">Builder layouts </a>work.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"000000_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-newspaper-o\";s:18:\"icon_color_feature\";s:6:\"f03030\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:4:\"Apps\";s:15:\"content_feature\";s:205:\"<p>The theme is also built with various header styles. You have the option to make it transparent, hide, or place it on the left. There are also other styles that customizes the placement of your logo.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"000000_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-flask\";s:18:\"icon_color_feature\";s:6:\"f03030\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:5:\"Games\";s:15:\"content_feature\";s:171:\"<p>We\'ve packed this theme with multiple extendable Addons. All of which, comes built into the theme allowing you have the most flexibility when managing your content!</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"000000_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-gamepad\";s:18:\"icon_color_feature\";s:6:\"f03030\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"fafafa_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:11:\"000000_1.00\";s:18:\"top_margin_divider\";s:2:\"30\";s:21:\"bottom_margin_divider\";s:2:\"50\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:160:\"<h3 style=\"text-align: center;\"><em>A Landing page is a great way for you to attract more business for your brand, or to connect with your community.</em></h3>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"f03030\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:743:\"<p style=\"text-align: center;\">A blogger from <a href=\"http://www.inboundnow.com/\">Inbound Now</a> wrote a very interesting article called \"<a href=\"http://www.inboundnow.com/7-killer-ways-landing-pages-benefit-market-your-business/\">7 Killer Ways Landing Pages Benefit & Market your Business</a>\". It outlines various ways on how you can benefit from creating landing pages for your business.</p><h3 style=\"text-align: center;\">Get a theme that\'ll enhance, market, and grow your business now!</h3><p style=\"text-align: center;\">[themify_button style=\"large flat red rect\" link=\"http://themify.me/themes\"]Buy Now[/themify_button] [themify_button style=\"large flat red rect\" link=\"http://themify.me/docs\"]Documentation[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"fafafa_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:315:\"<h3><em>[themify_icon icon=\"fa-quote-left\" style=\"large\" icon_color=\"#f03030\" ] Create a testimonial section on your landing page. Simply insert an icon and an image on the row to copy the same look as this layout.</em></h3><p style=\"text-align: right;\"> - <strong>John Purdue</strong>, <em>Themify Team</em></p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/157472372.jpg\";s:16:\"appearance_image\";s:14:\"rounded|circle\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"000000_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:52:\"<h2 style=\"text-align: center;\">Connect with us</h2>\";s:11:\"font_family\";s:7:\"default\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-envelope\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"f03030\";s:12:\"link_feature\";s:25:\"http://themify.me/contact\";s:13:\"param_feature\";s:6:\"newtab\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"f03030\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:6:\"newtab\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"40\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"f03030\";s:12:\"link_feature\";s:31:\"https://www.twitter.com/themify\";s:13:\"param_feature\";s:6:\"newtab\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"40\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-google-plus\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"f03030\";s:12:\"link_feature\";s:73:\"https://plus.google.com/u/0/b/109280316400365629341/109280316400365629341\";s:13:\"param_feature\";s:6:\"newtab\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"40\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:7:\"connect\";}}i:6;a:1:{s:9:\"row_order\";i:6;}}'),(277,2557,'_themify_builder_prebuilt_layout','yes'),(280,2553,'_thumbnail_id','4314'),(283,2553,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-restaurant-2.jpg'),(286,2553,'_post_image_attach_id','4314'),(289,2553,'builder_switch_frontend','0'),(292,2553,'_themify_builder_settings','a:8:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:18:{s:12:\"content_text\";s:22:\"<h1>BISHOP EATERY</h1>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.8\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"1\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:1:\"3\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:1:\"%\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:19:{s:12:\"content_text\";s:66:\"<h4>10 Ferguson Avenue, Alberta WS<br />TEL: (123) 456 - 7890</h4>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"30\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:1:\"4\";s:18:\"margin_bottom_unit\";s:1:\"%\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:11:\"ffffff_1.00\";s:16:\"border_top_width\";s:1:\"5\";s:16:\"border_top_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/restaurant_image-1024x680.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"2e2828_0.78\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:93:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/beer-overlay-1024x683-500x650.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"650\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:18:{s:12:\"content_text\";s:408:\"<h2>About Us</h2><h3><em>Sed euismod, nunc at bibendum dapibus, leo ante scelerisque urna, sed rhoncus metus nisi vitae arcu. Vestibulum ante ipsum primis in.</em></h3><p>Duis bibendum, ex ac rutrum pharetra, tortor ipsum commodo est, et vehicula metus lectus sed metus. Pellentesque. Vestibulum consectetur risus id metus lacinia suscipit. Nunc tempus sem id mi tristique, et fringilla justo elementum.</p>\";s:11:\"font_family\";s:7:\"default\";s:16:\"line_height_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:2:\"10\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:1:\"%\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:25:\"<h2>FOOD & DRINK</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:1:\"%\";s:16:\"margin_left_unit\";s:2:\"px\";s:19:\"border_bottom_color\";s:6:\"87977E\";s:19:\"border_bottom_width\";s:1:\"4\";s:19:\"border_bottom_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:33:{s:21:\"layout_display_slider\";s:4:\"text\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:12:\"order_slider\";s:4:\"desc\";s:14:\"orderby_slider\";s:4:\"date\";s:14:\"display_slider\";s:7:\"content\";s:19:\"text_content_slider\";a:4:{i:0;a:1:{s:19:\"text_caption_slider\";s:828:\"<h4><strong>BREAKFAST</strong></h4><p><strong>Deluxe Omelette <span style=\"color: #87977e;\"><em>$10.95</em></span></strong><br />Bacon, sausage, ham, red peppers, green peppers, red onions, and mushrooms in a three egg omelette</p><hr /><p><strong>Eggs Benedict <span style=\"color: #87977e;\"><em>$10.95</em></span></strong><br />Poached eggs served on a toasted English muffin, layered with peameal bacon and topped with Hollandaise sauce. Served with breakfast potatoes</p><hr /><p><strong>Eggs Florentine <span style=\"color: #87977e;\"><em>$9.95</em></span></strong><br />Poached eggs served on a toasted English muffin, layered with cooked spinach and topped with Hollandaise sauce. Served with breakfast potatoes.</p><hr /><p>Menu copied from <a href=\"http://www.symposiumcafe.com/menu/breakfast.html\">Symposium Cafe</a></p>\";}i:1;a:1:{s:19:\"text_caption_slider\";s:657:\"<h4><strong>LUNCH</strong></h4><p><strong>Farmhouse Burger <span style=\"color: #87977e;\"><em>$16</em></span></strong><br />Prime rib burger, fried egg, peameat bacon, tomato, lettuce, mayo</p><hr /><p><strong>Spicy Thai Basil Noodle <span style=\"color: #87977e;\"><em>$19.75</em></span></strong><br />Prawns, chicken, coconut milk and basic infused chili sauce</p><hr /><p><strong>Butternut Squash Ravioli <span style=\"color: #87977e;\"><em>$18.50</em></span></strong><br />Roma tomato sauce, Goat cheese, spinach, grape tomatoes, spicy glazed pecans</p><hr /><p>Menu copied from <a href=\"http://www.milestonesrestaurants.com/lunch.php\">Milestones</a></p>\";}i:2;a:1:{s:19:\"text_caption_slider\";s:652:\"<h4>DINNER</h4><p><strong>Prosciutto <span style=\"color: #87977e;\"><em>$19</em></span></strong><br />on a flatbread with goat cheese, fig, thyme bechamel & aged balsamic</p><hr /><p><strong>Black Cod <span style=\"color: #87977e;\"><em>$36</em></span></strong><br />Marinated in capers & fresh lemon, served with fregola pasta, & smoked paprika fumet</p><hr /><p><strong>Beet <span style=\"color: #87977e;\"><em>$54</em></span></strong><br />Tenderloin, herb roasted & served with broccoli puree, bordelaise butter & marrow potatoes</p><hr /><p>Menu copied from <a href=\"http://www.thechasetoronto.com/dinner-menu.php\">Chase</a></p>\";}i:3;a:1:{s:19:\"text_caption_slider\";s:640:\"<p> </p><h4>DESSERT</h4><p><strong>Strawberry Rhubarb Parfait <span style=\"color: #87977e;\"><em>$12</em></span></strong><br />Rhubarb compote, liquid cheesecake, strawberry sorbet, vanilla ice cream, pistachio crunch</p><hr /><p><strong>Fruit <span style=\"color: #87977e;\"><em>$11</em></span></strong><br />Salad with buffalo milk yogurt, mint, basil & crimson berry tea syrup</p><hr /><p><strong>Artisanal Cheese <span style=\"color: #87977e;\"><em>$20</em></span></strong><br />Served with housemade preserves and artisanal breads</p><hr /><p>Menu copied from <a href=\"http://www.thechasetoronto.com/dessert-menu.php\">Chase</a></p>\";}}s:13:\"layout_slider\";s:14:\"slider-default\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:13:\"height_slider\";s:4:\"auto\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:86:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/top-view-dish-500x5001.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"2e2828_0.78\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:5:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:17:\"<h2>Specials</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:1:\"%\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:199:\"<h4>Special Treat</h4><p>Aliquam vitae dolor purus. Curabitur maximus sapien ac nulla posuere, a cursus orci posuere. Nulla a neque nibh. Vestibulum consectetur risus id metus lacinia suscipit. </p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-newspaper-o\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:12:\"link_feature\";s:18:\"http://themify.me/\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:648:\"<h4>Celebrate National Day </h4><p>Sed euismod, nunc at bibendum dapibus, leo ante scelerisque urna, sed rhoncus metus nisi vitae arcu. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut lacinia elit at est placerat, vel congue lorem tempor. Etiam vehicula aliquam maximus. Nulla sagittis nunc sit amet enim semper, at efficitur ligula vulputate. Pellentesque mattis ante quis dui elementum molestie. Suspendisse mattis posuere leo, non dapibus velit blandit eu. Nulla tincidunt risus libero, at porta turpis tristique eu. Quisque id ante augue. Ut a ligula arcu. Donec aliquet elit a consequat finibus.</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-newspaper-o\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:12:\"link_feature\";s:18:\"http://themify.me/\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:4;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:426:\"<h4>Learn to Cook from Chef Patisau</h4><p>Duis bibendum, ex ac rutrum pharetra, tortor ipsum commodo est, et vehicula metus lectus sed metus. Pellentesque auctor vel lacus eu gravida. Aliquam vitae dolor purus. Curabitur maximus sapien ac nulla posuere, a cursus orci posuere. Nulla a neque nibh. Vestibulum consectetur risus id metus lacinia suscipit. Nunc tempus sem id mi tristique, et fringilla justo elementum. ibus.</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-newspaper-o\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:12:\"link_feature\";s:18:\"http://themify.me/\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:390:\"<h2>What People Are Saying</h2><p><em>\"Need to come here more often. The foods great, the service is spectacular, and the ambiance of the place is mind blowing!\"</em> - Ariel Nafitiri</p><p><em>\"Proposed to my girlfriend here. Celebrated my fathers birthday here. This place has some really great memories for me. Bishop Eatery has a very special place in my heart.\"</em> - Ramond Uturu</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:226:\"<p><strong>\"A place filled with character. Focused on providing world class service, paired with world-class food. How can you go wrong eat at Bishop Eatery. I give it 5 out of 5. \" </strong>- Carl Monroe from \"The Source\"</p>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.3\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:75:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/coffee-shop.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"302a2a_0.69\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-2 first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:19:\"<h2>Contact Us</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:60:\"<p><strong><br />10 FERGUSON AVENUE, ALBERTA WS</strong></p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"1\";s:20:\"circle_color_feature\";s:6:\"616161\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:13:\"fa-map-marker\";s:18:\"icon_color_feature\";s:6:\"616161\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:79:\"<p><strong>(123) 456 - 7890</strong><br /><strong>(345) 898 - 4124</strong></p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"1\";s:20:\"circle_color_feature\";s:6:\"616161\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:15:\"fa-mobile-phone\";s:18:\"icon_color_feature\";s:6:\"616161\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:49:\"<p><strong><br />ME@BISHOPEATERY.COM</strong></p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"1\";s:20:\"circle_color_feature\";s:6:\"616161\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:13:\"fa-envelope-o\";s:18:\"icon_color_feature\";s:6:\"616161\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:15:\"content_feature\";s:49:\"<p><strong><br />LIKE US ON FACEBOOK</strong></p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"1\";s:20:\"circle_color_feature\";s:6:\"616161\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:6:\"616161\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:15:\"content_feature\";s:50:\"<p><strong><br />FOLLOW US ON TWITTER</strong></p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"1\";s:20:\"circle_color_feature\";s:6:\"616161\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:6:\"616161\";s:12:\"link_feature\";s:31:\"https://www.twitter.com/themify\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:15:\"content_feature\";s:45:\"<p><strong><br />FOLLOW US ON G+</strong></p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"1\";s:20:\"circle_color_feature\";s:6:\"616161\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-google-plus\";s:18:\"icon_color_feature\";s:6:\"616161\";s:12:\"link_feature\";s:73:\"https://plus.google.com/u/0/b/109280316400365629341/109280316400365629341\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:3:\"map\";s:12:\"mod_settings\";a:19:{s:11:\"address_map\";s:15:\"toronto ontario\";s:8:\"zoom_map\";s:1:\"8\";s:5:\"w_map\";s:3:\"100\";s:6:\"unit_w\";s:1:\"%\";s:5:\"h_map\";s:3:\"600\";s:6:\"unit_h\";s:2:\"px\";s:11:\"b_style_map\";s:5:\"solid\";s:8:\"type_map\";s:7:\"TERRAIN\";s:15:\"scrollwheel_map\";s:7:\"disable\";s:13:\"draggable_map\";s:6:\"enable\";s:28:\"draggable_disable_mobile_map\";s:3:\"yes\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"4\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:39:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:12:\"order_slider\";s:4:\"desc\";s:14:\"orderby_slider\";s:4:\"date\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:5:{i:0;a:1:{s:14:\"img_url_slider\";s:86:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/top-view-dish-500x5001.jpg\";}i:1;a:1:{s:14:\"img_url_slider\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/ribs-500x500.jpg\";}i:2;a:1:{s:14:\"img_url_slider\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/restaurant_imag-500x5001.jpg\";}i:3;a:1:{s:14:\"img_url_slider\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/laranga-500x5001.jpg\";}i:4;a:1:{s:14:\"img_url_slider\";s:79:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/dessert-500x500.jpg\";}}s:20:\"video_content_slider\";a:1:{i:0;a:0:{}}s:19:\"text_content_slider\";a:1:{i:0;a:0:{}}s:13:\"layout_slider\";s:14:\"slider-default\";s:12:\"img_w_slider\";s:3:\"500\";s:12:\"img_h_slider\";s:3:\"500\";s:18:\"visible_opt_slider\";s:1:\"4\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:12:\"continuously\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:2:\"no\";s:17:\"show_arrow_slider\";s:2:\"no\";s:18:\"left_margin_slider\";s:1:\"0\";s:19:\"right_margin_slider\";s:1:\"0\";s:13:\"height_slider\";s:8:\"variable\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:1:{s:9:\"row_order\";i:7;}}'),(295,2553,'_themify_builder_prebuilt_layout','yes'),(298,2500,'_thumbnail_id','4326'),(301,2500,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-app-page.jpg'),(304,2500,'_post_image_attach_id','4326'),(307,2500,'builder_switch_frontend','0'),(310,2500,'_themify_builder_settings','a:7:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:244:\"<h1 style=\"text-align: left;\">AMAZING APP</h1><p style=\"text-align: left;\">Create an amazing page for your app using the Builder plugin. Highlight app features, display video demo, and much more. See how your can look like with this demo. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:0:{}}}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:78:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iphone-image-3.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/mouse-bg.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"0\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:1:\"0\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:49:\"<h2 style=\"text-align: center;\">App Features</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:227:\"<h3 style=\"text-align: right;\">Mobile Commerce</h3><p style=\"text-align: right;\">Maecenas fermentum, est nec auctor dignissim, ex sem congue est, id interdum sapien felis sit amet augue. Nam mattis efficitur pellentesque. </p>\";s:14:\"layout_feature\";s:10:\"icon-right\";s:25:\"circle_percentage_feature\";s:2:\"70\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"ffe414\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-credit-card\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:178:\"<h3 style=\"text-align: right;\">Chat Services</h3><p style=\"text-align: right;\">Nam mattis efficitur pellentesque. Phasellus tempor dui nunc, eget tristique lorem tincidunt. </p>\";s:14:\"layout_feature\";s:10:\"icon-right\";s:25:\"circle_percentage_feature\";s:2:\"50\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"ffe414\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:9:\"fa-wechat\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:210:\"<h3 style=\"text-align: right;\">Social Sharing</h3><p style=\"text-align: right;\">Id interdum sapien felis sit amet augue. Nam mattis efficitur pellentesque. Phasellus tempor dui nunc, eget tristique lorem. </p>\";s:14:\"layout_feature\";s:10:\"icon-right\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"ffe414\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:12:\"fa-share-alt\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iphone6plus_gold_portrait1.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"340\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"30\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:142:\"<h3>User Reviews</h3><p>Incidunt massa. Curabitur nulla quam, convallis et ligula eget, dictum pharetra augue. Integer id malesuada sem. </p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:2:\"80\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"ffe414\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:18:\"fa-pencil-square-o\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:255:\"<h3 style=\"text-align: left;\">Events</h3><p style=\"text-align: left;\">Incidunt massa. Curabitur nulla quam, convallis et ligula eget, dictum pharetra augue. Integer id malesuada sem. In pellentesque maximus lorem vitae congue. Quisque vel metus sem. </p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"ffe414\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-calendar\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:136:\"<h3 style=\"text-align: left;\">Photos</h3><p style=\"text-align: left;\">Incidunt massa. Curabitur nulla quam, convallis et ligula ege.</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:2:\"20\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:6:\"ffe414\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:15:\"fa-camera-retro\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ebebeb_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"3\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"3\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Apple-Iphone4s-TvAd-Life1.mp4\";s:16:\"background_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/bg-desk-1024x684.jpg\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"20\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:67:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/mac.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:11:{s:12:\"content_text\";s:656:\"<h3 style=\"text-align: left;\">Manage Your App</h3><p style=\"text-align: left;\">Use various styling features to change the layout of your app. Insert analytics to keep track of all users. Test and preview styling changes made both front and backend. Add an eCommerce feature to monetize your app. Run various promotional campaigns using the promotional tools and lastly, share with your users with the User Engagement resources built into the app. Lastly, manage the app using your laptop to create and customize your app easily. Insert custom coding and upload images. This is the perfect app managing tool that can be accessed anywhere on your site. </p>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:1:\"2\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:13:\"title_feature\";s:7:\"Styling\";s:15:\"content_feature\";s:47:\"<p>Customize the look and feel of your site</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:2:\"70\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"ffee00_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-paint-brush\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:13:\"title_feature\";s:9:\"Analytics\";s:15:\"content_feature\";s:101:\"<p>Input your Google analytics code on your Footer to get more accurate results in your analytics</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:2:\"80\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"ffee00_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-bar-chart-o\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:13:\"title_feature\";s:9:\"Customize\";s:15:\"content_feature\";s:79:\"<p>Customize the look and feel on your site by adjusting the Styling panel.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:2:\"70\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"ffee00_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:7:\"fa-gear\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:13:\"title_feature\";s:11:\"Communicate\";s:15:\"content_feature\";s:91:\"<p>Email us at info[at]themify.me and we\'ll respond to your queries as fast as possible</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:2:\"70\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"ffee00_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-users\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"3\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"3\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:44:\"<h2 style=\"text-align: center;\">Pricing</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"box\";s:12:\"mod_settings\";a:17:{s:11:\"content_box\";s:285:\"<h3 style=\"text-align: center;\">Basic</h3><h4 style=\"text-align: center;\">$300</h4><ul><li style=\"text-align: center;\">Access to all Themify themes</li><li style=\"text-align: center;\">Can be used on Multiple sites</li><li style=\"text-align: center;\">Built-in with the Builder</li></ul>\";s:9:\"color_box\";s:7:\"default\";s:14:\"appearance_box\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:11:\"add_css_box\";s:9:\"price-box\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"box\";s:12:\"mod_settings\";a:17:{s:11:\"content_box\";s:297:\"<h3 style=\"text-align: center;\">Pro</h3><h4 style=\"text-align: center;\">$400</h4><ul><li style=\"text-align: center;\">Comes with access to all Themes</li><li style=\"text-align: center;\">Comes with PSD (Photoshop) files</li><li style=\"text-align: center;\">Very similar to the Pro memerbsip</li></ul>\";s:9:\"color_box\";s:7:\"default\";s:14:\"appearance_box\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:11:\"add_css_box\";s:9:\"price-box\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"box\";s:12:\"mod_settings\";a:17:{s:11:\"content_box\";s:295:\"<h3 style=\"text-align: center;\">Premium</h3><h4 style=\"text-align: center;\">$500</h4><ul><li style=\"text-align: center;\">Access to all Themify themes</li><li style=\"text-align: center;\">Access to all Stand-alone plugins</li><li style=\"text-align: center;\">Acces to all extendable idons</li></ul>\";s:9:\"color_box\";s:7:\"default\";s:14:\"appearance_box\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:11:\"add_css_box\";s:9:\"price-box\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ebebeb_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:1:{s:9:\"row_order\";i:6;}}'),(313,2500,'_themify_builder_prebuilt_layout','yes'),(316,2520,'_thumbnail_id','4321'),(319,2520,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-restaurant.jpg'),(322,2520,'_post_image_attach_id','4321'),(325,2520,'builder_switch_frontend','0'),(328,2520,'_themify_builder_settings','a:9:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:27:{s:12:\"content_text\";s:51:\"<h1>DELI SHIRE</h1><p>25 Ohio St. Cleveland, MA</p>\";s:11:\"font_family\";s:11:\"Philosopher\";s:9:\"font_size\";s:1:\"2\";s:14:\"font_size_unit\";s:2:\"em\";s:11:\"line_height\";s:1:\"0\";s:16:\"line_height_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"1\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:1:\"3\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:1:\"7\";s:18:\"margin_bottom_unit\";s:1:\"%\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:11:\"ffffff_1.00\";s:16:\"border_top_width\";s:1:\"4\";s:16:\"border_top_style\";s:6:\"double\";s:19:\"border_bottom_color\";s:11:\"ffffff_1.00\";s:19:\"border_bottom_width\";s:1:\"4\";s:19:\"border_bottom_style\";s:6:\"double\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/restaurant.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"9e493f_0.55\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:53:\"<h3>Great Food. Friendly Service. Loving Family</h3>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"E8311F\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:11:\"Oleo Script\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:6:\"slider\";s:17:\"background_slider\";s:30:\"[gallery ids=\"2456,2453,2440\"]\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"cccccc_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:46:\"<h2 style=\"text-align: center;\">The Menu</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:3:\"tab\";s:12:\"mod_settings\";a:17:{s:10:\"layout_tab\";s:9:\"tab-frame\";s:9:\"color_tab\";s:3:\"red\";s:18:\"tab_appearance_tab\";s:1:\"|\";s:15:\"tab_content_tab\";a:4:{i:0;a:2:{s:9:\"title_tab\";s:9:\"BREAKFAST\";s:8:\"text_tab\";s:1155:\"<p><strong>Ham and Swiss Omelette <span style=\"color: #ff0000;\"><em>$8.95</em></span></strong><br /> Three egg omelette with ham and swiss cheese</p><hr /><p><strong>Bacon and Cheddar Omelette <span style=\"color: #ff0000;\"><em>$8.95</em></span></strong><br /> Ham, red peppers, green peppers, red onions and cheddar cheese in a three egg omelette</p><hr /><p><strong>Deluxe Omelette <span style=\"color: #ff0000;\"><em>$10.95</em></span></strong><br /> Bacon, sausage, ham, red peppers, green peppers, red onions, and mushrooms in a three egg omelette</p><hr /><p><strong>Eggs Benedict <span style=\"color: #ff0000;\"><em>$10.95</em></span></strong><br /> Poached eggs served on a toasted English muffin, layered with peameal bacon and topped with Hollandaise sauce. Served with breakfast potatoes</p><hr /><p><strong>Eggs Florentine <span style=\"color: #ff0000;\"><em>$9.95</em></span></strong><br /> Poached eggs served on a toasted English muffin, layered with cooked spinach and topped with Hollandaise sauce. Served with breakfast potatoes.</p><hr /><p>Menu copied from <a href=\"http://www.symposiumcafe.com/menu/breakfast.html\">Symposium Cafe</a></p>\";}i:1;a:2:{s:9:\"title_tab\";s:5:\"LUNCH\";s:8:\"text_tab\";s:985:\"<p><strong>Old Fashioned Burger <span style=\"color: #ff0000;\"><em>$15.75</em></span></strong><br />Prime rib burger, double-smoked bacon, aged Cheddar cheese, mayo</p><hr /><p><strong>Mayan Burger <span style=\"color: #ff0000;\"><em>$16</em></span></strong><br />Prime rib burger, house-made avocado salsa, fresh cut salsa, double-smoked bacon, mayo</p><hr /><p><strong>Farmhouse Burger <span style=\"color: #ff0000;\"><em>$16</em></span></strong><br />Prime rib burger, fried egg, peameat bacon, tomato, lettuce, mayo</p><hr /><p><strong>Spicy Thai Basil Noodle <span style=\"color: #ff0000;\"><em>$19.75</em></span></strong><br />Prawns, chicken, coconut milk and basic infused chili sauce</p><hr /><p><strong>Butternut Squash Ravioli <span style=\"color: #ff0000;\"><em>$18.50</em></span></strong><br />Roma tomato sauce, Goat cheese, spinach, grape tomatoes, spicy glazed pecans</p><hr /><p>Menu copied from <a href=\"http://www.milestonesrestaurants.com/lunch.php\">Milestones</a></p>\";}i:2;a:2:{s:9:\"title_tab\";s:6:\"DINNER\";s:8:\"text_tab\";s:973:\"<p><strong>Pearl Platter <span style=\"color: #ff0000;\"><em>$29</em></span></strong><br />Oyster east & west, crab, shrimp, tuna & daily chef\'s selection</p><hr /><p><strong>Ricotta <span style=\"color: #ff0000;\"><em>$16</em></span></strong><br />Whipped with stewed rhubarb, tangerine, lemon thyme & grilled bread</p><hr /><p><strong>Prosciutto <span style=\"color: #ff0000;\"><em>$19</em></span></strong><br />on a flatbread with goat cheese, fig, thyme bechamel & aged balsamic</p><hr /><p><strong>Black Cod <span style=\"color: #ff0000;\"><em>$36</em></span></strong><br />Marinated in capers & fresh lemon, served with fregola pasta, & smoked paprika fumet</p><hr /><p><strong>Beet <span style=\"color: #ff0000;\"><em>$54</em></span></strong><br />Tenderloin, herb roasted & served with broccoli puree, bordelaise butter & marrow potatoes</p><hr /><p>Menu copied from <a href=\"http://www.thechasetoronto.com/dinner-menu.php\">Chase</a></p>\";}i:3;a:2:{s:9:\"title_tab\";s:7:\"DESSERT\";s:8:\"text_tab\";s:987:\"<p><strong>Chocolate <span style=\"color: #ff0000;\"><em>$12</em></span></strong><br />Chocolate chip brownie, milk chocolate chantilly, dark chocolate cream, salted peanut butter caramel</p><hr /><p><strong>Lime <span style=\"color: #ff0000;\"><em>$11</em></span></strong><br />Curd layered in an angel food cake with coconut cream & toasted marshmallow icing</p><hr /><p><strong>Strawberry Rhubarb Parfait <span style=\"color: #ff0000;\"><em>$12</em></span></strong><br />Rhubarb compote, liquid cheesecake, strawberry sorbet, vanilla ice cream, pistachio crunch</p><hr /><p><strong>Fruit <span style=\"color: #ff0000;\"><em>$11</em></span></strong><br />Salad with buffalo milk yogurt, mint, basil & crimson berry tea syrup</p><hr /><p><strong>Artisanal Cheese <span style=\"color: #ff0000;\"><em>$20</em></span></strong><br />Served with housemade preserves and artisanal breads</p><hr /><p>Menu copied from <a href=\"http://www.thechasetoronto.com/dessert-menu.php\">Chase</a></p>\";}}s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:40:\"<h2>Amazing<br />FOOD & SERVICE</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:639:\"<p>Morbi fringilla at ante a aliquet. Mauris eget mi vestibulum, blandit lacus id, feugiat eros. Curabitur cursus, leo sodales ultrices maximus, nibh lorem dignissim orci, nec tristique tortor magna at arcu. Proin turpis ipsum, cursus vitae feugiat ac, iaculis at ex. Integer non luctus sapien. Nam semper dui mauris, vitae ullamcorper dolor sagittis sit amet. Donec non nisi et sapien tincidunt scelerisque posuere sed mi. In ipsum arcu, pretium vitae facilisis sed, sodales a justo. Duis pretium nisl urna, sed lacinia turpis venenatis in. Maecenas sit amet feugiat justo. Etiam elementum tellus lorem, et tincidunt libero cursus et.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/139731562.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"68c4cc_0.75\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:22:\"<h2>Meet The Team</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/157472372-1024x683-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:16:\"MICHAEL FONTELLI\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:7:\"FOUNDER\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:553:\"<p>Morbi fringilla at ante a aliquet. <br />Mauris eget mi vestibulum, blandit lacus id, feugiat eros. Curabitur cursus, leo sodales ultrices maximus, nibh lorem dignissim orci, nec tristique tortor magna at arcu. Proin turpis ipsum, cursus vitae feugiat ac, iaculis at ex. Integer non luctus sapien. Nam semper dui mauris, vitae ullamcorper dolor sagittis sit amet. Donec non nisi et sapien tincidunt scelerisque posuere sed mi. In ipsum arcu, pretium vitae facilisis sed, sodales a justo. Duis pretium nisl urna, sed lacinia turpis venenatis in. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/user_miles-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:18:\"SHIVA BONITO ZUJEK\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:9:\"HEAD CHEF\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:467:\"<p>Morbi fringilla at ante a aliquet. <br />Mauris eget mi vestibulum, blandit lacus id, feugiat eros. Curabitur cursus, leo sodales ultrices maximus, nibh lorem dignissim orci, nec tristique tortor magna at arcu. Proin turpis ipsum, cursus vitae feugiat ac, iaculis at ex. Integer non luctus sapien. Nam semper dui mauris, vitae ullamcorper.<br />ipsum, cursus vitae feugiat ac, iaculis at ex. Integer non luctus sapien. Nam semper dui mauris, vitae ullamcorper.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/office-space.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"cc6c6e_0.77\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:86:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/chocolate-cake-500x500.jpg\";s:16:\"appearance_image\";s:15:\"bordered|circle\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:293:\"<h2>Signature Desserts</h2><p>Ut vitae mi varius, faucibus purus quis, laoreet enim. Maecenas consectetur turpis vel condimentum luctus. Phasellus ac tortor erat. Sed aliquam leo libero. Morbi eget maximus lacus. Pellentesque eget sollicitudin ligula. Mauris luctus at libero eu vulputate.</p>\";s:16:\"background_color\";s:6:\"ffe1a8\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"5\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:79:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/laranga-500x500.jpg\";s:16:\"appearance_image\";s:15:\"bordered|circle\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"F2D248\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:86:\"<h4>Address</h4><p>(912) 555 - 8900<br />25 Ohio St. Cleveland, MA<br />themify.me</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:182:\"<h4>Hours</h4><p><strong>MON - FRI:</strong> 9AM - 11PM<br /><strong>SAT - SUN:</strong> 5PM - 2AM<br /><span style=\"text-decoration: underline;\">Bar open only on weekends</span></p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:6:\"widget\";s:12:\"mod_settings\";a:2:{s:12:\"class_widget\";s:20:\"Themify_Social_Links\";s:15:\"instance_widget\";a:1:{s:29:\"widget-themify-social-links[5\";a:3:{s:5:\"title\";s:0:\"\";s:9:\"icon_size\";s:10:\"icon-large\";s:11:\"orientation\";s:10:\"horizontal\";}}}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:38:\"<h4>Newsletter</h4><p>[mc4wp_form]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:1:\"2\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:1:\"2\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:85:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/vintage-cups-1024x682.jpg\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"d17373_0.66\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:8;a:1:{s:9:\"row_order\";i:8;}}'),(331,2520,'_themify_builder_prebuilt_layout','yes'),(334,2570,'_thumbnail_id','4303'),(337,2570,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-company-2.jpg'),(340,2570,'_post_image_attach_id','4303'),(343,2570,'builder_switch_frontend','0'),(346,2570,'_themify_builder_settings','a:8:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:13:\"gutter-narrow\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:220:\"<h1>Company</h1><h3>Design your own company landing page with the Company Page 2 layout</h3><p>[themify_button style=\"large purple rect flat\" link=\"http://themify.me/themes/\" text=\"#ffffff\" ]Buy Now[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:1:\"%\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:15:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Leaderboard_Free1.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"8\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:5:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col5-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-android\";s:18:\"icon_color_feature\";s:6:\"4A478F\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:18:\"fa-linkedin-square\";s:18:\"icon_color_feature\";s:6:\"4A478F\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:12:\"fa-pinterest\";s:18:\"icon_color_feature\";s:6:\"4A478F\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:13:\"fa-slideshare\";s:18:\"icon_color_feature\";s:6:\"4A478F\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:4;a:2:{s:10:\"grid_class\";s:11:\"col5-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:9:\"fa-reddit\";s:18:\"icon_color_feature\";s:6:\"4A478F\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"6D69C5\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"22\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:311:\"<h3 style=\"text-align: left;\"><em>Market Industry Expertise</em></h3><ul><li style=\"text-align: left;\">Sales Revenue</li><li style=\"text-align: left;\">Cost Associated Per Lead Acquisition</li><li style=\"text-align: left;\">Online Marketing ROI</li><li style=\"text-align: left;\">Site Traffic: Lead Ratio</li></ul>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:1:\"%\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:85:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/overview_display_hero.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"700\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:47:\"<h2 style=\"text-align: center;\">OS Support</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:107:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/os_x_yosemite_2-wallpaper-1366x768-1024x576.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"22\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"22\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:19:{s:12:\"content_text\";s:282:\"<p>[themify_icon icon=\"fa-quote-left\" icon_color=\"#4A478F\" ] It takes 20 years to build a reputation and five minutes to ruin it. If you think about that, you’ll do things differently.</p><p style=\"text-align: left;\">– <em>Warren Buffett<br /></em>CEO of Berkshire Hathaway</p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"15\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:1:\"%\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:19:{s:12:\"content_text\";s:1432:\"<h4>A Vision and Strategy for the Future</h4><p class=\"alParagraph\">Diversity and inclusion are integral to Microsoft’s vision, strategy and business success. We recognize that leadership in today’s global marketplace requires that we create a corporate culture and an inclusive business environment where the best and brightest diverse minds—employees with varied perspectives, skills, and experiences--work together to meet global consumer demands. The collaboration of cultures, ideas, and different perspectives is an organizational asset and brings forth greater creativity and innovation.</p><p class=\"alParagraph\">Learn about our commitment to global diversity and inclusion, including our <a href=\"http://www.microsoft.com/about/en/xm/importedcontent/about/diversity/en/us/vision.aspx#Our Global Diversity & Inclusion Vision Statement\">vision</a>, <a href=\"http://www.microsoft.com/about/en/xm/importedcontent/about/diversity/en/us/vision.aspx#Key Growth Strategies\">strategy</a>, and plans for the future. <a href=\"http://www.microsoft.com/about/en/xm/importedcontent/about/diversity/en/us/vision.aspx\">Read More...</a></p><p class=\"alParagraph\"><a href=\"http://themify.me/demo/themes/landing/files/2015/03/microsoftlogov3.png\"><img class=\"alignnone size-full wp-image-3142\" src=\"http://themify.me/demo/themes/landing/files/2015/03/microsoftlogov3.png\" alt=\"microsoftlogov3\" width=\"94\" height=\"20\" /></a></p>\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"5\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"6D69C5\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-2-1024x683-600x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-1-1024x614-1200x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:4:\"1200\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:18:{s:12:\"content_text\";s:196:\"<h4>Join Our Team</h4><ul><li><a href=\"#\">Frontend Developer</a></li><li><a href=\"#\">Designer</a></li><li><a href=\"#\">Customer Support</a></li><li><a href=\"#\">Social Media Strategist</a></li></ul>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"15\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:1:\"%\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:19:{s:12:\"content_text\";s:992:\"<h4>Corporate Culture</h4><p><em><strong>Why work with US?</strong></em></p><p>Donec vehicula mi augue, eu vehicula lacus dapibus nec. Donec elementum tristique faucibus. Proin vitae turpis vel sem mattis egestas. Quisque vehicula, risus scelerisque porta malesuada, enim urna sodales lacus, laoreet venenatis nibh odio in metus. Donec pellentesque nisl sit amet dolor interdum, ac hendrerit elit ultricies. Vestibulum eget erat a dui porttitor blandit sed id leo. Duis commodo tincidunt dolor eu vulputate.</p><p class=\""alParagraph"\"><strong>Our Benefits:</strong></p><ul><li class=\""alParagraph"\">Work from home flexibility</li><li class=\""alParagraph"\">Competitive Salary </li><li class=\""alParagraph"\">Health Care Benefits</li><li class=\""alParagraph"\">Hardware of Choice at Work</li><li class=\""alParagraph"\">Opportunities for Growth</li><li class=\""alParagraph"\">Kitchen Snacks (Fruits, Chips, & Pop)</li></ul>\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"5\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"F4F4F4\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:8:\"maps-pro\";s:12:\"mod_settings\";a:19:{s:5:\"w_map\";s:3:\"100\";s:6:\"unit_w\";s:1:\"%\";s:5:\"h_map\";s:3:\"600\";s:6:\"unit_h\";s:2:\"px\";s:8:\"type_map\";s:7:\"ROADMAP\";s:15:\"scrollwheel_map\";s:7:\"disable\";s:13:\"draggable_map\";s:6:\"enable\";s:14:\"disable_map_ui\";s:2:\"no\";s:10:\"map_center\";s:36:\"Adelaide Street East Toronto Ontario\";s:8:\"zoom_map\";s:2:\"15\";s:7:\"markers\";a:1:{i:0;a:2:{s:7:\"address\";s:39:\"55 adelaide Street east\nToronto Ontario\";s:5:\"title\";s:10:\"Our Office\";}}s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:1:{s:9:\"row_order\";i:7;}}'),(349,2570,'_themify_builder_prebuilt_layout','yes'),(352,2578,'_thumbnail_id','4324'),(355,2578,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-app-2.jpg'),(358,2578,'_post_image_attach_id','4324'),(361,2578,'builder_switch_frontend','0'),(364,2578,'_themify_builder_settings','a:8:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:100:\"<h2 style=\"text-align: center;\">Capture Moments</h2><h3 style=\"text-align: center;\">Eye-Spy App</h3>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/jump-bg-1024x683.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"000000_0.76\";s:17:\"cover_color_hover\";s:11:\"000000_0.72\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffe733_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffbb00_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:104:\"<h2 style=\"text-align: center;\">Download</h2><h3 style=\"text-align: center;\">Available in App Store</h3>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/download.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"200\";s:10:\"link_image\";s:25:\"http://store.apple.com/us\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffe312_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:205:\"<h2 style=\"text-align: center;\">Highlights</h2><h3 style=\"text-align: center;\">I\'d imperdiet leo aliquet ut. Aenean rutrum lorem ac augue lobortis venenatis. Donec pulvinar bibendum magna id cursus. </h3>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:36:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:12:\"order_slider\";s:4:\"desc\";s:14:\"orderby_slider\";s:4:\"date\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:3:{i:0;a:3:{s:14:\"img_url_slider\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iphone6p-gold-select-2014.png\";s:16:\"img_title_slider\";s:9:\"Rose Gold\";s:18:\"img_caption_slider\";s:834:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eu mattis augue. Suspendisse lobortis elementum nunc in volutpat. Morbi vestibulum ut erat vitae luctus. Integer finibus enim sit amet accumsan posuere. In at imperdiet quam, quis placerat ipsum. Nulla facilisi. Nulla ornare a erat eu faucibus. Vivamus vel purus libero. Ut facilisis ultrices nibh, in fringilla sem venenatis nec. Praesent a sagittis justo. Duis dignissim lorem in eros aliquam cursus. Donec et enim tincidunt neque laoreet consectetur. Aenean in venenatis orci. Donec malesuada erat eget ante dignissim blandit. Praesent a efficitur lacus, id placerat eros. Suspendisse a accumsan risus, eget mattis ante.</p>\n\n[themify_button style=\"large blue rect flat\" text=\"#ffffff\" target=\"http://themify.me/demo/themes/landing/\" ] Got to Demo [/themify_button]\";}i:1;a:3:{s:14:\"img_url_slider\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iphone6p-gray-select-2014.png\";s:16:\"img_title_slider\";s:7:\"Silver \";s:18:\"img_caption_slider\";s:834:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eu mattis augue. Suspendisse lobortis elementum nunc in volutpat. Morbi vestibulum ut erat vitae luctus. Integer finibus enim sit amet accumsan posuere. In at imperdiet quam, quis placerat ipsum. Nulla facilisi. Nulla ornare a erat eu faucibus. Vivamus vel purus libero. Ut facilisis ultrices nibh, in fringilla sem venenatis nec. Praesent a sagittis justo. Duis dignissim lorem in eros aliquam cursus. Donec et enim tincidunt neque laoreet consectetur. Aenean in venenatis orci. Donec malesuada erat eget ante dignissim blandit. Praesent a efficitur lacus, id placerat eros. Suspendisse a accumsan risus, eget mattis ante.</p>\n\n[themify_button style=\"large blue rect flat\" text=\"#ffffff\" target=\"http://themify.me/demo/themes/landing/\" ] Got to Demo [/themify_button]\";}i:2;a:3:{s:14:\"img_url_slider\";s:91:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iphone6p-silver-select-2014.png\";s:16:\"img_title_slider\";s:11:\"Space Gray \";s:18:\"img_caption_slider\";s:834:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eu mattis augue. Suspendisse lobortis elementum nunc in volutpat. Morbi vestibulum ut erat vitae luctus. Integer finibus enim sit amet accumsan posuere. In at imperdiet quam, quis placerat ipsum. Nulla facilisi. Nulla ornare a erat eu faucibus. Vivamus vel purus libero. Ut facilisis ultrices nibh, in fringilla sem venenatis nec. Praesent a sagittis justo. Duis dignissim lorem in eros aliquam cursus. Donec et enim tincidunt neque laoreet consectetur. Aenean in venenatis orci. Donec malesuada erat eget ante dignissim blandit. Praesent a efficitur lacus, id placerat eros. Suspendisse a accumsan risus, eget mattis ante.</p>\n\n[themify_button style=\"large blue rect flat\" text=\"#ffffff\" target=\"http://themify.me/demo/themes/landing/\" ] Got to Demo [/themify_button]\";}}s:20:\"video_content_slider\";a:1:{i:0;a:0:{}}s:19:\"text_content_slider\";a:1:{i:0;a:0:{}}s:13:\"layout_slider\";s:13:\"slider-agency\";s:12:\"img_w_slider\";s:3:\"400\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:13:\"height_slider\";s:8:\"variable\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:55:\"<h4 style=\"text-align: center;\">Amazing Time Lapse</h4>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Timelapse_Flower.mp4\";s:16:\"background_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/flower-bg.png\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:44:\"<h2 style=\"text-align: center;\">Gallery</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"gallery\";s:12:\"mod_settings\";a:18:{s:14:\"layout_gallery\";s:8:\"showcase\";s:17:\"shortcode_gallery\";s:30:\"[gallery ids=\"2585,2588,2555\"]\";s:15:\"thumb_w_gallery\";s:2:\"80\";s:15:\"thumb_h_gallery\";s:2:\"60\";s:18:\"appearance_gallery\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:219:\"<h2 style=\"text-align: center;\">FAQ</h2><p style=\"text-align: center;\">Click button below to expand to see our FAQ Page. Button below was built using our <a href=\"http://themify.me/addons/button\">Button Addon</a>.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:857:\"<h4>What is your refund policy?</h4><p>Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus. In sagittis feugiat mauris, in ultrices mauris lacinia eu. Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu.</p><h4 id=\"2\">Can the app do this?</h4><p>Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Mauris mattis est quis dolor venenatis vitae pharetra diam gravida. Vivamus dignissim, ligula vel ultricies varius, nibh velit pretium leo, vel placerat ipsum risus luctus purus.</p>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\".8\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:853:\"<h4 id=\"2\">Do you guys provide this?</h4><p>Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Mauris mattis est quis dolor venenatis vitae pharetra diam gravida. Vivamus dignissim, ligula vel ultricies varius, nibh velit pretium leo, vel placerat ipsum risus luctus purus.</p><h4>Does it work with?</h4><p>Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus. In sagittis feugiat mauris, in ultrices mauris lacinia eu. Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu.</p>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\".8\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:48:\"<h4>Subscribe to Themify</h4><p>[mc4wp_form]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:1:{s:9:\"row_order\";i:7;}}'),(367,2578,'_themify_builder_prebuilt_layout','yes'),(370,2591,'_thumbnail_id','4325'),(373,2591,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-app-page-3.jpg'),(376,2591,'_post_image_attach_id','4325'),(379,2591,'builder_switch_frontend','0'),(382,2591,'_themify_builder_settings','a:7:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:20:{s:12:\"content_text\";s:33:\"<h1>Design: App Landing Page</h1>\";s:16:\"background_color\";s:11:\"36a87c_0.65\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\".5\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:2:\"10\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\".5\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:1:\"5\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:103:\"<p>Visually appealing landing page designs help your users navigate and enjoy visiting your site. </p>\";s:16:\"background_color\";s:11:\"474747_0.67\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:2:\"10\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:67:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/mac.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:6:\"slider\";s:17:\"background_slider\";s:30:\"[gallery ids=\"2592,2593,2594\"]\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"38bd8a\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:17:\"<h2>FEATURES</h2>\";s:11:\"font_family\";s:7:\"default\";s:11:\"line_height\";s:1:\"0\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/nexus-iggy.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"800\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"30\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:139:\"<p><strong>WooCommerce</strong><br /> All Themify theme are WooCommerce compatible. Transforming your site to become an eCommerce site.</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"4\";s:20:\"circle_color_feature\";s:6:\"38bd8a\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-credit-card\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:146:\"<p><strong>Header Design</strong><br />Choose from a preset header design layouts, and choose which header element you would like to appear. </p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"4\";s:20:\"circle_color_feature\";s:6:\"38bd8a\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:9:\"fa-header\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:210:\"<p><strong>25+ Page Layouts</strong><br />We\'ve designed over 25 page layouts that can be easily imported on any page. Simply use the Builder import and upload the page layout you would like on your page. </p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"4\";s:20:\"circle_color_feature\";s:6:\"38bd8a\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:12:\"fa-file-text\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:18:\"<h2>PORTFOLIO</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:38:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:21:\"posts_per_page_slider\";s:1:\"4\";s:12:\"order_slider\";s:4:\"desc\";s:14:\"orderby_slider\";s:4:\"date\";s:14:\"display_slider\";s:4:\"none\";s:22:\"hide_post_title_slider\";s:2:\"no\";s:18:\"img_content_slider\";a:3:{i:0;a:3:{s:14:\"img_url_slider\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iqlYdAAYQiaOCoKnT6jE_kabia.jpg\";s:16:\"img_title_slider\";s:14:\"View-spiration\";s:18:\"img_caption_slider\";s:261:\"Morbi augue lacus, malesuada id cursus a, consequat vel risus. Fusce non lectus nibh. Quisque tempor augue ut porttitor auctor. Suspendisse iaculis diam non est ultrices rhoncus. Maecenas placerat tempor mi ut pharetra. Donec eget ex ac magna elementum laoreet.\";}i:1;a:3:{s:14:\"img_url_slider\";s:96:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/photo-1421809313281-48f03fa45e9f.jpg\";s:16:\"img_title_slider\";s:13:\"Event Horizon\";s:18:\"img_caption_slider\";s:261:\"Morbi augue lacus, malesuada id cursus a, consequat vel risus. Fusce non lectus nibh. Quisque tempor augue ut porttitor auctor. Suspendisse iaculis diam non est ultrices rhoncus. Maecenas placerat tempor mi ut pharetra. Donec eget ex ac magna elementum laoreet.\";}i:2;a:3:{s:14:\"img_url_slider\";s:96:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/photo-1423753623104-718aaace6772.jpg\";s:16:\"img_title_slider\";s:9:\"Dream Big\";s:18:\"img_caption_slider\";s:261:\"Morbi augue lacus, malesuada id cursus a, consequat vel risus. Fusce non lectus nibh. Quisque tempor augue ut porttitor auctor. Suspendisse iaculis diam non est ultrices rhoncus. Maecenas placerat tempor mi ut pharetra. Donec eget ex ac magna elementum laoreet.\";}}s:20:\"video_content_slider\";a:1:{i:0;a:0:{}}s:19:\"text_content_slider\";a:1:{i:0;a:0:{}}s:13:\"layout_slider\";s:13:\"slider-agency\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:13:\"height_slider\";s:8:\"variable\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"616161_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"38bd8a\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:15:\"<h2>DESIGN</h2>\";s:11:\"font_family\";s:7:\"default\";s:11:\"line_height\";s:1:\"0\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:260:\"<h2>vfx/design reel 2012</h2><p>Suspendisse eros quam, interdum quis velit id, elementum aliquam odio. In hendrerit eu turpis a porta. Cras libero erat, dictum in mattis vel, interdum id arcu. Mauris ut interdum ex. Suspendisse varius nec dolor id aliquam.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:9:\"video-top\";s:9:\"url_video\";s:26:\"https://vimeo.com/57005606\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:13:\"gutter-narrow\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:138:\"<p> </p><p><strong>FRIDAY 12TH APR 2012</strong></p><h3>Epic Fight Tonight</h3><p><a href=\"http://themify.me/themes\">READ MORE...</a></p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"line_height\";s:1:\"1\";s:16:\"line_height_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:146:\"<p> </p><p><strong>MONDAY 22TH DEC 2014</strong></p><h3>Mojo Top Ten Youtube Shows</h3><p><a href=\"http://themify.me/themes\">READ MORE...</a></p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"line_height\";s:1:\"1\";s:16:\"line_height_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:162:\"<p> </p><p><strong>WEDNESDAY 2TH JAN 2015</strong></p><h3>Together we stand, expect me to be there</h3><p><a href=\"http://themify.me/themes\">READ MORE...</a></p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"line_height\";s:1:\"1\";s:16:\"line_height_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:160:\"<p> </p><p><strong>TUESDAY 8TH SEPT 2016</strong></p><h3>Wolf Shout Shoot Out, Any Given Sunday</h3><p><a href=\"http://themify.me/themes\">READ MORE...</a></p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"line_height\";s:1:\"1\";s:16:\"line_height_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"2dad7c_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"3\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"3\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:93:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/3791963712_cca06f69cc-500x500.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:0:{}}}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:154:\"<p style=\"text-align: center;\"><a href=\"http://themify.me/themes\">TELL US WHAT YOU THINK</a></p><h2 style=\"text-align: center;\">Send Us Your FeedBack</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"000000_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:6:\"428BCA\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:1:{s:9:\"row_order\";i:6;}}'),(385,2591,'_themify_builder_prebuilt_layout','yes'),(388,2600,'_thumbnail_id','4322'),(391,2600,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-ebook-page.jpg'),(394,2600,'_post_image_attach_id','4322'),(397,2600,'builder_switch_frontend','0'),(400,2600,'_themify_builder_settings','a:6:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:436:\"<h1 style=\"text-align: left;\">Landing Ebook Page</h1><p style=\"text-align: left;\">With the rise of eBooks, making an effective landing page for it is essential. Create a page that showcases a synopsis, point out what people will expect, where your eBook can be viewed, and maybe even add a little about yourself. </p><p>[themify_button style=\"xlarge rect white outline\" link=\"http://themify.me\" ] Get it Now [/themify_button] </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/15995240.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"370\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"700696_0.60\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"8\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:59:\"<h2 style=\"text-align: center;\">What People are Saying</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:216:\"<h3 style=\"text-align: left;\">Ben</h3><p style=\"text-align: left;\">Aenean a massa facilisis, ullamcorper massa rutrum, commodo arcu. In maximus efficitur laoreet. Praesent iaculis mauris ut suscipit consectetur. </p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:7:\"fa-star\";s:18:\"icon_color_feature\";s:6:\"2ec2b8\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:323:\"<h3 style=\"text-align: left;\">Marem</h3><p style=\"text-align: left;\">Pellentesque id hendrerit lacus, quis viverra justo. Integer nec leo pretium, mattis nulla vel, facilisis eros. Donec quis pharetra elit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Vestibulum vel aliquet augue, eget accumsan justo.</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:9:\"fa-female\";s:18:\"icon_color_feature\";s:6:\"2ec2b8\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:126:\"<h3 style=\"text-align: left;\">Hazel</h3><p>Quis viverra justo. Integer nec leo pretium, mattis nulla vel, facilisis ero!!!</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:12:\"fa-thumbs-up\";s:18:\"icon_color_feature\";s:6:\"2ec2b8\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:329:\"<h3 style=\"text-align: left;\">Anonymous</h3><p style=\"text-align: left;\">Vestibulum vel aliquet augue, eget accumsan justo. Pellentesque id hendrerit lacus, quis viverra justo. Integer nec leo pretium, mattis nulla vel, facilisis eros. Donec quis pharetra elit. Interdum et malesuada fames ac ante ipsum primis in faucibus. </p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-child\";s:18:\"icon_color_feature\";s:6:\"2ec2b8\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:187:\"<h3 style=\"text-align: left;\">Scott</h3><p style=\"text-align: left;\">, mattis nulla vel, facilisis eros. Donec quis pharetra elit. Vestibulum vel aliquet augue, eget accumsan justo. </p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-check\";s:18:\"icon_color_feature\";s:6:\"2ec2b8\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:15:\"content_feature\";s:201:\"<h3 style=\"text-align: left;\">Nicola</h3><p style=\"text-align: left;\">Odio quis laoreet vestibulum. Integer faucibus augue mauris. Nullam commodo tortor eu est tincidunt, non suscipit leo molestie.</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-heart\";s:18:\"icon_color_feature\";s:6:\"2ec2b8\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"2ec2b8\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:359:\"<h2 style=\"text-align: center;\">Read on any device</h2><p style=\"text-align: center;\">Read this eBook in different formats through any device. On-the-go connected whether on your mobile, tablet, or desktop. Auto-bookmark feature also makes sure that you never forget where you left off. Display the look and feel of your eBook by inserting an image below.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:101:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Screen-Shot-2015-02-02-at-11.03.07-PM.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"800\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:5:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:51:\"<h2 style=\"text-align: center;\">ebook overview</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/106427069.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:487:\"<h3>Chapter 1</h3><p>Nulla nec augue a risus iaculis viverra vel non eros. Praesent ornare, sem faucibus auctor luctus, neque ipsum viverra nulla, eget consequat nulla mi nec felis. Nunc fringilla, metus sed laoreet dictum, nisl ligula dictum risus, et fringilla nunc sapien ullamcorper purus. Nunc venenatis ex ac eros venenatis, eget aliquam elit dignissim. Sed vitae ante vel arcu sagittis tristique eget at nulla. Metus sed laoreet dictum, nisl ligula dictum risus, et fringilla.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:590:\"<h3>Chapter 2</h3><p>Et fringilla nunc sapien ullamcorper purus. Nunc venenatis ex ac eros venenatis, eget aliquam elit dignissim. Sed vitae ante vel arcu sagittis tristique eget at nulla. Nulla nec augue a risus iaculis viverra vel non eros. Praesent ornare, sem faucibus auctor luctus, neque ipsum viverra nulla, eget consequat nulla mi nec felis. Nunc fringilla, metus sed laoreet dictum, nisl ligula dictum risus, et fringilla nunc sapien ullamcorper purus. Nunc venenatis ex ac eros venenatis, eget aliquam elit dignissim. Sed vitae ante vel arcu sagittis tristique eget at nulla.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/103961865.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/148404666.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:391:\"<h3>Chapter 3</h3><p>Praesent ornare, sem faucibus auctor luctus, neque ipsum viverra nulla, eget consequat nulla mi nec felis. Nunc fringilla, metus sed laoreet Et fringilla nunc sapien ullamcorper purus. Nunc venenatis ex ac eros venenatis, eget aliquam elit dignissim. Sed vitae ante vel arcu sagittis tristique eget at nulla. Nulla nec augue a risus iaculis viverra vel non eros. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"000000_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:53:\"<h2 style=\"text-align: center;\">About the Author</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/131227259.jpg\";s:16:\"appearance_image\";s:14:\"rounded|circle\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:1597:\"<h3>John Doe</h3><p>[themify_icon icon=\"fa-facebook\" style=\"large\" link=\"https://www.facebook.com/themify\" icon_color=\"#000000\" ]</p><p>[themify_icon icon=\"fa-twitter\" style=\"large\" link=\"https://twitter.com/themify\" icon_color=\"#000000\" ]</p><p>[themify_icon icon=\"fa-instagram\" style=\"large\" link=\"http://instagram.com/\" icon_color=\"#000000\" ]</p><p>Nulla nec augue a risus iaculis viverra vel non eros. Praesent ornare, sem faucibus auctor luctus, neque ipsum viverra nulla, eget consequat nulla mi nec felis. Nunc fringilla, metus sed laoreet dictum, nisl ligula dictum risus, et fringilla nunc sapien ullamcorper purus. Nunc venenatis ex ac eros venenatis, eget aliquam elit dignissim. Sed vitae ante vel arcu sagittis tristique eget at nulla. Metus sed laoreet dictum, nisl ligula dictum risus, et fringilla. Nunc fringilla, metus sed laoreet dictum, nisl ligula dictum risus, et fringilla nunc sapien ullamcorper purus. Nunc venenatis ex ac eros venenatis</p><p>Morbi quam ante, malesuada id placerat sit amet, sodales nec erat. Ut imperdiet turpis a purus bibendum tincidunt a sagittis elit. Aliquam non dui feugiat ex ornare tempor. Nunc ac ornare nunc. Vestibulum sagittis imperdiet purus, eget volutpat neque rhoncus vel. Pellentesque nunc dui, consequat et erat eu, lobortis malesuada sapien. Vestibulum metus magna, pharetra eu nibh porttitor, iaculis fermentum neque. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec pharetra, felis a bibendum aliquam, nisi turpis aliquet dui, quis consequat dolor libero quis ante. In hac habitasse platea dictumst.</p><p> </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:1:{s:9:\"row_order\";i:5;}}'),(403,2600,'_themify_builder_prebuilt_layout','yes'),(406,4319,'_wp_attached_file','2015/07/thumb-portfolio-3.jpg'),(409,4319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2015/07/thumb-portfolio-3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"thumb-portfolio-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(412,4319,'_themify_builder_prebuilt_layout','yes'),(415,4320,'_wp_attached_file','2015/07/thumb-shop.jpg'),(418,4320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2015/07/thumb-shop.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"thumb-shop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(421,4320,'_themify_builder_prebuilt_layout','yes'),(424,4321,'_wp_attached_file','2015/07/thumb-restaurant.jpg'),(427,4321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2015/07/thumb-restaurant.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-restaurant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(430,4321,'_themify_builder_prebuilt_layout','yes'),(433,4322,'_wp_attached_file','2015/07/thumb-ebook-page.jpg'),(436,4322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2015/07/thumb-ebook-page.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-ebook-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(439,4322,'_themify_builder_prebuilt_layout','yes'),(442,4323,'_wp_attached_file','2015/07/thumb-agency-2.jpg'),(445,4323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2015/07/thumb-agency-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"thumb-agency-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(448,4323,'_themify_builder_prebuilt_layout','yes'),(451,4326,'_wp_attached_file','2015/07/thumb-app-page.jpg'),(454,4326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2015/07/thumb-app-page.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"thumb-app-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(457,4326,'_themify_builder_prebuilt_layout','yes'),(460,4327,'_wp_attached_file','2015/07/thumb-coming-soon.jpg'),(463,4327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2015/07/thumb-coming-soon.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"thumb-coming-soon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(466,4327,'_themify_builder_prebuilt_layout','yes'),(469,2607,'_thumbnail_id','4307'),(472,2607,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-ebook-2.jpg'),(475,2607,'_post_image_attach_id','4307'),(478,2607,'builder_switch_frontend','0'),(481,2607,'_themify_builder_settings','a:12:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/EE4Cover.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"50\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:55:\"<h1 style=\"text-align: center;\">Ebook Landing Page</h1>\";s:11:\"font_family\";s:7:\"default\";}}i:3;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:604:\"<p style=\"text-align: center;\"><em>Create your own custom Ebook landing page with the Themify Landing Theme. Get this built-in page layout now by importing it on your site. By the way, did we mention that the Landing theme also comes with 10 new layouts? Get it now or check out the other demos below. </em></p><p style=\"text-align: center;\">[themify_button style=\"large gray rect flat\" link=\"http://themify.me/demo/themes/ultra\" text=\"#ffffff\" ]More Demos[/themify_button] [themify_button style=\"large orange rect flat\" link=\"http://themify.me/themes\" text=\"#ffffff\" ]Buy Themes[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"a4dbc6\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"000000_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-google-plus\";s:18:\"icon_color_feature\";s:6:\"ffffff\";s:15:\"icon_bg_feature\";s:6:\"DB4538\";s:12:\"link_feature\";s:73:\"https://plus.google.com/u/0/b/109280316400365629341/109280316400365629341\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:6:\"ffffff\";s:15:\"icon_bg_feature\";s:6:\"3D5B99\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:6:\"ffffff\";s:15:\"icon_bg_feature\";s:6:\"0084B7\";s:12:\"link_feature\";s:27:\"https://twitter.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-youtube\";s:18:\"icon_color_feature\";s:6:\"ffffff\";s:15:\"icon_bg_feature\";s:6:\"F10000\";s:12:\"link_feature\";s:38:\"https://www.youtube.com/user/themifyme\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:7:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:186:\"<h3 style=\"text-align: center;\"><em>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sodales convallis ipsum malesuada malesuada. Sed in elit et eros ullamcorper.</em></h3>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:2:\"40\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:2:\"40\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"60\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:11:\"000000_1.00\";s:16:\"border_top_width\";s:1:\"5\";s:16:\"border_top_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:708:\"<p><strong>Proin non aliquam massa, vehicula gravida nibh.</strong> Vestibulum eu lectus imperdiet, suscipit odio in, aliquam arcu. Etiam consequat mollis bibendum. Sed euismod ac elit eget ultrices.</p><p>Proin in ligula sit amet orci scelerisque venenatis. Nam id turpis rhoncus, consectetur purus ut, rhoncus elit. Ut suscipit eget lacus id dictum. Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.Mauris eget ultricies urna. Maecenas convallis dictum hendrerit. Phasellus scelerisque lacus imperdiet turpis iaculis tristique.Praesent dapibus interdum lorem nec tempor. Maecenas finibus tristique neque, id placerat lorem venenatis vitae.</p>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:70:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/page_3.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"560\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:129:\"<h3 style=\"text-align: center;\"><em>Nulla sodales convallis ipsum malesuada malesuada. Sed in elit et eros ullamcorper.</em></h3>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:2:\"40\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:2:\"60\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"60\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:11:\"000000_1.00\";s:16:\"border_top_width\";s:1:\"5\";s:16:\"border_top_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:297:\"<p>[themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] Nulla sodales ipsum<br />[themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] Maecenas dictum.<br />[themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] In lacus id velit.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:293:\"<p>[themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] No nvallis ipsum<br />[themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] Ma vallis dictum<br />[themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] Tellus lacus velit</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:5;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:244:\"<h3 style=\"text-align: center;\"><span style=\"color: #00a462;\"><em>\"Suspendisse ut scelerisque dui. Aliquam cursus finibus sem eget auctor.\"</em></span></h3><p style=\"text-align: center;\"><span style=\"color: #7c7b7b;\">- Robert Connely</span></p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:11:\"000000_1.00\";s:16:\"border_top_width\";s:1:\"5\";s:16:\"border_top_style\";s:5:\"solid\";}}i:6;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:239:\"<h3 style=\"text-align: center;\"><em>Get this Layout Page Now</em></h3><p style=\"text-align: center;\">[themify_button style=\"large green rect flat\" link=\"http://themify.me/themes/ultra\" text=\"#ffffff\" ]Get this Theme [/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:19:\"border_bottom_color\";s:6:\"000000\";s:19:\"border_bottom_width\";s:1:\"5\";s:19:\"border_bottom_style\";s:5:\"solid\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:276:\"<h2 style=\"text-align: center;\">Show Your Ebook Below</h2><p style=\"text-align: center;\"><span style=\"color: #7c7b7b;\">Use the Slider module to display pages in your Ebook or any images. Below is just a sample that I Googled up.</span></p><p style=\"text-align: center;\"> </p>\";s:11:\"font_family\";s:7:\"default\";}}i:2;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:36:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:12:\"order_slider\";s:4:\"desc\";s:14:\"orderby_slider\";s:4:\"date\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:3:{i:0;a:1:{s:14:\"img_url_slider\";s:70:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/page_1.png\";}i:1;a:1:{s:14:\"img_url_slider\";s:70:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/page_2.jpg\";}i:2;a:1:{s:14:\"img_url_slider\";s:70:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/page_3.jpg\";}}s:20:\"video_content_slider\";a:1:{i:0;a:0:{}}s:19:\"text_content_slider\";a:1:{i:0;a:0:{}}s:13:\"layout_slider\";s:14:\"slider-default\";s:12:\"img_w_slider\";s:3:\"600\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:13:\"height_slider\";s:8:\"variable\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:104:\"<h3 style=\"text-align: center;\"><em>Below is a sample document that is used for this demo page</em></h3>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/sample_doc.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"800\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:109:\"<h3 style=\"text-align: center;\"><em>This is another sample document to showcase various ebook pages</em></h3>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:77:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/ebook-example.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"800\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/sample_doc.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"800\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/EE4Cover.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"250\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:243:\"<h4>Subscribe to Themify Newsletter</h4><p>We\'ve got a lot of things in store for all of you. New system updates, themes, extendable Addons, and promotions! Be sure to stay connected by being a part of our mailing list. <br />[mc4wp_form]</p>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"F2F1F1\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:53:\"<h2 style=\"text-align: center;\">About the Author</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/157472372.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:11:{s:12:\"content_text\";s:969:\"<h3 style=\"text-align: center;\"><em>Nulla sodales convallis ipsum malesuada malesuada. Maecenas finibus tristique neque, id placerat lorem venenatis vitael</em></h3><p style=\"text-align: center;\">Mauris eget ultricies urna. Maecenas convallis dictum hendrerit. Phasellus scelerisque lacus imperdiet turpis iaculis tristique. Nam ornare, dui id faucibus tincidunt, ante lorem congue nibh.<br />Vitae auctor purus arcu et libero. Nullam semper, urna in efficitur consectetur, ipsum leo aliquam nisi, in ornare tellus lacus id velit. Pellentesque vulputate ipsum eu porta aliquam. Mauris pretium nunc sed metus vulputate interdum.<br />Nunc nunc magna, porttitor sed pretium eget, gravida quis odio. Nunc sit amet pellentesque est. Donec in diam vehicula, eleifend orci a, pretium elit. Donec aliquet efficitur mauris, vel dictum justo fringilla facilisis. Suspendisse ut scelerisque dui. Aliquam cursus finibus sem eget auctor. Nunc gravida pretium nibh in placerat.</p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:8;a:4:{s:9:\"row_order\";i:8;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:11:{s:12:\"content_text\";s:510:\"<h3 style=\"text-align: center;\">Hear What People are Saying...</h3><p style=\"text-align: center;\"><em>\"Nunc nunc magna, porttitor sed pretium eget, gravida quis odio. Nunc sit amet pellentesque est. Donec in diam vehicula, eleifend orci a, pretium elit. Donec aliquet efficitur mauris, vel dictum justo fringilla facilisis. Suspendisse ut scelerisque dui. Aliquam cursus finibus sem eget auctor. Nunc gravida pretium nibh in placerat.\"</em></p><p style=\"text-align: center;\">- <strong>Scott Maxter</strong></p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/user_jolie.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/141627649.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/157472372.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/164990474.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"F2F1F1\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:9;a:4:{s:9:\"row_order\";i:9;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:60:\"<h2 style=\"text-align: center;\">Get the Ebook 2 Layout</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/EE4Cover.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"350\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:846:\"<h1><span style=\"color: #90c356;\">$49</span></h1><p>[themify_button style=\"large green rect flat\" link=\"http://themify.me/themes\" text=\"#ffffff\" ]Buy Now[/themify_button]<br /> <br /> [themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] Nulla sodales convallis ipsum<br /> [themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] Maecenas convallis dictum.<br /> [themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] In ornare tellus lacus id velit.<br /> [themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] Nulla sodales convallis ipsum<br /> [themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] Maecenas convallis dictum<br /> [themify_icon icon=\"fa-check-circle\" style=\"large\" icon_color=\"#00A462\" ] In ornare tellus lacus id velit.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:10;a:4:{s:9:\"row_order\";i:10;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:5:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col5-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:15:\"icon_bg_feature\";s:6:\"201E1C\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:15:\"icon_bg_feature\";s:6:\"201E1C\";s:12:\"link_feature\";s:27:\"https://twitter.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-google-plus\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:15:\"icon_bg_feature\";s:6:\"201E1C\";s:12:\"link_feature\";s:73:\"https://plus.google.com/u/0/b/109280316400365629341/109280316400365629341\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:6:\"fa-rss\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:12:\"link_feature\";s:20:\"https://www.rss.com/\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:4;a:2:{s:10:\"grid_class\";s:11:\"col5-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-linkedin\";s:18:\"icon_color_feature\";s:6:\"7B7A7A\";s:12:\"link_feature\";s:25:\"https://www.linkedin.com/\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:18:{s:12:\"content_text\";s:286:\"<div class=\"one\" style=\"text-align: center;\">© <a href=\"http://themify.me/demo/themes/ultra\">Ultra</a> 2015</div>\n<div class=\"two\" style=\"text-align: center;\">Powered by <a href=\"http://wordpress.org/\">WordPress</a> • <a href=\"http://themify.me/\">Themify WordPress Themes</a></div>\n\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"201E1C\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:11;a:1:{s:9:\"row_order\";i:11;}}'),(484,2607,'_themify_builder_prebuilt_layout','yes'),(487,3876,'_thumbnail_id','4327'),(490,3876,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-coming-soon.jpg'),(493,3876,'_post_image_attach_id','4327'),(496,3876,'builder_switch_frontend','0'),(499,3876,'_themify_builder_settings','a:2:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:7:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:43:\"<h2 style=\"text-align: center;\">Coming</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:9:\"countdown\";s:12:\"mod_settings\";a:18:{s:18:\"mod_date_countdown\";s:19:\"2017-05-30 00:00:00\";s:15:\"color_countdown\";s:11:\"transparent\";s:21:\"done_action_countdown\";s:7:\"nothing\";s:11:\"font_family\";s:7:\"default\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"30\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:5:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col5-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-google-plus\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"7B7A7A\";s:12:\"link_feature\";s:73:\"https://plus.google.com/u/0/b/109280316400365629341/109280316400365629341\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"7B7A7A\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"7B7A7A\";s:12:\"link_feature\";s:27:\"https://twitter.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:6:\"fa-rss\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"7B7A7A\";s:12:\"link_feature\";s:20:\"https://www.rss.com/\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:4;a:2:{s:10:\"grid_class\";s:11:\"col5-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-linkedin\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"7B7A7A\";s:12:\"link_feature\";s:25:\"https://www.linkedin.com/\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:4;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:189:\"<p>**Purchase the <a href=\"http://themify.me/addons/contact\">Contact</a> & <a href=\"http://themify.me/addons/contact\">Button</a> Addon to recreate the contact/button layout below**</p>\n\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:5;a:2:{s:8:\"mod_name\";s:6:\"button\";s:12:\"mod_settings\";a:21:{s:10:\"link_label\";s:20:\"Subscribe Newsletter\";s:12:\"param_button\";s:1:\"|\";s:12:\"color_button\";s:5:\"black\";s:17:\"appearance_button\";s:1:\"|\";s:11:\"type_button\";s:14:\"modules_reveal\";s:30:\"modules_reveal_behavior_button\";s:6:\"toggle\";s:22:\"show_less_label_button\";s:4:\"Hide\";s:11:\"font_family\";s:7:\"default\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:1:\"%\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:6;a:2:{s:8:\"mod_name\";s:7:\"contact\";s:12:\"mod_settings\";a:16:{s:14:\"layout_contact\";s:6:\"style3\";s:20:\"field_captcha_active\";s:1:\"|\";s:21:\"field_sendcopy_active\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:97:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/christoph_pantel-slow_motion_drop.mp4\";s:16:\"background_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/coming-soon-page.png\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"000000_0.39\";s:17:\"cover_color_hover\";s:11:\"000000_0.37\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:1:{s:9:\"row_order\";i:1;}}'),(502,3876,'_themify_builder_prebuilt_layout','yes'),(505,3879,'_thumbnail_id','4313'),(508,3879,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-fullscreen.jpg'),(511,3879,'_post_image_attach_id','4313'),(514,3879,'builder_switch_frontend','0'),(517,3879,'_themify_builder_settings','a:2:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:19:{s:12:\"content_text\";s:416:\"<h4>Subscribe to Themify</h4><p>We\'ve got a lot of things in store for all of you. New system updates, themes, extendable Addons, and promotions! Be sure to stay connected by being a part of our mailing list. </p><p>**To recreate a similar looking form as our demo. Download and activate the free <a href=\"https://wordpress.org/plugins/mailchimp-for-wp/\">MailChimp WordPress Lite plugin</a>.*</p><p>[mc4wp_form]</p>\";s:16:\"background_color\";s:11:\"ffffff_0.80\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"8\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"8\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:85:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/cloudsoverthemountain.mp4\";s:16:\"background_image\";s:79:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/fullscreen-page.png\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"c2c1d4_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:1:{s:9:\"row_order\";i:1;}}'),(520,3879,'_themify_builder_prebuilt_layout','yes'),(523,3883,'_thumbnail_id','4311'),(526,3883,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-fullscreen-2.jpg'),(529,3883,'_post_image_attach_id','4311'),(532,3883,'builder_switch_frontend','0'),(535,3883,'_themify_builder_settings','a:2:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:5:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/heart288.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:137:\"<h1 style=\"text-align: center;\">FitTrack</h1><p style=\"text-align: center;\"><strong>Take the first step to healthier living!</strong></p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/app-store.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"20\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:27:\"https://twitter.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"5A71BB\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/biggest_left_large.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/ScreenFlow.mp4\";s:16:\"background_image\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/fullscreen-2.png\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"3d3d3d_0.25\";s:17:\"cover_color_hover\";s:11:\"3d3d3d_0.21\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"4\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"4\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"4\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"4\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:1:{s:9:\"row_order\";i:1;}}'),(538,3883,'_themify_builder_prebuilt_layout','yes'),(541,3889,'_thumbnail_id','4315'),(544,3889,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-personal-page.jpg'),(547,3889,'_post_image_attach_id','4315'),(550,3889,'builder_switch_frontend','0'),(553,3889,'_themify_builder_settings','a:9:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/164990474.jpg\";s:16:\"appearance_image\";s:14:\"rounded|circle\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:445:\"<h3 style=\"text-align: center;\">Catherine Moon</h3><p style=\"text-align: center;\"><em>UI Designer</em></p><p style=\"text-align: center;\">[themify_icon icon=\"fa-facebook\" link=\"https://www.facebook.com/themify\" style=\"xlarge\"] [themify_icon icon=\"fa-twitter\" link=\"https://twitter.com/themify\" style=\"xlarge\"] [themify_icon icon=\"fa-google-plus\" link=\"https://plus.google.com/u/2/b/109280316400365629341/109280316400365629341\" style=\"xlarge\"]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:52:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/stockholm1.mp4\";s:24:\"background_video_options\";s:4:\"mute\";s:16:\"background_image\";s:86:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/personal-page-fallback.png\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"5d6366_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:7:\"welcome\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/197457623.jpg\";s:16:\"appearance_image\";s:14:\"rounded|circle\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:707:\"<p>Hi! My names Stephanie Moon. Welcome to my personal page that I\'ve designed to showcase my skills and expertise that I\'ve accumulated over the year. I\'ve also placed a contact form below and all my social links on my header, feel free to connect with me. I\'d love to be given the opportunity to hear from you.</p><h4>A Little Bit About Me...</h4><p>I\'m a UI Designer with over 10 years experience in web design and content marketing. I\'m very fortunate to be given the opportunity to work for amazing companies that allowed me to grow with my skills as a UI designer. Aside from that experience, I\'ve also been a very passionate tech writer. Blogging content that focuses on increasing a site SEO. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:5:\"about\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:429:\"<h2 style=\"text-align: center;\">My Skills</h2><p style=\"text-align: center;\">Below is a breakdown of my skills in both design and programming. I\'ve created an animated bar graph that showcases the level of expertise I have for each of them. </p><p style=\"text-align: center;\">**Purchase the <a href=\"http://themify.me/addons/progress-bar\">Progress Bar Addon</a> to get the same looking progress bar to show off your skills**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:11:\"progressbar\";s:12:\"mod_settings\";a:16:{s:21:\"mod_title_progressbar\";s:6:\"Design\";s:13:\"progress_bars\";a:4:{i:0;a:3:{s:9:\"bar_label\";s:9:\"Photoshop\";s:14:\"bar_percentage\";s:2:\"90\";s:9:\"bar_color\";s:11:\"e267eb_1.00\";}i:1;a:3:{s:9:\"bar_label\";s:11:\"Illustrator\";s:14:\"bar_percentage\";s:2:\"80\";s:9:\"bar_color\";s:11:\"e86464_1.00\";}i:2;a:3:{s:9:\"bar_label\";s:8:\"Indesign\";s:14:\"bar_percentage\";s:2:\"70\";s:9:\"bar_color\";s:11:\"ffcb5c_1.00\";}i:3;a:3:{s:9:\"bar_label\";s:5:\"Corel\";s:14:\"bar_percentage\";s:2:\"60\";s:9:\"bar_color\";s:11:\"949494_1.00\";}}s:20:\"hide_percentage_text\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:11:\"progressbar\";s:12:\"mod_settings\";a:16:{s:21:\"mod_title_progressbar\";s:11:\"Programming\";s:13:\"progress_bars\";a:4:{i:0;a:3:{s:9:\"bar_label\";s:4:\"HTML\";s:14:\"bar_percentage\";s:2:\"80\";s:9:\"bar_color\";s:11:\"68d2ed_1.00\";}i:1;a:3:{s:9:\"bar_label\";s:3:\"CSS\";s:14:\"bar_percentage\";s:2:\"73\";s:9:\"bar_color\";s:11:\"eb659f_1.00\";}i:2;a:3:{s:9:\"bar_label\";s:2:\"JS\";s:14:\"bar_percentage\";s:2:\"65\";s:9:\"bar_color\";s:11:\"ff36de_1.00\";}i:3;a:3:{s:9:\"bar_label\";s:3:\"PHP\";s:14:\"bar_percentage\";s:2:\"30\";s:9:\"bar_color\";s:11:\"9ec737_1.00\";}}s:20:\"hide_percentage_text\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"edf6ff_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:6:\"skills\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:216:\"<h2 style=\"text-align: center;\">Work Experience</h2><p style=\"text-align: center;\">**Purchase the <a href=\"http://themify.me/addons/timeline\">Timeline Addon</a> to recreate this beautiful timeline resume layout**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:8:\"timeline\";s:12:\"mod_settings\";a:21:{s:17:\"template_timeline\";s:4:\"list\";s:15:\"source_timeline\";s:4:\"text\";s:22:\"category_post_timeline\";s:7:\"|single\";s:19:\"order_post_timeline\";s:4:\"desc\";s:21:\"orderby_post_timeline\";s:4:\"date\";s:21:\"display_post_timeline\";s:7:\"excerpt\";s:27:\"hide_feat_img_post_timeline\";s:2:\"no\";s:20:\"text_source_timeline\";a:3:{i:0;a:5:{s:14:\"title_timeline\";s:13:\"Lead Designer\";s:13:\"icon_timeline\";s:12:\"fa-thumbs-up\";s:18:\"iconcolor_timeline\";s:11:\"000000_1.00\";s:13:\"date_timeline\";s:14:\"2011 - Present\";s:16:\"content_timeline\";s:434:\"<p><em>Amazing Designs</em></p><p>Responsible for conceptualization and implementation of design of solutions that meet marketing strategies from concept to completion. Senior graphic designers often have the designation of “senior” because of their authority in decision-making. Or, they will play the lead role on projects and supervise intermediate and junior designer(s) in creating concepts, comps, layouts and final art.</p>\";}i:1;a:5:{s:14:\"title_timeline\";s:17:\"Creative Director\";s:13:\"icon_timeline\";s:14:\"fa-paint-brush\";s:18:\"iconcolor_timeline\";s:11:\"000000_1.00\";s:13:\"date_timeline\";s:11:\"2007 - 2011\";s:16:\"content_timeline\";s:554:\"<p><i>Ocean\'s Media</i></p><p>Charged with determining the best ways for us to visually represent our company’s identity online. It\'s very much a people-oriented job, involving development of high-level concepts for design projects. It also involves working with internal and external clients, pitching designs, and understanding client needs. At times, we require you to develop visual designs, and at other times, the Creative Director will be responsible for recruiting and managing third party design firms as well as internal design resources.</p>\";}i:2;a:5:{s:14:\"title_timeline\";s:17:\"Frontend Designer\";s:13:\"icon_timeline\";s:9:\"fa-star-o\";s:18:\"iconcolor_timeline\";s:11:\"000000_1.00\";s:13:\"date_timeline\";s:11:\"2002 - 2007\";s:16:\"content_timeline\";s:462:\"<p><i>Themify</i></p><p><strong>Duties and Expectations</strong></p><p>A front-end web developer is generally expected to:</p><ul><li>Develop functional and appealing web applications based on usability</li><li>Provide website maintenance and enhancements</li><li>Use a combination of markup languages to write web pages</li><li>Write functional requirement documents and specifications</li><li>Create quality mock-ups and prototypes on tight timelines</li></ul>\";}}s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"67abb8_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:6:\"resume\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:214:\"<h2 style=\"text-align: center;\">Status</h2><p style=\"text-align: center;\">**Purchase the <a href=\"http://themify.me/addons/counter\">Counter Addon</a> to create this animated circle counter effect on your site**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:19:{s:14:\"number_counter\";s:2:\"14\";s:13:\"label_counter\";s:15:\"Year Experience\";s:25:\"circle_percentage_counter\";s:3:\"100\";s:21:\"circle_stroke_counter\";s:1:\"2\";s:20:\"circle_color_counter\";s:11:\"ffffff_1.00\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:19:{s:14:\"number_counter\";s:2:\"65\";s:13:\"label_counter\";s:17:\"Completed Project\";s:25:\"circle_percentage_counter\";s:3:\"100\";s:21:\"circle_stroke_counter\";s:1:\"2\";s:20:\"circle_color_counter\";s:11:\"ffffff_1.00\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:19:{s:14:\"number_counter\";s:2:\"89\";s:13:\"label_counter\";s:13:\"Happy Clients\";s:25:\"circle_percentage_counter\";s:3:\"100\";s:21:\"circle_stroke_counter\";s:1:\"2\";s:20:\"circle_color_counter\";s:11:\"ffffff_1.00\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/personal-page-bg.png\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:6:\"status\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:46:\"<h2 style=\"text-align: center;\">Portfolio</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:29:{s:11:\"layout_post\";s:5:\"grid3\";s:14:\"post_type_post\";s:4:\"post\";s:15:\"type_query_post\";s:8:\"category\";s:13:\"category_post\";s:10:\"0|multiple\";s:13:\"post_tag_post\";s:7:\"|single\";s:16:\"product_cat_post\";s:7:\"|single\";s:16:\"product_tag_post\";s:7:\"|single\";s:27:\"product_shipping_class_post\";s:7:\"|single\";s:18:\"post_per_page_post\";s:1:\"3\";s:11:\"offset_post\";s:1:\"1\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:4:\"none\";s:14:\"img_width_post\";s:3:\"400\";s:15:\"img_height_post\";s:3:\"400\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:9:\"portfolio\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:43:\"<p style=\"text-align: center;\">Facebook</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:6:\"newtab\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:44:\"<p style=\"text-align: center;\">Linked In</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-linkedin\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:24:\"https://ca.linkedin.com/\";s:13:\"param_feature\";s:6:\"newtab\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:42:\"<p style=\"text-align: center;\">Twitter</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:31:\"https://www.twitter.com/themify\";s:13:\"param_feature\";s:6:\"newtab\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:15:\"content_feature\";s:42:\"<p style=\"text-align: center;\">Google+</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-google-plus\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:73:\"https://plus.google.com/u/0/b/109280316400365629341/109280316400365629341\";s:13:\"param_feature\";s:6:\"newtab\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"f05239_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:7:\"connect\";}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:193:\"<h2 style=\"text-align: center;\">Contact</h2><p style=\"text-align: center;\">**Purchase the <a href=\"http://themify.me/addons/contact\">Contact Addon </a>to recreate this contact form layout**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:3:\"map\";s:12:\"mod_settings\";a:20:{s:11:\"address_map\";s:11:\"Toronto, ON\";s:8:\"zoom_map\";s:1:\"8\";s:5:\"w_map\";s:3:\"100\";s:6:\"unit_w\";s:1:\"%\";s:5:\"h_map\";s:3:\"200\";s:6:\"unit_h\";s:2:\"px\";s:11:\"b_style_map\";s:5:\"solid\";s:8:\"type_map\";s:7:\"TERRAIN\";s:15:\"scrollwheel_map\";s:7:\"disable\";s:13:\"draggable_map\";s:6:\"enable\";s:28:\"draggable_disable_mobile_map\";s:3:\"yes\";s:15:\"info_window_map\";s:22:\"Call me @ 647-992-4231\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:113:\"<p>[themify_icon icon=\"fa-map-marker\" ] 250 King Str. West <br />[themify_icon icon=\"fa-phone\" ] 647-992-4231</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"contact\";s:12:\"mod_settings\";a:15:{s:20:\"field_captcha_active\";s:3:\"yes\";s:21:\"field_sendcopy_active\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:7:\"contact\";}}i:8;a:1:{s:9:\"row_order\";i:8;}}'),(556,3889,'_themify_builder_prebuilt_layout','yes'),(559,3901,'_thumbnail_id','4302'),(562,3901,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-masonry-image.jpg'),(565,3901,'_post_image_attach_id','4302'),(568,3901,'builder_switch_frontend','0'),(571,3901,'_themify_builder_settings','a:5:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:167:\"<h4>Our Brand</h4><h3>We serve brands through Creative, Strategic, and Passionate methods</h3><p><a href=\"http://themify.me/themes/landing\"><b>read more...</b></a></p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:2:\"10\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/98803814.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"860\";s:12:\"height_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:91:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/134996096-1024x1024-200x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:138:\"<h4>Team</h4><h3>We\'re a team that\'s passionate</h3><p><b><a href=\""http://themify.me/themes/landing"\">click here...</a></b></p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:2:\"10\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-3-1024x683-400x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-4-1024x683-400x200.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/140641234-1024x684-400x200.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"000000_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"b2e3ff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-5-1024x683-600x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-6-1024x1024-300x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-8-1024x1024-300x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-9-882x1024-250x500.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"250\";s:12:\"height_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-10-1024x675-500x500.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model11-1024x659-500x500.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:12:\"height_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model12-881x1024-250x250.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"250\";s:12:\"height_image\";s:3:\"250\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model13-1024x1024-250x250.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"250\";s:12:\"height_image\";s:3:\"250\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:1:{s:9:\"row_order\";i:4;}}'),(574,3901,'_themify_builder_prebuilt_layout','yes'),(577,3912,'_thumbnail_id','4316'),(580,3912,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-portfolio.jpg'),(583,3912,'_post_image_attach_id','4316'),(586,3912,'builder_switch_frontend','0'),(589,3912,'_themify_builder_settings','a:6:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:251:\"<h1 style=\"text-align: center;\">Portfolio </h1><h3 style=\"text-align: center;\">Showcase your portfolio in a creative way</h3><p style=\"text-align: center;\">[themify_button style=\"xlarge flat rect outline\" link=\"#connect\" ]Hire Me[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/portfolio-bg.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"000000_0.49\";s:17:\"cover_color_hover\";s:11:\"000000_0.49\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"4\";s:13:\"color_divider\";s:11:\"000000_1.00\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:155:\"<h4>Photos</h4><p>Hide post meta, date, and title of your post using the Post module. Simply select the portfolio category you would like to display. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"gallery\";s:12:\"mod_settings\";a:18:{s:14:\"layout_gallery\";s:4:\"grid\";s:17:\"shortcode_gallery\";s:75:\"[gallery _orderByField=\"menu_order ID\" ids=\"3919,3918,3923,3922,3916,3914\"]\";s:15:\"thumb_w_gallery\";s:3:\"300\";s:15:\"thumb_h_gallery\";s:3:\"200\";s:18:\"appearance_gallery\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"f3b0fc_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"4\";s:13:\"color_divider\";s:11:\"000000_1.00\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:156:\"<h4>Fashion</h4><p>Hide post meta, date, and title of your post using the Post module. Simply select the portfolio category you would like to display. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:29:{s:11:\"layout_post\";s:5:\"grid3\";s:14:\"post_type_post\";s:4:\"post\";s:15:\"type_query_post\";s:8:\"category\";s:13:\"category_post\";s:10:\"0|multiple\";s:13:\"post_tag_post\";s:7:\"|single\";s:16:\"product_cat_post\";s:7:\"|single\";s:16:\"product_tag_post\";s:7:\"|single\";s:27:\"product_shipping_class_post\";s:7:\"|single\";s:18:\"post_per_page_post\";s:1:\"6\";s:11:\"offset_post\";s:1:\"6\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:4:\"none\";s:14:\"img_width_post\";s:3:\"300\";s:15:\"img_height_post\";s:3:\"300\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"a1baff_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"4\";s:13:\"color_divider\";s:11:\"000000_1.00\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:170:\"<h4>Video</h4><p>Display videos on row on your site using the Video module. Adjust the columns with the sub-column layouts found on the top left corner on each row. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:13:\"video-overlay\";s:9:\"url_video\";s:47:\"https://vimeo.com/channels/staffpicks/119318850\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:13:\"video-overlay\";s:9:\"url_video\";s:47:\"https://vimeo.com/channels/staffpicks/120195399\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:13:\"video-overlay\";s:9:\"url_video\";s:46:\"https://vimeo.com/channels/staffpicks/68322131\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:13:\"video-overlay\";s:9:\"url_video\";s:47:\"https://vimeo.com/channels/staffpicks/116656757\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:13:\"video-overlay\";s:9:\"url_video\";s:46:\"https://vimeo.com/channels/staffpicks/59859181\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:13:\"video-overlay\";s:9:\"url_video\";s:47:\"https://vimeo.com/channels/staffpicks/119151174\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"96ffde_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"4\";s:13:\"color_divider\";s:11:\"000000_1.00\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:117:\"<h4>Contact</h4><p>**This row was done using the <a href=\"http://themify.me/addons/contact\">Contact Addon</a>** </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"contact\";s:12:\"mod_settings\";a:16:{s:14:\"layout_contact\";s:6:\"style1\";s:20:\"field_captcha_active\";s:1:\"|\";s:21:\"field_sendcopy_active\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"faffa1_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:7:\"connect\";}}i:5;a:1:{s:9:\"row_order\";i:5;}}'),(592,3912,'_themify_builder_prebuilt_layout','yes'),(595,3926,'_thumbnail_id','4304'),(598,3926,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-portfolio-2.jpg'),(601,3926,'_post_image_attach_id','4304'),(604,3926,'builder_switch_frontend','0'),(607,3926,'_themify_builder_settings','a:9:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:379:\"<h2 style=\"text-align: center;\">Iconic Labs</h2><h3 style=\"text-align: center;\"><span class=\"tagline uppercase-header\">App development, design and strategy <span class=\"break\">for web, iOS, Android, and Mac.</span></span></h3><p style=\"text-align: center;\">[themify_button style=\"xlarge flat rect outline\" link=\"http://themify.me/themes/landing\" ]Learn more[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:71:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/band-bg.jpg\";s:17:\"background_repeat\";s:9:\"fullcover\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"000000_0.64\";s:17:\"cover_color_hover\";s:11:\"000000_0.65\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:16:{s:11:\"style_video\";s:13:\"video-overlay\";s:9:\"url_video\";s:47:\"https://vimeo.com/channels/staffpicks/120475215\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:88:\"<h4 style=\"text-align: center;\">Process</h4><h2 style=\"text-align: center;\">Our way</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:15:\"content_feature\";s:394:\"<h3>Loving Environment</h3><p>Pellentesque eget fo shizzle mah nizzle fo rizzle, mah home g-dizzle. Sed erizzle. Shut the shizzle up dope dolizzle dapibizzle dope tempizzle ghetto. Maurizzle pellentesque nibh et . Nizzle izzle tortizzle. Pellentesque ass rhoncus nisi. </p><p>[themify_button style=\"rect black large flat\" link=\"http://themify.me/themes/landing\"]Learn more[/themify_button]</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"000000_1.00\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-heart\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:19:{s:15:\"content_feature\";s:385:\"<h3>The Process</h3><p>Pellentesque eget fo shizzle mah nizzle fo rizzle, mah home g-dizzle. Sed erizzle. Shut the shizzle up dope dolizzle dapibizzle dope tempizzle ghetto. Maurizzle pellentesque nibh et . Nizzle izzle tortizzle. Pellentesque ass rhoncus nisi.</p><p>[themify_button style=\"rect black large flat\" link=\"http://themify.me/themes/landing\"]Learn more[/themify_button]</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"000000_1.00\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-recycle\";s:18:\"icon_color_feature\";s:11:\"000000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:94:\"<h4 style=\"text-align: center;\">Services</h4><h2 style=\"text-align: center;\">Things we do</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/sb10064068ac-001-300x200.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:16:\"Product Strategy\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:164:\"Etizzle get down get down ornare ante. Away away. Vestibulum ut my shizz gangsta nibh commodo commodo. My shizz my shizz dolor sit pot, consectetizzle rizzle elit. \";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/196849997-300x2001.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:19:\"Web App Development\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:164:\"Etizzle get down get down ornare ante. Away away. Vestibulum ut my shizz gangsta nibh commodo commodo. My shizz my shizz dolor sit pot, consectetizzle rizzle elit. \";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/122608266-300x200.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:11:\"Photography\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:164:\"Etizzle get down get down ornare ante. Away away. Vestibulum ut my shizz gangsta nibh commodo commodo. My shizz my shizz dolor sit pot, consectetizzle rizzle elit. \";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/192287807-300x200.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:15:\"How to Have Fun\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:164:\"Etizzle get down get down ornare ante. Away away. Vestibulum ut my shizz gangsta nibh commodo commodo. My shizz my shizz dolor sit pot, consectetizzle rizzle elit. \";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ebebeb_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:95:\"<h4 style=\"text-align: center;\">Work</h4><h2 style=\"text-align: center;\">& Productions</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:332:\"<h4 style=\"text-align: left;\">Planning</h4><p style=\"text-align: left;\">A well though-out plan is a must in order to effectively execute our project goals and give you the conversion that you desire</p><ul style=\"text-align: left;\"><li>Project Spacing </li><li>Product Research</li><li>Architecture</li><li>Vital Analysis</li></ul>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:319:\"<h4 style=\"text-align: left;\">Design</h4><p style=\"text-align: left;\">Understanding what proper design is necessary in order. Listening to client needs and wants, and feedback.</p><ul style=\"text-align: left;\"><li>Prototype and Wireframing</li><li>User-centric design</li><li>Interface design</li><li>Branding</li></ul>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:324:\"<h4 style=\"text-align: left;\">Development</h4><p style=\"text-align: left;\">Understanding what proper design is necessary in order. Listening to client needs and wants, and feedback.</p><ul style=\"text-align: left;\"><li>Prototype and Wireframing</li><li>User-centric design</li><li>Interface design</li><li>Branding</li></ul>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:319:\"<h4 style=\"text-align: left;\">Growth</h4><p style=\"text-align: left;\">Understanding what proper design is necessary in order. Listening to client needs and wants, and feedback.</p><ul style=\"text-align: left;\"><li>Prototype and Wireframing</li><li>User-centric design</li><li>Interface design</li><li>Branding</li></ul>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:49:\"<h2 style=\"text-align: center;\">Our Projects</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:29:{s:11:\"layout_post\";s:5:\"grid3\";s:14:\"post_type_post\";s:4:\"post\";s:15:\"type_query_post\";s:8:\"category\";s:13:\"category_post\";s:10:\"0|multiple\";s:13:\"post_tag_post\";s:7:\"|single\";s:16:\"product_cat_post\";s:7:\"|single\";s:16:\"product_tag_post\";s:7:\"|single\";s:27:\"product_shipping_class_post\";s:7:\"|single\";s:18:\"post_per_page_post\";s:1:\"6\";s:11:\"offset_post\";s:1:\"5\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:4:\"none\";s:14:\"img_width_post\";s:3:\"300\";s:15:\"img_height_post\";s:3:\"300\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"77d1c8_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:540:\"<h4 style=\"text-align: center;\">Connect</h4><h2 style=\"text-align: center;\">Get in touch</h2><p style=\"text-align: center;\"><b>We\'d love to hear from you!</b> Have a project that you\'d like to start? Feel free to reach out to us. Don\'t worry we won\'t bite. Just share to us your idea and we\'ll respond asking you the necessary questions to move forward. Just click the button below to get things started:</p><p style=\"text-align: center;\">**Button below was built using our <a href=\"http://themify.me/addons/button\">Button Addon</a>**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:6:\"button\";s:12:\"mod_settings\";a:24:{s:10:\"link_label\";s:27:\"Start your project plan now\";s:11:\"link_button\";s:37:\"http://themify.me/demo/themes/landing\";s:12:\"param_button\";s:8:\"lightbox\";s:11:\"icon_button\";s:8:\"fa-share\";s:12:\"color_button\";s:4:\"blue\";s:17:\"appearance_button\";s:7:\"rounded\";s:11:\"type_button\";s:8:\"external\";s:30:\"modules_reveal_behavior_button\";s:6:\"toggle\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.3\";s:14:\"font_size_unit\";s:2:\"em\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:119:\"<p style=\"text-align: center;\"><strong>Or email us - </strong><a href=\"mailto:fake@email.com\">email@mysite.com</a></p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"36294a_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:97:\"<p> <br /><strong>HEAD QUARTER:</strong><br />Toronto, Ontario<br />Call: (647) 233 - 1234</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"ffffff_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-building\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:23:{s:15:\"content_feature\";s:98:\"<p> <br /><strong>LOCAL OFFICE:<br /></strong>55 Adelaide East<br />Call: (416) 233 - 4567</p>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"2\";s:20:\"circle_color_feature\";s:11:\"ffffff_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:7:\"fa-home\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:11:\"fa-facebook\";s:18:\"icon_color_feature\";s:6:\"2B2533\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:32:\"https://www.facebook.com/themify\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-twitter\";s:18:\"icon_color_feature\";s:6:\"2B2533\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:27:\"https://twitter.com/themify\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:21:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-google-plus\";s:18:\"icon_color_feature\";s:6:\"2B2533\";s:15:\"icon_bg_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:73:\"https://plus.google.com/u/2/b/109280316400365629341/109280316400365629341\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"805b7d_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:8;a:1:{s:9:\"row_order\";i:8;}}'),(610,3926,'_themify_builder_prebuilt_layout','yes'),(613,3933,'_thumbnail_id','4319'),(616,3933,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-portfolio-3.jpg'),(619,3933,'_post_image_attach_id','4319'),(622,3933,'builder_switch_frontend','0'),(625,3933,'_themify_builder_settings','a:13:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:327:\"<h2 style=\"text-align: center;\">UX Design </h2><h3 style=\"text-align: center;\">We\'ve helped hundreds of clients to kickstart their ideas to live</h3><p> </p><p style=\"text-align: center;\">[themify_button style=\"medium flat rect outline\" link=\"#clients\" ]Learn more[themify_icon icon=\"fa-chevron-down\" ] [/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"5CC1AF\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:114:\"<h2 style=\"text-align: center;\">Our clients</h2><h3 style=\"text-align: center;\">Below are some of our clients</h3>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:36:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:12:\"order_slider\";s:4:\"desc\";s:14:\"orderby_slider\";s:4:\"date\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:4:{i:0;a:2:{s:14:\"img_url_slider\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/twitter1.png\";s:15:\"img_link_slider\";s:27:\"https://twitter.com/themify\";}i:1;a:2:{s:14:\"img_url_slider\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1facebook.png\";s:15:\"img_link_slider\";s:38:\"https://www.youtube.com/user/themifyme\";}i:2;a:2:{s:14:\"img_url_slider\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/2YouTube.png\";s:15:\"img_link_slider\";s:21:\"http://instagram.com/\";}i:3;a:2:{s:14:\"img_url_slider\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1Instagram.png\";s:15:\"img_link_slider\";s:32:\"https://www.facebook.com/themify\";}}s:20:\"video_content_slider\";a:1:{i:0;a:0:{}}s:19:\"text_content_slider\";a:1:{i:0;a:0:{}}s:13:\"layout_slider\";s:14:\"slider-default\";s:18:\"visible_opt_slider\";s:1:\"3\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:12:\"continuously\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:2:\"no\";s:17:\"show_arrow_slider\";s:2:\"no\";s:13:\"height_slider\";s:8:\"variable\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:7:\"clients\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"1\";s:13:\"color_divider\";s:11:\"bdbdbd_1.00\";}}}}}s:7:\"styling\";a:0:{}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:401:\"<h4>Tablet App</h4><p>I\'d imperdiet leo aliquet ut. Aenean rutrum lorem ac augue lobortis venenatis. Donec pulvinar bibendum magna id cursus. Integer vitae pulvinar tellus. Praesent a metus gravida, blandit mi ac, sagittis lectus. Etiam quis orci risus.</p><p>[themify_button style=\"medium green rect flat\" text=\"#ffffff\" target=\"http://themify.me/demo/themes/landing/\" ]Our Work[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"30\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/nexus-iggy.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"560\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:120:\"<p style=\"text-align: center;\"><em>\"I love working with Interface Design Studio. Their friendly and hands-on!\"</em></p>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.4\";s:14:\"font_size_unit\";s:2:\"em\";s:11:\"padding_top\";s:2:\"60\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:2:\"60\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:3:\"eee\";s:16:\"border_top_width\";s:1:\"1\";s:16:\"border_top_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/157472372.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:72:\"<strong>Michael Porter</strong><br> \nCEO, X-Company<br>\nwww.companyx.com\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"1\";s:13:\"color_divider\";s:11:\"bdbdbd_1.00\";}}}}}s:7:\"styling\";a:0:{}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:122:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/BMW-i8-Konfigurator-Preise-Sonderausstattungen-Optionen-02.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"560\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:390:\"<h4>Auto App</h4><p>I\'d imperdiet leo aliquet ut. Aenean rutrum lorem ac augue lobortis venenatis. Donec pulvinar bibendum magna id cursus. Integer vitae pulvinar tellus. Praesent a metus gravida, blandit mi ac, sagittis lectus. Etiam quis orci risus.</p><p>[themify_button style=\"medium green rect flat\" text=\"#ffffff\" target=\"http://themify.me/demo/themes\" ]Our Work[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:21:{s:12:\"content_text\";s:119:\"<p style=\"text-align: center;\"> <em>\"Great people. Great service. These factors led to an amazing Interface.\"</em></p>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.4\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"60\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:2:\"60\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:3:\"eee\";s:16:\"border_top_width\";s:1:\"1\";s:16:\"border_top_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/164990474.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:67:\"<strong>Stephanie</strong><br>\nSpecialist, Auto-B<br>\nwww.autob.com\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"1\";s:13:\"color_divider\";s:11:\"bdbdbd_1.00\";}}}}}s:7:\"styling\";a:0:{}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:318:\"<h4>Web App</h4><p>I\'d imperdiet leo aliquet ut. Aenean rutrum lorem ac augue lobortis venenatis. Donec pulvinar bibendum magna id cursus. Integer vitae pulvinar tellus. </p><p>[themify_button style=\"medium green rect flat\" text=\"#ffffff\" target=\"http://themify.me/demo/themes/landing\" ]Our Work[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Leaderboard_Free.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"560\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:21:{s:12:\"content_text\";s:115:\"<p style=\"text-align: center;\"><em>\"Enjoyed working with specialist who know exactly what they are doing!\"</em></p>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.3\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"60\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:2:\"60\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:3:\"eee\";s:16:\"border_top_width\";s:1:\"1\";s:16:\"border_top_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/131227259.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:63:\"<strong>Steve Baker</strong><br>\nCEO, WebApp<br>\nwww.webapp.com\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:8;a:4:{s:9:\"row_order\";i:8;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"1\";s:13:\"color_divider\";s:11:\"bdbdbd_1.00\";}}}}}s:7:\"styling\";a:0:{}}i:9;a:4:{s:9:\"row_order\";i:9;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:85:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/overview_display_hero.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"560\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:392:\"<h4>Mix Panel</h4><p>LI\'d imperdiet leo aliquet ut. Aenean rutrum lorem ac augue lobortis venenatis. Donec pulvinar bibendum magna id cursus. Integer vitae pulvinar tellus. Praesent a metus gravida, blandit mi ac, sagittis lectus. Etiam quis orci risus.</p><p>[themify_button style=\"medium green rect flat\" text=\"#ffffff\" target=\"http://themify.me/demo/themes\" ]Our Work[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:21:{s:12:\"content_text\";s:127:\"<p style=\"text-align: center;\"><em>\"These guys know how to get things done! Always on-time with high quality results.\"</em></p>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.3\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"60\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:2:\"60\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:3:\"eee\";s:16:\"border_top_width\";s:1:\"1\";s:16:\"border_top_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/112268515.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:3:\"100\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:67:\"<strong>Kristina Dealey</strong><br>\nMix Panel<br>\nwww.mixpanel.com\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:10;a:4:{s:9:\"row_order\";i:10;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:3:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"1\";s:13:\"color_divider\";s:11:\"bdbdbd_1.00\";}}}}}s:7:\"styling\";a:0:{}}i:11;a:4:{s:9:\"row_order\";i:11;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:401:\"<h4 style=\"text-align: center;\">Want to work with us?</h4><p style=\"text-align: center;\"><strong>Let\'s it happen now!</strong> Enroll to our 2 year university program in just 2-month. Why wait millions are asking for it. Click the following button to register now!</p><p style=\"text-align: center;\">**Button below was built using our <a href=\"http://themify.me/addons/button\">Button Addon</a>**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:6:\"button\";s:12:\"mod_settings\";a:19:{s:10:\"link_label\";s:19:\"Connect with us now\";s:11:\"link_button\";s:37:\"http://themify.me/demo/themes/landing\";s:12:\"param_button\";s:8:\"lightbox\";s:11:\"icon_button\";s:14:\"fa-arrow-right\";s:12:\"color_button\";s:4:\"blue\";s:17:\"appearance_button\";s:1:\"|\";s:11:\"type_button\";s:8:\"external\";s:30:\"modules_reveal_behavior_button\";s:6:\"toggle\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.2\";s:14:\"font_size_unit\";s:2:\"em\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:12;a:1:{s:9:\"row_order\";i:12;}}'),(628,3933,'_themify_builder_prebuilt_layout','yes'),(631,3935,'_thumbnail_id','4312'),(634,3935,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-product-page.jpg'),(637,3935,'_post_image_attach_id','4312'),(640,3935,'builder_switch_frontend','0'),(643,3935,'_themify_builder_settings','a:7:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:27:{s:12:\"content_text\";s:259:\"<h2 style=\"text-align: center;\">Design Lab</h2><h3 style=\"text-align: center;\"><em>Where Magic Happens</em></h3><p style=\"text-align: center;\">[themify_button style=\"xlarge rect flat black\" link=\"http://themify.me/themes/landing\" ]Buy Now[/themify_button]</p>\";s:16:\"background_color\";s:6:\"fff700\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:2:\".8\";s:14:\"font_size_unit\";s:2:\"em\";s:11:\"padding_top\";s:2:\"30\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"4\";s:16:\"border_top_style\";s:6:\"double\";s:18:\"border_right_color\";s:6:\"000000\";s:18:\"border_right_width\";s:1:\"4\";s:18:\"border_right_style\";s:6:\"double\";s:19:\"border_bottom_color\";s:6:\"000000\";s:19:\"border_bottom_width\";s:1:\"4\";s:19:\"border_bottom_style\";s:6:\"double\";s:17:\"border_left_color\";s:6:\"000000\";s:17:\"border_left_width\";s:1:\"4\";s:17:\"border_left_style\";s:6:\"double\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:0:{}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:6:\"slider\";s:17:\"background_slider\";s:25:\"[gallery ids=\"3950,3949\"]\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"cccccc_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:293:\"<h2 style=\"text-align: center;\">Crafted with Care</h2><p style=\"text-align: center;\">All featured products are hand crafted to perfection by industry leaders in fields of designs and user experience. These products are made with you in mind. Focused in creating the best user experience. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:83:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1423724887_sass-128.png\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"140\";s:12:\"height_image\";s:3:\"140\";s:11:\"title_image\";s:24:\"Intuos Creative Stylus 2\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:105:\"WACOM designed an amazing stylus that is compatible with iPad Mini 1, 2, and 3, iPad 3 and 4, iPad Air 1.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:93:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1423724877_angular-symbol-128.png\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"140\";s:12:\"height_image\";s:3:\"140\";s:11:\"title_image\";s:16:\"Compass for iPad\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:139:\"Compass for iPad was created by Twelve South to allow you to hold your iPad or iPad mini in portrait mode, which more natural for FaceTime.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:21:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:83:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1423724854_ruby-128.png\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"140\";s:12:\"height_image\";s:3:\"140\";s:11:\"title_image\";s:16:\"Deluxe Uniti Set\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:98:\"Made by iForte this is an All-in-one desktop stand that simplifies and declutters your workspace. \";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:159:\"<p style=\"text-align: center;\">[themify_button style=\"large flat rect outline black\" link=\"http://themify.me/themes/landing\"]More Products[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:2:\"50\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"30\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:0:{}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:248:\"<h4 style=\"text-align: center;\">[themify_icon icon=\"fa-quote-left\" ] We\'re focused on providing our customer with out of this world products [themify_icon icon=\"fa-quote-right\" ]</h4><p style=\"text-align: center;\"><em>- Stephen Speeks, CEO</em></p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"3d3d3d_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:87:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/space-guy-suit-1024x682.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:50:\"<h2 style=\"text-align: center;\">Meet the Team</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/132008333-300x300.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/99811742-300x300.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/91078382-300x300.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:104:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/photo-1421809313281-48f03fa45e9f-300x300.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/180680633.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:98:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iqlYdAAYQiaOCoKnT6jE_kabia-300x300.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:101:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/bsrOzgDkQhGRKOVC7Era_9X6A3584-300x300.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:99:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/RONyPwknRQOO3ag4xf3R_Kinsey-300x300.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/141627649.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/camera-man-300x300.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/157472372-300x3001.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/197457623-300x3001.jpg\";s:16:\"appearance_image\";s:11:\"drop-shadow\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:1:{s:9:\"row_order\";i:6;}}'),(646,3935,'_themify_builder_prebuilt_layout','yes'),(649,3952,'_thumbnail_id','4305'),(652,3952,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-product-2.jpg'),(655,3952,'_post_image_attach_id','4305'),(658,3952,'builder_switch_frontend','0'),(661,3952,'_themify_builder_settings','a:7:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:20:{s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:12:\"fa-angellist\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"F4A529\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:126:\"<h3 style=\"text-align: center;\">Create Amazing Landing Pages with the <span style=\"color: #F4A529;\">Landing Theme</span></h3>\n\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"3e3e47_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-4-1024x683-600x300.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-10-1024x675-600x300.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:79:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model11-600x600.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"600\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-1-1024x614-480x280.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"480\";s:12:\"height_image\";s:3:\"280\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/140641234-1024x684-480x280.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"480\";s:12:\"height_image\";s:3:\"280\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model-2-1024x683-480x280.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"480\";s:12:\"height_image\";s:3:\"280\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model13-1024x1024-290x290.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"290\";s:12:\"height_image\";s:3:\"290\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/model12-881x1024-290x290.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"290\";s:12:\"height_image\";s:3:\"290\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:91:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/197457623-1024x1024-290x290.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"290\";s:12:\"height_image\";s:3:\"290\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/132008333-290x290.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"290\";s:12:\"height_image\";s:3:\"290\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"F39B11\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:11:\"Timely Work\";s:15:\"content_feature\";s:138:\"<p>Condimentum luctus nisi. Maecenas posuere id lectus in fringilla. Curabitur neque nisl, varius ac tincidunt eu, sodales quis dolor.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:2:\"75\";s:21:\"circle_stroke_feature\";s:1:\"5\";s:20:\"circle_color_feature\";s:6:\"88C12A\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-clock-o\";s:18:\"icon_color_feature\";s:6:\"88C12A\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:4:\"SEO \";s:15:\"content_feature\";s:126:\"<p>Quisque dictum eget sapien sit amet placerat. In diam massa, tincidunt a dolor at. In diam massa, tincidunt a dolor at.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:2:\"50\";s:21:\"circle_stroke_feature\";s:1:\"5\";s:20:\"circle_color_feature\";s:6:\"2C92F2\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:14:\"fa-search-plus\";s:18:\"icon_color_feature\";s:6:\"2C92F2\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:24:{s:13:\"title_feature\";s:15:\"Built with Love\";s:15:\"content_feature\";s:140:\"<p>Tincidunt a dolor at, condimentum luctus nisi. Maecenas posuere id lectus in fringilla. Curabitur neque nisl, varius ac tincidunt eu.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"5\";s:20:\"circle_color_feature\";s:6:\"F8593F\";s:19:\"circle_size_feature\";s:5:\"large\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:10:\"fa-heart-o\";s:18:\"icon_color_feature\";s:6:\"F8593F\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:366:\"<h3 style=\"text-align: left;\">Get Access to New Landing Pages</h3><p>We\'ve designed new landing page layouts to allow any type of users to create their own landing page. Get the Landing theme now!</p><p style=\"text-align: left;\">[themify_button style=\"large rect flat white outline\" link=\"http://themify.me/demo/themes\" text=\"#ffffff\" ]Demo Page[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:67:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/mac.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:92:\"http://themify.me/demo/themes/landing/files/2015/03/leif_eliasson-sunrise_over_bjorkasjo.mp4\";s:16:\"background_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/sunrise-bg.png\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"000000_0.75\";s:17:\"cover_color_hover\";s:11:\"000000_0.79\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"20\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:123:\"<p>**Purchase the <a href=\"http://themify.me/addons/counter\">Counter Addon</a> to recreate the counter layout below**</p>\n\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:19:{s:14:\"number_counter\";s:5:\"1.7 m\";s:13:\"label_counter\";s:5:\"users\";s:25:\"circle_percentage_counter\";s:3:\"100\";s:21:\"circle_stroke_counter\";s:1:\"2\";s:20:\"circle_color_counter\";s:11:\"ffe100_1.00\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:19:{s:14:\"number_counter\";s:4:\"10 m\";s:13:\"label_counter\";s:9:\"downloads\";s:25:\"circle_percentage_counter\";s:3:\"100\";s:21:\"circle_stroke_counter\";s:1:\"2\";s:20:\"circle_color_counter\";s:11:\"00d5ff_1.00\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:19:{s:14:\"number_counter\";s:2:\"17\";s:13:\"label_counter\";s:10:\"extensions\";s:25:\"circle_percentage_counter\";s:3:\"100\";s:21:\"circle_stroke_counter\";s:1:\"2\";s:20:\"circle_color_counter\";s:11:\"ff38f5_1.00\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/dv1221026.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"000000_0.71\";s:17:\"cover_color_hover\";s:11:\"000000_0.69\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"15\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:13:\"title_feature\";s:7:\"HTML 5 \";s:15:\"content_feature\";s:138:\"<p>Condimentum luctus nisi. Maecenas posuere id lectus in fringilla. Curabitur neque nisl, varius ac tincidunt eu, sodales quis dolor.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:8:\"fa-html5\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"88C12A\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:13:\"title_feature\";s:9:\"Easy Tag \";s:15:\"content_feature\";s:126:\"<p>Quisque dictum eget sapien sit amet placerat. In diam massa, tincidunt a dolor at. In diam massa, tincidunt a dolor at.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:7:\"fa-tags\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"2C92F2\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:22:{s:13:\"title_feature\";s:5:\"CSS 3\";s:15:\"content_feature\";s:140:\"<p>Tincidunt a dolor at, condimentum luctus nisi. Maecenas posuere id lectus in fringilla. Curabitur neque nisl, varius ac tincidunt eu.</p>\";s:14:\"layout_feature\";s:8:\"icon-top\";s:19:\"circle_size_feature\";s:5:\"small\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:7:\"fa-css3\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:6:\"F8593F\";s:13:\"param_feature\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:1:{s:9:\"row_order\";i:6;}}'),(664,3952,'_themify_builder_prebuilt_layout','yes'),(667,3964,'_thumbnail_id','4301'),(670,3964,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-product-3.jpg'),(673,3964,'_post_image_attach_id','4301'),(676,3964,'builder_switch_frontend','0'),(679,3964,'_themify_builder_settings','a:7:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"feature\";s:12:\"mod_settings\";a:30:{s:15:\"content_feature\";s:120:\"<h1 style=\"text-align: right;\">BMW i8</h1><h5 style=\"text-align: right;\">Designed for Maximum Performance and Style</h5>\";s:14:\"layout_feature\";s:9:\"icon-left\";s:25:\"circle_percentage_feature\";s:3:\"100\";s:21:\"circle_stroke_feature\";s:1:\"3\";s:20:\"circle_color_feature\";s:11:\"ffffff_1.00\";s:19:\"circle_size_feature\";s:6:\"medium\";s:17:\"icon_type_feature\";s:4:\"icon\";s:12:\"icon_feature\";s:7:\"fa-play\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:12:\"link_feature\";s:43:\"https://www.youtube.com/watch?v=XgxsUiY_n0w\";s:13:\"param_feature\";s:8:\"lightbox\";s:16:\"background_color\";s:11:\"000000_0.59\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:2:\"15\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:2:\"15\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:2:\"50\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:52:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:71:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/bmw-car.mp4\";s:24:\"background_video_options\";s:4:\"mute\";s:16:\"background_image\";s:67:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/bmw.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:19:{s:12:\"content_text\";s:120:\"<h1 style=\"text-align: right;\">BMW i8</h1><h5 style=\"text-align: right;\">Designed for Maximum Performance and Style</h5>\";s:16:\"background_color\";s:11:\"000000_0.67\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:2:\"15\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:2:\"15\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:1:\"%\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:86:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/bg-driving-pleasure-01.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"12\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:123:\"<p>**Purchase the <a href=\"http://themify.me/addons/counter\">Counter Addon</a> to recreate the counter layout below**</p>\n\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:9:\"row_order\";i:2;s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:5:{s:17:\"mod_title_counter\";s:11:\"Performance\";s:14:\"number_counter\";s:3:\"320\";s:13:\"label_counter\";s:9:\"Nm Torque\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:5:{s:17:\"mod_title_counter\";s:16:\"Electric Driving\";s:14:\"number_counter\";s:4:\"100%\";s:13:\"label_counter\";s:8:\"Electric\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:7:\"counter\";s:12:\"mod_settings\";a:5:{s:17:\"mod_title_counter\";s:15:\"All-Wheel Drive\";s:14:\"number_counter\";s:3:\"250\";s:13:\"label_counter\";s:4:\"km/h\";s:12:\"size_counter\";s:5:\"large\";s:11:\"font_family\";s:7:\"default\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"0069D2\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"8\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:19:{s:12:\"content_text\";s:73:\"<h1 style=\"text-align: center;\">Impressive Design without Compromise</h1>\";s:16:\"background_color\";s:11:\"000000_0.45\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:2:\"15\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:2:\"15\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:78:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/exterior-fw-05.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:36:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:12:\"order_slider\";s:4:\"desc\";s:14:\"orderby_slider\";s:4:\"date\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:3:{i:0;a:3:{s:14:\"img_url_slider\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/4-wheel-01.jpg\";s:16:\"img_title_slider\";s:20:\"Efficiency & Dyamics\";s:18:\"img_caption_slider\";s:150:\"<em>An Athlete in Top Form</em>\n\n<ul>\n <li>Aerodynamic Design</li>\n <li>Aerodynamic Features</li>\n <li>Intelligent Lightweight Construction</li>\n</ul>\";}i:1;a:3:{s:14:\"img_url_slider\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/visions-01.jpg\";s:16:\"img_title_slider\";s:6:\"Design\";s:18:\"img_caption_slider\";s:148:\"<em>Time for a new ideal</em>\n\n<ul>\n <li>Ambient Light</li>\n <li>Sustainable Materials</li>\n <li>Exterior Colours</li>\n <li>Scissor Doors</li>\n</ul>\";}i:2;a:3:{s:14:\"img_url_slider\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/service-inclusive.jpg\";s:16:\"img_title_slider\";s:6:\"Safety\";s:18:\"img_caption_slider\";s:179:\"<em>Innovations that you can trust</em>\n\n<ul>\n <li>Charging Assistant</li>\n <li>BMW TeleServices</li>\n <li>Mobility Assistance</li>\n <li>Maintenance and Repair Packages</li>\n</ul>\";}}s:20:\"video_content_slider\";a:1:{i:0;a:0:{}}s:19:\"text_content_slider\";a:1:{i:0;a:0:{}}s:13:\"layout_slider\";s:13:\"slider-agency\";s:12:\"img_w_slider\";s:3:\"800\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:13:\"height_slider\";s:8:\"variable\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:138:\"<p>**Purchase the <a href=\"http://themify.me/addons/progress-bar\">Progress Bar Addon</a> to recreate the progress bar layout below**</p>\n\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:9:\"row_order\";i:2;s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:316:\"<h3>Track Race Test</h3><p>The animation done on the right was through the use of the <a href=\"http://themify.me/addons/progress-bar\">Progress Bar Addon</a>. Create your own progress bar now. See our demo page for the Progress Bar addon <a href=\"http://themify.me/demo/themes/addons/demo/progress-bar/\">here</a>.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:11:\"progressbar\";s:12:\"mod_settings\";a:15:{s:13:\"progress_bars\";a:4:{i:0;a:3:{s:9:\"bar_label\";s:2:\"i8\";s:14:\"bar_percentage\";s:3:\"100\";s:9:\"bar_color\";s:6:\"49d8f5\";}i:1;a:3:{s:9:\"bar_label\";s:6:\"Test A\";s:14:\"bar_percentage\";s:2:\"70\";s:9:\"bar_color\";s:6:\"ff0000\";}i:2;a:3:{s:9:\"bar_label\";s:6:\"Test B\";s:14:\"bar_percentage\";s:2:\"50\";s:9:\"bar_color\";s:6:\"b730ff\";}i:3;a:3:{s:9:\"bar_label\";s:6:\"Test C\";s:14:\"bar_percentage\";s:2:\"65\";s:9:\"bar_color\";s:6:\"ff5e00\";}}s:20:\"hide_percentage_text\";s:2:\"no\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"edebf0_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"72747d_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"000000_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:1:{s:9:\"row_order\";i:6;}}'),(682,3964,'_themify_builder_prebuilt_layout','yes'),(685,3973,'_thumbnail_id','4308'),(688,3973,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-product-page-4.jpg'),(691,3973,'_post_image_attach_id','4308'),(694,3973,'builder_switch_frontend','0'),(697,3973,'_themify_builder_settings','a:10:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:86:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/wordpress-logo-400x400.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:80:\"<h1>Impact Design Layouts</h1><h4>Great designs and an amazing Landing page</h4>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/beach-bg.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"cccccc_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:27:\"<h2>New Product Layout</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:269:\"<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec lacus non odio tempor interdum in sed ante. Donec vel massa ante. Mauris ut mauris bibendum, bibendum erat at, posuere tortor (Ut rhoncus nisi eget odio feugiat, et mollis lacus ultricies).</h3>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:75:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/mac-300x198.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:255:\"<p> </p><h4>Design</h4><p>Donec finibus eu sapien a dictum. Nam eros est, condimentum ut scelerisque id, suscipit vel magna. Pellentesque viverra justo quis orci finibus, eleifend tempus arcu interdum. Ut eget dui sapien. Cras egestas elementum orci.</p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"text_align\";s:4:\"left\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:6:\"button\";s:12:\"mod_settings\";a:16:{s:10:\"link_label\";s:9:\"More Info\";s:11:\"link_button\";s:18:\"http://themify.me/\";s:12:\"param_button\";s:1:\"|\";s:12:\"color_button\";s:5:\"black\";s:17:\"appearance_button\";s:1:\"|\";s:11:\"type_button\";s:8:\"external\";s:30:\"modules_reveal_behavior_button\";s:6:\"toggle\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:110:\"<p><strong>All Builder Settings included. </strong> Simply import the the page using the Builder import.</p>\n\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"3d3d3d_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffcc00_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:1:\"2\";s:14:\"font_size_unit\";s:2:\"em\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:17:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:70:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/hero-1.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:497:\"<p> </p><h4>Strategy</h4><p>Donec finibus eu sapien a dictum. Nam eros est, condimentum ut scelerisque id, suscipit vel magna. Pellentesque viverra justo quis orci finibus, eleifend tempus arcu interdum. Ut eget dui sapien. Cras egestas elementum orci.</p><ul><li>Fusce sit amet placerat risus</li><li>Aenean ac nisi id justo eleifend</li><li>Vestibulum ut et libero</li><li>Morbi suscipit est a dolor volutpat auctor</li><li>In hac habitasse platea dictumst</li><li>Donec at ornare sem</li></ul>\";s:11:\"font_family\";s:7:\"default\";s:10:\"text_align\";s:4:\"left\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:6:\"button\";s:12:\"mod_settings\";a:8:{s:10:\"link_label\";s:9:\"More Info\";s:11:\"link_button\";s:18:\"http://themify.me/\";s:12:\"param_button\";s:1:\"|\";s:12:\"color_button\";s:5:\"black\";s:17:\"appearance_button\";s:1:\"|\";s:11:\"type_button\";s:8:\"external\";s:30:\"modules_reveal_behavior_button\";s:6:\"toggle\";s:11:\"font_family\";s:7:\"default\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:43:\"<h1 style=\"text-align: center;\">Addons</h1>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:19:\"border_bottom_color\";s:6:\"b0b0b0\";s:19:\"border_bottom_width\";s:1:\"1\";s:19:\"border_bottom_style\";s:5:\"solid\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:371:\"<p>Fusce sit amet placerat risus. Aenean ac nisi id justo eleifend vestibulum ut et libero. Morbi suscipit est a dolor volutpat auctor. In hac habitasse platea dictumst.</p><p>Donec at ornare sem. Donec fringilla fringilla placerat. Aenean tellus eros, placerat in lorem in, suscipit lacinia erat. Fusce bibendum sapien arcu. Integer ultrices congue dui et vulputate.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:1:\"2\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:6:\"button\";s:12:\"mod_settings\";a:8:{s:10:\"link_label\";s:9:\"More Info\";s:11:\"link_button\";s:18:\"http://themify.me/\";s:12:\"param_button\";s:1:\"|\";s:12:\"color_button\";s:4:\"gray\";s:17:\"appearance_button\";s:1:\"|\";s:11:\"type_button\";s:8:\"external\";s:30:\"modules_reveal_behavior_button\";s:6:\"toggle\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"video\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:79:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/grey-background.mp4\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"9e9e9e_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:79:\"<p><strong>It all starts here. </strong>Create get this amazing layout now.</p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"3d3d3d_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffcc00_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:1:\"2\";s:14:\"font_size_unit\";s:2:\"em\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:5:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:31:\"<h2>What Makes Us So Great</h2>\";s:11:\"font_family\";s:7:\"default\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"30\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:22:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/184724801-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:22:\"WooCommerce Compatible\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:135:\" Aenean tellus eros, placerat in lorem in, suscipit lacinia erat. Fusce bibendum sapien arcu. Integer ultrices congue dui et vulputate.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:93:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/3791963712_cca06f69cc-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:10:\"Typography\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:135:\" Aenean tellus eros, placerat in lorem in, suscipit lacinia erat. Fusce bibendum sapien arcu. Integer ultrices congue dui et vulputate.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:93:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/The-Vintage-Tote-Bag1-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:10:\"Responsive\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:135:\" Aenean tellus eros, placerat in lorem in, suscipit lacinia erat. Fusce bibendum sapien arcu. Integer ultrices congue dui et vulputate.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:22:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/88274311-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:12:\"Page Builder\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:135:\" Aenean tellus eros, placerat in lorem in, suscipit lacinia erat. Fusce bibendum sapien arcu. Integer ultrices congue dui et vulputate.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:80:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/91078382-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:11:\"Easy to use\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:135:\" Aenean tellus eros, placerat in lorem in, suscipit lacinia erat. Fusce bibendum sapien arcu. Integer ultrices congue dui et vulputate.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:79:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/desktop-200x200.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"200\";s:12:\"height_image\";s:3:\"200\";s:11:\"title_image\";s:12:\"Organization\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:135:\" Aenean tellus eros, placerat in lorem in, suscipit lacinia erat. Fusce bibendum sapien arcu. Integer ultrices congue dui et vulputate.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ebebeb_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:163:\"<h2>Good Pricing</h2>\n<p>**Purchase the <a href=\"http://themify.me/addons/pricing-table\">Pricing Table Addon</a> to recreate the Pricing Table layout below**</p>\n\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:13:\"pricing-table\";s:12:\"mod_settings\";a:50:{s:23:\"mod_color_pricing_table\";s:5:\"black\";s:28:\"mod_appearance_pricing_table\";s:1:\"|\";s:23:\"mod_title_pricing_table\";s:4:\"Free\";s:23:\"mod_price_pricing_table\";s:2:\"$0\";s:31:\"mod_recurring_fee_pricing_table\";s:9:\"per month\";s:30:\"mod_feature_list_pricing_table\";s:101:\"Aenean tellus eros\nplacerat in lorem in\nsuscipit lacinia erat\nFusce bibendum \nInteger ultrices congue\";s:29:\"mod_button_text_pricing_table\";s:7:\"Sign Up\";s:29:\"mod_button_link_pricing_table\";s:24:\"http://themify.me/themes\";s:24:\"mod_pricing_blank_button\";s:5:\"modal\";s:26:\"mod_pop_text_pricing_table\";s:7:\"Popular\";s:25:\"mod_enlarge_pricing_table\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:6:\"000000\";s:18:\"border_right_width\";s:1:\"3\";s:18:\"border_right_style\";s:5:\"solid\";s:19:\"border_bottom_color\";s:6:\"000000\";s:19:\"border_bottom_width\";s:1:\"3\";s:19:\"border_bottom_style\";s:5:\"solid\";s:17:\"border_left_color\";s:6:\"000000\";s:17:\"border_left_width\";s:1:\"3\";s:17:\"border_left_style\";s:5:\"solid\";s:10:\"margin_top\";s:1:\"3\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:21:\"mod_title_font_family\";s:7:\"default\";s:20:\"mod_title_font_color\";s:11:\"ffffff_1.00\";s:25:\"mod_text_align_title_left\";s:4:\"left\";s:27:\"mod_text_align_title_center\";s:6:\"center\";s:26:\"mod_text_align_title_right\";s:5:\"right\";s:28:\"mod_text_align_title_justify\";s:7:\"justify\";s:26:\"mod_title_background_color\";s:6:\"C44767\";s:23:\"mod_feature_font_family\";s:7:\"default\";s:27:\"mod_text_align_content_left\";s:4:\"left\";s:29:\"mod_text_align_content_center\";s:6:\"center\";s:28:\"mod_text_align_content_right\";s:5:\"right\";s:30:\"mod_text_align_content_justify\";s:7:\"justify\";s:22:\"mod_button_font_family\";s:7:\"default\";s:21:\"mod_button_font_color\";s:11:\"ffffff_1.00\";s:26:\"mod_text_align_button_left\";s:4:\"left\";s:28:\"mod_text_align_button_center\";s:6:\"center\";s:27:\"mod_text_align_button_right\";s:5:\"right\";s:29:\"mod_text_align_button_justify\";s:7:\"justify\";s:19:\"mod_button_bg_color\";s:6:\"e6477f\";s:19:\"mod_pop_font_family\";s:7:\"default\";s:18:\"mod_pop_font_color\";s:6:\"ffff4c\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:13:\"pricing-table\";s:12:\"mod_settings\";a:47:{s:23:\"mod_color_pricing_table\";s:5:\"black\";s:28:\"mod_appearance_pricing_table\";s:1:\"|\";s:23:\"mod_title_pricing_table\";s:8:\"Standard\";s:23:\"mod_price_pricing_table\";s:3:\"$10\";s:31:\"mod_recurring_fee_pricing_table\";s:9:\"per month\";s:30:\"mod_feature_list_pricing_table\";s:101:\"Aenean tellus eros\nplacerat in lorem in\nsuscipit lacinia erat\nFusce bibendum \nInteger ultrices congue\";s:29:\"mod_button_text_pricing_table\";s:7:\"Sign Up\";s:29:\"mod_button_link_pricing_table\";s:24:\"http://themify.me/themes\";s:24:\"mod_pricing_blank_button\";s:5:\"modal\";s:25:\"mod_enlarge_pricing_table\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:6:\"000000\";s:18:\"border_right_width\";s:1:\"3\";s:18:\"border_right_style\";s:5:\"solid\";s:19:\"border_bottom_color\";s:6:\"000000\";s:19:\"border_bottom_width\";s:1:\"3\";s:19:\"border_bottom_style\";s:5:\"solid\";s:17:\"border_left_color\";s:6:\"000000\";s:17:\"border_left_width\";s:1:\"3\";s:17:\"border_left_style\";s:5:\"solid\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:21:\"mod_title_font_family\";s:7:\"default\";s:20:\"mod_title_font_color\";s:11:\"ffffff_1.00\";s:25:\"mod_text_align_title_left\";s:4:\"left\";s:27:\"mod_text_align_title_center\";s:6:\"center\";s:26:\"mod_text_align_title_right\";s:5:\"right\";s:28:\"mod_text_align_title_justify\";s:7:\"justify\";s:26:\"mod_title_background_color\";s:6:\"36CCCB\";s:23:\"mod_feature_font_family\";s:7:\"default\";s:27:\"mod_text_align_content_left\";s:4:\"left\";s:29:\"mod_text_align_content_center\";s:6:\"center\";s:28:\"mod_text_align_content_right\";s:5:\"right\";s:30:\"mod_text_align_content_justify\";s:7:\"justify\";s:22:\"mod_button_font_family\";s:7:\"default\";s:21:\"mod_button_font_color\";s:11:\"ffffff_1.00\";s:26:\"mod_text_align_button_left\";s:4:\"left\";s:28:\"mod_text_align_button_center\";s:6:\"center\";s:27:\"mod_text_align_button_right\";s:5:\"right\";s:29:\"mod_text_align_button_justify\";s:7:\"justify\";s:19:\"mod_button_bg_color\";s:6:\"5CA498\";s:19:\"mod_pop_font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:13:\"pricing-table\";s:12:\"mod_settings\";a:49:{s:23:\"mod_color_pricing_table\";s:5:\"black\";s:28:\"mod_appearance_pricing_table\";s:1:\"|\";s:23:\"mod_title_pricing_table\";s:7:\"Feature\";s:23:\"mod_price_pricing_table\";s:3:\"$30\";s:31:\"mod_recurring_fee_pricing_table\";s:9:\"per month\";s:30:\"mod_feature_list_pricing_table\";s:101:\"Aenean tellus eros\nplacerat in lorem in\nsuscipit lacinia erat\nFusce bibendum \nInteger ultrices congue\";s:29:\"mod_button_text_pricing_table\";s:7:\"Sign Up\";s:29:\"mod_button_link_pricing_table\";s:24:\"http://themify.me/themes\";s:24:\"mod_pricing_blank_button\";s:5:\"modal\";s:26:\"mod_pop_text_pricing_table\";s:9:\"Best Deal\";s:25:\"mod_enlarge_pricing_table\";s:7:\"enlarge\";s:11:\"font_family\";s:7:\"default\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:6:\"000000\";s:18:\"border_right_width\";s:1:\"3\";s:18:\"border_right_style\";s:5:\"solid\";s:19:\"border_bottom_color\";s:6:\"000000\";s:19:\"border_bottom_width\";s:1:\"3\";s:19:\"border_bottom_style\";s:5:\"solid\";s:17:\"border_left_color\";s:6:\"000000\";s:17:\"border_left_width\";s:1:\"3\";s:17:\"border_left_style\";s:5:\"solid\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:21:\"mod_title_font_family\";s:7:\"default\";s:20:\"mod_title_font_color\";s:11:\"ffffff_1.00\";s:25:\"mod_text_align_title_left\";s:4:\"left\";s:27:\"mod_text_align_title_center\";s:6:\"center\";s:26:\"mod_text_align_title_right\";s:5:\"right\";s:28:\"mod_text_align_title_justify\";s:7:\"justify\";s:26:\"mod_title_background_color\";s:6:\"018A9D\";s:23:\"mod_feature_font_family\";s:7:\"default\";s:27:\"mod_text_align_content_left\";s:4:\"left\";s:29:\"mod_text_align_content_center\";s:6:\"center\";s:28:\"mod_text_align_content_right\";s:5:\"right\";s:30:\"mod_text_align_content_justify\";s:7:\"justify\";s:22:\"mod_button_font_family\";s:7:\"default\";s:21:\"mod_button_font_color\";s:11:\"ffffff_1.00\";s:26:\"mod_text_align_button_left\";s:4:\"left\";s:28:\"mod_text_align_button_center\";s:6:\"center\";s:27:\"mod_text_align_button_right\";s:5:\"right\";s:29:\"mod_text_align_button_justify\";s:7:\"justify\";s:19:\"mod_button_bg_color\";s:6:\"1cadba\";s:19:\"mod_pop_font_family\";s:7:\"default\";s:18:\"mod_pop_font_color\";s:6:\"70ecff\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"858585_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:8;a:4:{s:9:\"row_order\";i:8;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:65:\"<p>Get this Themify theme and get all these new page layouts!</p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"3d3d3d_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:6:\"button\";s:12:\"mod_settings\";a:16:{s:10:\"link_label\";s:7:\"BUY NOW\";s:11:\"link_button\";s:24:\"http://themify.me/themes\";s:12:\"param_button\";s:1:\"|\";s:12:\"color_button\";s:5:\"black\";s:17:\"appearance_button\";s:1:\"|\";s:11:\"type_button\";s:8:\"external\";s:30:\"modules_reveal_behavior_button\";s:6:\"toggle\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffcc00_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:1:\"2\";s:14:\"font_size_unit\";s:2:\"em\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:9;a:1:{s:9:\"row_order\";i:9;}}'),(700,3973,'_themify_builder_prebuilt_layout','yes'),(703,3987,'_thumbnail_id','4300'),(706,3987,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-music.jpg'),(709,3987,'_post_image_attach_id','4300'),(712,3987,'builder_switch_frontend','0'),(715,3987,'_themify_builder_settings','a:6:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:147:\"<h1>New Music Landing Page.</h1><h5>We used the Audio, Button, and Pricing Table addon to show you how you can create an amazing music layout.</h5>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:1:\"4\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:6:\"button\";s:12:\"mod_settings\";a:20:{s:10:\"link_label\";s:10:\"GET IT NOW\";s:11:\"link_button\";s:24:\"http://themify.me/themes\";s:12:\"param_button\";s:8:\"lightbox\";s:12:\"color_button\";s:4:\"blue\";s:17:\"appearance_button\";s:7:\"rounded\";s:11:\"type_button\";s:8:\"external\";s:30:\"modules_reveal_behavior_button\";s:6:\"toggle\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/91078382-1024x690.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:1:\"4\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:1:\"4\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:1;a:2:{s:8:\"mod_name\";s:5:\"audio\";s:12:\"mod_settings\";a:24:{s:14:\"music_playlist\";a:5:{i:0;a:2:{s:10:\"audio_name\";s:8:\"Helpless\";s:9:\"audio_url\";s:62:\"http://themify.me/demo/themes/music/files/2014/07/Helpless.mp3\";}i:1;a:2:{s:10:\"audio_name\";s:17:\"I\'ve Not Over Yet\";s:9:\"audio_url\";s:72:\"http://themify.me/demo/themes/music/files/2014/07/myuu-ItsNotOverYet.mp3\";}i:2;a:2:{s:10:\"audio_name\";s:6:\"O Song\";s:9:\"audio_url\";s:55:\"http://themify.me/demo/themes/music/files/2014/07/o.mp3\";}i:3;a:2:{s:10:\"audio_name\";s:8:\"Unstable\";s:9:\"audio_url\";s:62:\"http://themify.me/demo/themes/music/files/2014/07/unstable.mp3\";}i:4;a:2:{s:10:\"audio_name\";s:7:\"Madness\";s:9:\"audio_url\";s:69:\"http://themify.me/demo/themes/music/files/2014/07/funk-oniongrass.mp3\";}}s:19:\"hide_download_audio\";s:2:\"no\";s:16:\"background_color\";s:6:\"D74B4B\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:8:\"ffffff_1\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"5\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:6:\"354B5E\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:1:\"%\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:1:{i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:19:{s:12:\"content_text\";s:116:\"<p>**Purchase the <a href=\"http://themify.me/addons/audio\">Audio Addon</a> to recreate the audio layout above**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"0\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:1:\"0\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:19:\"border_bottom_color\";s:6:\"354B5E\";s:19:\"border_bottom_width\";s:1:\"3\";s:19:\"border_bottom_style\";s:5:\"solid\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"D74B4B\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"0\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:1:\"0\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:22:{s:12:\"content_text\";s:462:\"<h2>Showcase Your Music.</h2><p><strong>Morbi augue lacus, malesuada id cursus a, consequat vel risus. Fusce non lectus nibh. Quisque tempor augue ut porttitor auctor. Suspendisse iaculis diam non est ultrices rhoncus. </strong><strong>Suspendisse potenti. Aenean ultrices nisl quis tempor sodales. </strong></p><h4><a href=\"http://themify.me/themes/landing\"><b>Get it now</b></a></h4><h4><a href=\"http://themify.me/themes/landing\"><b>Download now</b></a></h4>\";s:16:\"background_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/139731562.jpg\";s:17:\"background_repeat\";s:9:\"fullcover\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:11:\"ffffff_1.00\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:2:\"20\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:2:\"22\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:3:{i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/kanye-west-400x400.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:84:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/jason-derulo-400x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:85:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/ariana-grande-400x400.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"400\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:22:{s:12:\"content_text\";s:272:\"<h2>Broadcast Your music.</h2><p><strong>Upload your tracks using the <a href=\"http://themify.me/addons/audio/\">Audio addon</a>, and allow you users to get a taste of your music. Check out our <a href=\"http://themify.me/themes\">Pricing Table addon</a> below.</strong></p>\";s:16:\"background_color\";s:6:\"DCDDD8\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"475F77\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:6:\"D74B4B\";s:11:\"padding_top\";s:1:\"3\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"3\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"5\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:5:\"audio\";s:12:\"mod_settings\";a:19:{s:14:\"music_playlist\";a:2:{i:0;a:2:{s:10:\"audio_name\";s:8:\"Unstable\";s:9:\"audio_url\";s:62:\"http://themify.me/demo/themes/music/files/2014/07/unstable.mp3\";}i:1;a:2:{s:10:\"audio_name\";s:7:\"Madness\";s:9:\"audio_url\";s:69:\"http://themify.me/demo/themes/music/files/2014/07/funk-oniongrass.mp3\";}}s:19:\"hide_download_audio\";s:2:\"no\";s:16:\"background_color\";s:6:\"475F77\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"DCDDD8\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:1:\"5\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:1:\"5\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"475F77\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:98:\"<h2>Get the new Music landing page</h2><p>Now available together with all the 25+ page layouts</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/music-bg-1024x685.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"dbdbdb_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:10:\"link_color\";s:11:\"000000_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:11:\"faf205_1.00\";s:19:\"border_bottom_width\";s:1:\"5\";s:19:\"border_bottom_style\";s:5:\"solid\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:1:{s:9:\"row_order\";i:5;}}'),(718,3987,'_themify_builder_prebuilt_layout','yes'),(721,3988,'_themify_builder_prebuilt_layout','yes'),(724,3988,'_thumbnail_id','4299'),(727,3988,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-event-page.jpg'),(730,3988,'_post_image_attach_id','4299'),(733,3988,'builder_switch_frontend','0'),(736,3988,'_themify_builder_settings','a:9:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:57:\"<h1 style=\"text-align: center;\"> Event Begins In...</h1>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:9:\"countdown\";s:12:\"mod_settings\";a:18:{s:18:\"mod_date_countdown\";s:19:\"2018-01-03 01:25:12\";s:15:\"color_countdown\";s:5:\"black\";s:21:\"done_action_countdown\";s:7:\"nothing\";s:11:\"font_family\";s:7:\"default\";s:10:\"text_align\";s:6:\"center\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:1:\"5\";s:15:\"margin_top_unit\";s:1:\"%\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:308:\"<p style=\"text-align: center;\">**Purchase the <a href=\"http://themify.me/addons/countdown\">Countdown Addon</a> to recreate the countdown timer**</p><p style=\"text-align: center;\">[themify_button style=\"xlarge yellow flat rect\" link=\"themify.me/themes/landing\" text=\"#000000\" ]Buy Ticket[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:86:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/event-page-bg-1024x632.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"000000_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:51:\"<h2 style=\"text-align: center;\">Special Guests</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/user_miles.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"280\";s:12:\"height_image\";s:3:\"280\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"20\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:627:\"<h4 style=\"text-align: center;\">Mike</h4><p style=\"text-align: center;\"><em>Project Manager, Company </em></p><p style=\"text-align: center;\">[themify_icon icon=\"fa-facebook\" link=\"https://www.facebook.com/themify\" icon_color=\"#000000\" ] [themify_icon icon=\"fa-twitter\" link=\"https://twitter.com/themify\" icon_color=\"#000000\" ] [themify_icon icon=\"fa-instagram\" link=\"http://instagram.com/\" icon_color=\"#000000\" ]</p><p style=\"text-align: center;\">Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1974576231.jpg\";s:16:\"appearance_image\";s:14:\"rounded|circle\";s:11:\"width_image\";s:3:\"280\";s:12:\"height_image\";s:3:\"280\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"20\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:579:\"<h4 style=\"text-align: center;\">Kelly</h4><p style=\"text-align: center;\"><em>Developer, Themify </em></p><p style=\"text-align: center;\">[themify_icon icon=\"fa-facebook\" link=\"https://www.facebook.com/themify\" icon_color=\"#000000\" ] [themify_icon icon=\"fa-twitter\" link=\"https://twitter.com/themify\" icon_color=\"#000000\" ] [themify_icon icon=\"fa-instagram\" link=\"http://instagram.com/\" icon_color=\"#000000\" ]</p><p style=\"text-align: center;\">Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/206018344.jpg\";s:16:\"appearance_image\";s:14:\"rounded|circle\";s:11:\"width_image\";s:3:\"280\";s:12:\"height_image\";s:3:\"280\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"20\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:563:\"<h4 style=\"text-align: center;\">Smith</h4><p style=\"text-align: center;\"><em>Designer, X-corp</em></p><p style=\"text-align: center;\">[themify_icon icon=\"fa-facebook\" link=\"https://www.facebook.com/themify\" icon_color=\"#000000\" ] [themify_icon icon=\"fa-twitter\" link=\"https://twitter.com/themify\" icon_color=\"#000000\" ] [themify_icon icon=\"fa-instagram\" link=\"http://instagram.com/\" icon_color=\"#000000\" ]</p><p style=\"text-align: center;\">Vid volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/1574723721.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:3:\"280\";s:12:\"height_image\";s:3:\"280\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"20\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:616:\"<h4 style=\"text-align: center;\">John</h4><p style=\"text-align: center;\"><em>CSS Master, AD Firm </em></p><p style=\"text-align: center;\">[themify_icon icon=\"fa-facebook\" link=\"https://www.facebook.com/themify\" icon_color=\"#000000\" ] [themify_icon icon=\"fa-twitter\" link=\"https://twitter.com/themify\" icon_color=\"#000000\" ] [themify_icon icon=\"fa-instagram\" link=\"http://instagram.com/\" icon_color=\"#000000\" ]</p><p style=\"text-align: center;\">A porttitor dolor commodo in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"e6e6e6_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:6:\"guests\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:45:\"<h2 style=\"text-align: center;\">Schedule</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:3:\"tab\";s:12:\"mod_settings\";a:18:{s:10:\"layout_tab\";s:9:\"tab-frame\";s:9:\"color_tab\";s:7:\"default\";s:18:\"tab_appearance_tab\";s:16:\"rounded|gradient\";s:15:\"tab_content_tab\";a:5:{i:0;a:2:{s:9:\"title_tab\";s:5:\"Day 1\";s:8:\"text_tab\";s:1053:\"<h4>9:00am </h4><h3>Master WordPress Templating</h3><p><em>John Smith, The X-Lab</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><h4>11:00am </h4><h3>WordPress SEO</h3><p><em>Peter, SEO Expert</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><h4>2:00pm </h4><h3>Custom Post Types</h3><p><em>Nick, Themiy</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><p> </p>\";}i:1;a:2:{s:9:\"title_tab\";s:5:\"Day 2\";s:8:\"text_tab\";s:1064:\"<h4>9:00am </h4><h3>CSS Master Mind</h3><p><em>Kenneth Moore, Hack Academy</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><h4>12:00pm </h4><h3>SEO Site Challenge</h3><p><em>Mazenkie Rindle, SEO Expert</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><h4>3:00pm </h4><h3>Network Hour</h3><p><em>Host, Shamoo Media</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><p> </p>\";}i:2;a:2:{s:9:\"title_tab\";s:5:\"Day 3\";s:8:\"text_tab\";s:706:\"<h4>9:00am </h4><h3>CSS Master Mind Cont.</h3><p><em>Kenneth Moore, Hack Academy</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><h4>11:30am </h4><h3>Lunch </h3><p><i>Catered by O&B</i></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><p> </p>\";}i:3;a:2:{s:9:\"title_tab\";s:5:\"Day 4\";s:8:\"text_tab\";s:766:\"<h4>9:00am </h4><h3>WordPress Review</h3><p><em>Lance Stevenson, Carolina Academics</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><h4>12:00pm </h4><h3>Prep Session - Case Competition Reveal</h3><p><em>Margaret Tancio, President of Hacker Media</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><p> </p>\";}i:4;a:2:{s:9:\"title_tab\";s:5:\"Day 5\";s:8:\"text_tab\";s:914:\"<h4>11:00am </h4><h3>Coding Competition</h3><p><em>Jessica Parker, Host</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><h4>Judges:</h4><ol><li><em>Renne Valiermo, CEO Oppa</em></li><li><em>Sonny Morgammo, Univeristy of Toronto</em></li><li><em>Ralph Peterson, Code Academic Institute President</em></li></ol><h4>3:00pm </h4><h3>Competition Winner Announcement </h3><p><em>Jessica Parker, Host</em></p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec eget gravida libero, id volutpat nunc. In venenatis metus quis libero mattis, nec ullamcorper arcu ullamcorper. Integer sagittis erat lacus, a porttitor dolor commodo in</p><p> </p>\";}}s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:7:\"css_tab\";s:11:\"custom-tabs\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:8:\"schedule\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:13:\"gutter-narrow\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:3:\"map\";s:12:\"mod_settings\";a:19:{s:11:\"address_map\";s:31:\"60 Yorkville Avenue\nToronto, ON\";s:8:\"zoom_map\";s:2:\"15\";s:5:\"w_map\";s:3:\"100\";s:6:\"unit_w\";s:1:\"%\";s:5:\"h_map\";s:3:\"450\";s:6:\"unit_h\";s:2:\"px\";s:11:\"b_style_map\";s:5:\"solid\";s:8:\"type_map\";s:7:\"ROADMAP\";s:15:\"scrollwheel_map\";s:7:\"disable\";s:13:\"draggable_map\";s:6:\"enable\";s:28:\"draggable_disable_mobile_map\";s:3:\"yes\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:12:{s:12:\"content_text\";s:281:\"<h3>Four Season Hotel Toronto</h3><p>Vestibulum elit nisi, convallis ut pellentesque a, maximus quis eros. Proin mattis ligula nec finibus lacinia.</p><p>[themify_icon icon=\"fa-map-marker\" ] 60 Yorkville Avenue Toronto, ON</p><p>[themify_icon icon=\"fa-phone\" ] (416) 964-0411</p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:1:\"5\";s:17:\"margin_right_unit\";s:1:\"%\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"FECD06\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:8:\"location\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:5:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:45:\"<h2 style=\"text-align: center;\">Sponsors</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:5:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col5-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:79:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Windows_logo-71.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/543c477e9547e.jpg.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"100\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:75:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/showposter1.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"120\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:15:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:78:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Logitech-logo1.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"120\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:4;a:2:{s:10:\"grid_class\";s:11:\"col5-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:15:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Apple-Logo-splash1.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"210\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:5:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col5-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:15:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:101:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Screen-Shot-2015-02-04-at-3.51.03-PM1.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:91:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/google-logo-e14230841655921.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:16:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/LinkedIn-Logo-2C1.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:19:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:82:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Facebook-logo-PSD1.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:4;a:2:{s:10:\"grid_class\";s:11:\"col5-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:16:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/asus_logo1.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"180\";s:12:\"height_image\";s:1:\"0\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:2:\"25\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:5:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col5-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:0:{}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:0:{}}i:3;a:2:{s:10:\"grid_class\";s:6:\"col5-1\";s:7:\"modules\";a:0:{}}i:4;a:2:{s:10:\"grid_class\";s:11:\"col5-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:8:\"sponsors\";}}i:5;a:4:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:42:\"<h2 style=\"text-align: center;\">Press</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:22:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:87:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/kobe-bryant-gq-magazine.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"400\";s:11:\"title_image\";s:25:\"Lightbox Image Zoom Icon\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/134996096.jpg\";s:11:\"param_image\";s:13:\"lightbox|zoom\";s:13:\"caption_image\";s:114:\"Click the image above to view an enlarged image in a lightbox. Add a zoom icon to notify users of a external link.\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:22:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:88:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/IggyAzaleaBillboardCover.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"400\";s:11:\"title_image\";s:21:\"Iggy on BillBoard Mag\";s:10:\"link_image\";s:25:\"http://www.billboard.com/\";s:11:\"param_image\";s:8:\"lightbox\";s:13:\"caption_image\";s:72:\"Check out Iggy as she gets featured as the cover for Billboard Magazine!\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:22:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:98:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/Womens-Health-Magazine-August-2012.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"400\";s:11:\"title_image\";s:22:\"Womens Health Magazine\";s:10:\"link_image\";s:31:\"http://www.womenshealthmag.com/\";s:11:\"param_image\";s:13:\"lightbox|zoom\";s:13:\"caption_image\";s:88:\"Showoff where you\'ve been featured by showcasing the images where you\'ve been featured. \";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:22:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:96:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iron-man-3-empire-magazine-cover.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"400\";s:11:\"title_image\";s:23:\"Iron Man 3 Coming Soon!\";s:10:\"link_image\";s:60:\"http://collider.com/iron-man-3-poster-magazine-cover-images/\";s:11:\"param_image\";s:6:\"newtab\";s:13:\"caption_image\";s:106:\"Read my article about the upcoming Iron Man 3. A must read for you Marvel Fanatics. *Ending spoiler alert*\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"FECD06\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:5:\"press\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:44:\"<h2 style=\"text-align: center;\">Pricing</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"box\";s:12:\"mod_settings\";a:17:{s:11:\"content_box\";s:454:\"<h3 style=\"text-align: center;\">Basic</h3><h4 style=\"text-align: center;\">$300</h4><ul><li style=\"text-align: center;\">Comes with access to all themes</li><li style=\"text-align: center;\">Can be used on Multiple sites</li><li style=\"text-align: center;\">All themes is built-in with the Builder</li></ul><p style=\"text-align: center;\">[themify_button style=\"xlarge black outline rect\" link=\"http://themify.me/themes/landing\" ]Buy Basic[/themify_button]</p>\";s:9:\"color_box\";s:7:\"default\";s:14:\"appearance_box\";s:16:\"rounded|gradient\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:11:\"add_css_box\";s:9:\"price-box\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"box\";s:12:\"mod_settings\";a:17:{s:11:\"content_box\";s:447:\"<h3 style=\"text-align: center;\">Pro</h3><h4 style=\"text-align: center;\">$400</h4><ul><li style=\"text-align: center;\">Comes with access to all Themes</li><li style=\"text-align: center;\">Comes with PSD (Photoshop) files</li><li style=\"text-align: center;\">Very similar to the Pro memerbsip</li></ul><p style=\"text-align: center;\">[themify_button style=\"xlarge black outline rect\" link=\"http://themify.me/themes/landing\" ]Buy Pro[/themify_button]</p>\";s:9:\"color_box\";s:7:\"default\";s:14:\"appearance_box\";s:16:\"rounded|gradient\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:11:\"add_css_box\";s:9:\"price-box\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"box\";s:12:\"mod_settings\";a:17:{s:11:\"content_box\";s:449:\"<h3 style=\"text-align: center;\">Premium</h3><h4 style=\"text-align: center;\">$500</h4><ul><li style=\"text-align: center;\">Access to all Themify themes</li><li style=\"text-align: center;\">Access to all Stand-alone plugins</li><li style=\"text-align: center;\">Acces to all extendable idons</li></ul><p style=\"text-align: center;\">[themify_button style=\"xlarge black outline rect\" link=\"http://themify.me/themes/landing\" ]Buy Premium[/themify_button]</p>\";s:9:\"color_box\";s:7:\"default\";s:14:\"appearance_box\";s:16:\"rounded|gradient\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:11:\"add_css_box\";s:9:\"price-box\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"edf4fa_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:7:\"pricing\";}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:40:\"<h2 style=\"text-align: center;\">Faq</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:354:\"<h4>What\'s Your Return Policy?</h4><p>Mauris mattis sem nec urna finibus, non venenatis elit ultricies. Nunc congue lacinia odio, ut vestibulum ante. Sed at consequat erat. Suspendisse in diam lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec consequat facilisis iaculis. Phasellus dapibus eros sit amet nunc tincidunt sodales. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:350:\"<h4>Where are you located?</h4><p>Mauris mattis sem nec urna finibus, non venenatis elit ultricies. Nunc congue lacinia odio, ut vestibulum ante. Sed at consequat erat. Suspendisse in diam lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec consequat facilisis iaculis. Phasellus dapibus eros sit amet nunc tincidunt sodales. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:415:\"<h4>Any Bundle Discount?</h4><p>Nulla vitae condimentum urna, ut ornare purus. Ut sodales velit risus, sit amet bibendum enim interdum nec. Quisque velit nisl, pulvinar a venenatis vitae, lobortis at lacus. Fusce ac eros ut eros accumsan vestibulum. Morbi tempus, augue convallis mattis consectetur, eros mauris faucibus diam, vitae egestas ipsum mauris quis dolor. Nunc condimentum faucibus mauris eu aliquet. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:359:\"<h4>How Long is the Event?</h4><p>Nunc condimentum faucibus mauris eu aliquet. Nulla vitae condimentum urna, ut ornare purus. Ut sodales velit risus, sit amet bibendum enim interdum nec. Quisque velit nisl, pulvinar a venenatis vitae, lobortis at lacus. Morbi tempus, augue convallis mattis consectetur, eros Fusce ac eros ut eros accumsan vestibulum. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:3:\"faq\";}}i:8;a:1:{s:9:\"row_order\";i:8;}}'),(739,3989,'_themify_builder_prebuilt_layout','yes'),(742,3989,'_post_image_attach_id','4310'),(745,3989,'builder_switch_frontend','0'),(748,3989,'_themify_builder_settings','a:10:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-2 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:438:\"<h4 style=\"text-align: center;\">Kimiko</h4><p style=\"text-align: center;\">[themify_icon icon=\"fa-heart-o\" style=\"xlarge\" ]</p><h4 style=\"text-align: center;\"> Chris</h4><p style=\"text-align: center;\"><strong>Parkhomme, Massachusetts</strong><br />March Twenty Third 2016<br />Four in the Afternoon</p><p style=\"text-align: center;\">[themify_button style=\"rect outline\" link=\"http://themify.me/themes/landing\" ] RSVP [/themify_button]</p>\";s:16:\"background_color\";s:6:\"b629cf\";s:11:\"font_family\";s:14:\"Dancing Script\";s:11:\"padding_top\";s:2:\"40\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:2:\"10\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:2:\"10\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/114785206.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"cccccc_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:5:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:58:\"<h2 style=\"text-align: center;\">The Bride & Groom</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:11:{s:12:\"content_text\";s:45:\"<h4 style=\"text-align: right;\">The Bride</h4>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"b629cf\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:56:\"<h3 style=\"text-align: right;\">Kimiko Glendale Rose</h3>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"505050\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:11:{s:12:\"content_text\";s:44:\"<h4 style=\"text-align: left;\">The Groom</h4>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"129793\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:56:\"<h3 style=\"text-align: left;\">Chris Patterson Yully</h3>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"505050\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:44:\"<p style=\"text-align: center;\">Our Story</p>\";s:11:\"font_family\";s:14:\"Dancing Script\";s:9:\"font_size\";s:3:\"2.2\";s:14:\"font_size_unit\";s:2:\"em\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:2:\"60\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:1034:\"<p>Maecenas augue felis, accumsan mattis dolor vitae, sodales congue sem. Sed nibh urna, tempus vulputate varius eu, venenatis vel neque. Curabitur vel nisl suscipit, tincidunt augue ut, ullamcorper neque. Integer scelerisque augue dui, nec egestas justo aliquam non. Aliquam in nisi eget dolor malesuada accumsan id eu elit. Sed sit amet leo vestibulum, congue mauris quis, mattis elit. Cras placerat tempor sagittis. Sed aliquet vestibulum augue, ac suscipit ligula ultrices pellentesque. Nullam viverra ornare libero, sed dapibus urna eleifend at. Curabitur ut tempus orci. Fusce eu elementum nunc.</p><p>Phasellus orci metus, congue vitae sapien in, sollicitudin viverra turpis. Nunc tincidunt quis eros eget blandit. Cras sed scelerisque elit, ut ullamcorper elit. Sed imperdiet, eros id vehicula condimentum, magna nisl bibendum magna, iaculis dapibus libero odio in justo. Aenean dictum iaculis diam vel ullamcorper. Nunc dapibus, neque non commodo vestibulum, dolor sem imperdiet nibh, id scelerisque felis erat id nisl. </p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:1049:\"<p style=\"text-align: left;\">Nunc leo ex, gravida quis consequat quis, efficitur in nibh. Cras semper quam in lacus vehicula mattis. Nam consequat risus ligula, id tempus nulla imperdiet varius. Fusce posuere lacus eu diam posuere, non scelerisque justo laoreet.</p><p style=\"text-align: left;\">Nullam accumsan et magna vel feugiat. Ut in enim augue. Quisque venenatis urna velit, a molestie sem facilisis sed. Integer venenatis sollicitudin euismod. Vivamus ultrices quis augue ac aliquet. Aliquam consectetur consequat dui, et porttitor nunc luctus et. Nulla venenatis dictum aliquet. Pellentesque sed laoreet risus, quis feugiat diam. Nam fermentum urna vel sem posuere auctor. Curabitur volutpat dignissim erat, dapibus aliquam nibh vestibulum et. Praesent in massa orci. Donec magna sapien, facilisis consectetur turpis ac, dapibus aliquam enim. Donec nec convallis eros, eget luctus velit. Donec sagittis felis vitae mauris laoreet, facilisis lacinia mauris pretium. Donec posuere venenatis ultrices. Duis mattis ultricies leo ac fermentum</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:2:\"bg\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/115990051.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"20\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:5:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:54:\"<h2 style=\"text-align: center;\">The Wedding Party</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:101:\"<h4 style=\"text-align: center;\">Vanessa Rudy Rose</h4><p style=\"text-align: center;\">Man of Honor</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:101:\"<h4 style=\"text-align: center;\">Matt Redman Yully</h4><p style=\"text-align: center;\">Man of Honor</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:146:\"<h4 style=\"text-align: center;\">Rachel Rose</h4><h4 style=\"text-align: center;\">Ziah Rose</h4><h4 style=\"text-align: center;\">Stephanie Tanuk</h4>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"10\";s:14:\"font_size_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:156:\"<h4 style=\"text-align: center;\">Michelle Adams</h4><h4 style=\"text-align: center;\">Catherine Moriah</h4><h4 style=\"text-align: center;\">Jennifer Hewitt</h4>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"10\";s:14:\"font_size_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:154:\"<h4 style=\"text-align: center;\">Brandon HayWood</h4><h4 style=\"text-align: center;\">Vince McMahon</h4><h4 style=\"text-align: center;\">Charles Vicente</h4>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"10\";s:14:\"font_size_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:153:\"<h4 style=\"text-align: center;\">Matthew McAdams</h4><h4 style=\"text-align: center;\">Jeremy Clinton</h4><h4 style=\"text-align: center;\">Mark Muirkirk</h4>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"10\";s:14:\"font_size_unit\";s:2:\"px\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:98:\"<h4 style=\"text-align: center;\">Gregory Stanley</h4><p style=\"text-align: center;\">Ring Bearer</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:98:\"<h4 style=\"text-align: center;\">Jamie Zummerman</h4><p style=\"text-align: center;\">Flower Girl</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:15:{s:12:\"content_text\";s:100:\"<h4 style=\"text-align: center;\">Zachariah Juancho</h4><p style=\"text-align: center;\">Ring Bearer</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"129793\";s:11:\"font_family\";s:14:\"Dancing Script\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:13:\"wedding-party\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:342:\"<h2 style=\"text-align: center;\">When & Where</h2><h4 style=\"text-align: center;\">The House of Doves<br />Parkhomme, Massachusetts</h4><h3 style=\"text-align: center;\">[themify_icon icon=\"fa-clock-o\" style=\"xlarge\" ]<br />4 O\'CLOCK<br />In the Afternoon</h3><h4 style=\"text-align: center;\">March Twenty Third<br />Two Thousand Sixteen</h4>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"font_family\";s:14:\"Dancing Script\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:9:\"whenwhere\";}}i:5;a:3:{s:9:\"row_order\";i:5;s:6:\"gutter\";s:14:\"gutter-default\";s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/114853699.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"24\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"24\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:6;a:4:{s:9:\"row_order\";i:6;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:129:\"<h4 style=\"text-align: center;\">[themify_icon icon=\"fa-map-marker\" style=\"xlarge\" ] 40 Carlton St. Parkhomme, Massachusetts</h4>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:6:\"b629cf\";s:11:\"font_family\";s:14:\"Dancing Script\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:7;a:4:{s:9:\"row_order\";i:7;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:3:\"map\";s:12:\"mod_settings\";a:19:{s:11:\"address_map\";s:13:\"Massachusetts\";s:8:\"zoom_map\";s:2:\"15\";s:5:\"w_map\";s:3:\"100\";s:6:\"unit_w\";s:1:\"%\";s:5:\"h_map\";s:3:\"400\";s:6:\"unit_h\";s:2:\"px\";s:11:\"b_style_map\";s:5:\"solid\";s:8:\"type_map\";s:7:\"ROADMAP\";s:15:\"scrollwheel_map\";s:7:\"disable\";s:13:\"draggable_map\";s:7:\"disable\";s:28:\"draggable_disable_mobile_map\";s:3:\"yes\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:8;a:4:{s:9:\"row_order\";i:8;s:6:\"gutter\";s:13:\"gutter-narrow\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:50:\"<h2>RSVP</h2><h3>Please RSVP Before March 2nd</h3>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:4:{s:13:\"style_divider\";s:6:\"double\";s:16:\"stroke_w_divider\";s:1:\"4\";s:13:\"color_divider\";s:11:\"000000_1.00\";s:21:\"bottom_margin_divider\";s:2:\"40\";}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:332:\"<h4 style=\"text-align: center;\">Stay<br />\nConnected<br />\n________</h4>\n<p style=\"text-align: center;\">[themify_icon icon=\"fa-share-alt\"] #kimikochris2016</p>\n<p style=\"text-align: center;\">[themify_icon icon=\"fa-instagram\"] @kimikochris2016</p>\n<p style=\"text-align: center;\">[themify_icon icon=\"fa-facebook\"] kimikochris2016</p>\n\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:7:\"contact\";s:12:\"mod_settings\";a:27:{s:14:\"layout_contact\";s:6:\"style3\";s:19:\"field_subject_label\";s:28:\"Special Requests? Allergies?\";s:20:\"field_captcha_active\";s:3:\"yes\";s:19:\"field_message_label\";s:8:\"Comments\";s:21:\"field_sendcopy_active\";s:3:\"yes\";s:16:\"field_send_label\";s:6:\"Submit\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:11:\"padding_top\";s:1:\"2\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:1:\"2\";s:18:\"padding_right_unit\";s:1:\"%\";s:14:\"padding_bottom\";s:1:\"2\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:1:\"4\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:2:\"30\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";s:17:\"border_left_color\";s:11:\"666666_1.00\";s:17:\"border_left_width\";s:1:\"4\";s:17:\"border_left_style\";s:6:\"double\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:138:\"<p>**Purchase the <a href=\"http://themify.me/addons/contact\">Contact extendable Addon</a> to get the same looking contact form above**</p>\";s:11:\"font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:14:\"Dancing Script\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:3:\"1.2\";s:14:\"font_size_unit\";s:2:\"em\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:4:\"rsvp\";}}i:9;a:1:{s:9:\"row_order\";i:9;}}'),(751,3989,'_thumbnail_id','4310'),(754,3989,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-wedding.jpg'),(757,3990,'_themify_builder_prebuilt_layout','yes'),(760,3990,'_thumbnail_id','4318'),(763,3990,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-event-page-2.jpg'),(766,3990,'_post_image_attach_id','4318'),(769,3990,'builder_switch_frontend','0'),(772,3990,'_themify_builder_settings','a:6:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:365:\"<h1 style=\"text-align: center;\">The Big Event</h1><h3 style=\"text-align: center;\">Join me on December as I destroy the stage on the WamBam Super Coolkit Concert. Reserve your early bird ticket now! #thebigevent</h3><p> </p><p style=\"text-align: center;\">[themify_button style=\"xlarge flat rect outline\" link=\"#contact\" ]Reserve Your Ticket Now[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:102:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/bsrOzgDkQhGRKOVC7Era_9X6A3584-1024x682.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"7c4ccf_0.65\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"15\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"15\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-3 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:18:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:93:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/3791963712_cca06f69cc-500x500.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;N;i:1;a:3:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-3 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:428:\"<h2 style=\"text-align: left;\">My Music Your Ears</h2><p>Listen to my music live on the big stage. Join me at Boston where it all began, where my dreams became a reality and my life was changed. This is it!</p><p>[themify_button style=\"xlarge flat rect outline\" link=\"#contact\" ]Gallery[/themify_button] [themify_button style=\"xlarge flat rect outline\" link=\"https://www.youtube.com/user/themifyme\" ]Youtube[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"030303_1.00\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"5\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:267:\"<h2 style=\"text-align: left;\">Opening Number - Rusty Clowns</h2><p style=\"text-align: left;\">Rusty clowns opens for us with their iconic music that will knock your socks off. This line-up will blow your mind and definitely set you up for a night you won\'t forget.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:0:{}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iqlYdAAYQiaOCoKnT6jE_kabia.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"37b84a_0.33\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:2:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:470:\"<h2 style=\"text-align: center;\">United We Stand</h2><p style=\"text-align: center;\"><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:71:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/band-bg.jpg\";s:17:\"background_repeat\";s:9:\"fullcover\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"ffffff_0.68\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"030303_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"5\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"25\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:120:\"<p>**Purchase the <a href=\"http://themify.me/addons/contact\">Contact Addon</a> to recreate the contact form below**</p>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:10:\"link_color\";s:11:\"dbdbdb_1.00\";s:15:\"text_decoration\";s:9:\"underline\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"contact\";s:12:\"mod_settings\";a:18:{s:17:\"mod_title_contact\";s:7:\"Contact\";s:14:\"layout_contact\";s:6:\"style3\";s:20:\"field_subject_active\";s:1:\"|\";s:20:\"field_captcha_active\";s:1:\"|\";s:21:\"field_sendcopy_active\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/63796702.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:0:\"\";s:11:\"cover_color\";s:11:\"030303_0.38\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:7:\"contact\";}}i:5;a:1:{s:9:\"row_order\";i:5;}}'),(775,4264,'_themify_builder_prebuilt_layout','yes'),(778,4264,'_post_image_attach_id','4320'),(781,4264,'builder_switch_frontend','0'),(784,4264,'_themify_builder_settings','a:6:{i:0;a:4:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-2\";s:7:\"modules\";a:1:{i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:10:{s:12:\"content_text\";s:506:\"<h2 style=\"text-align: center;\">Shop</h2><h3 style=\"text-align: center;\"><em>Welcome to my shop</em></h3><p style=\"text-align: center;\">[themify_icon link=\"http://twitter.com/themify\" icon=\"fa-twitter\" icon_bg=\"#1a85e8\" icon_color=\"#fff\" style=\"large\"] [themify_icon link=\"http://facebook.com/themify\" icon=\"fa-facebook\" icon_bg=\"#4020e3\" icon_color=\"#fff\" style=\"large\"] [themify_icon link=\"https://www.youtube.com/user/themifyme\" icon=\"fa-youtube\" icon_bg=\"#f0391a\" icon_color=\"#fff\" style=\"large\"]</p>\";s:11:\"font_family\";s:7:\"default\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:51:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:10:\"fullheight\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/themify-shop.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:6:\"f0d79b\";s:11:\"cover_color\";s:0:\"\";s:17:\"cover_color_hover\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"000000_1.00\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:11:\"000000_1.00\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:0:\"\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:1;a:4:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:234:\"<h2 style=\"text-align: center;\">On Sale</h2><p style=\"text-align: center;\">**Purchase the <a href=\"http://themify.me/addons/woocommerce\">WooCommerce Addon</a> to showcase your products/product categories on any row on your site**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:8:\"products\";s:12:\"mod_settings\";a:41:{s:14:\"query_products\";s:3:\"all\";s:17:\"category_products\";s:10:\"0|multiple\";s:18:\"hide_free_products\";s:2:\"no\";s:22:\"post_per_page_products\";s:1:\"8\";s:16:\"orderby_products\";s:4:\"date\";s:14:\"order_products\";s:4:\"desc\";s:17:\"template_products\";s:4:\"list\";s:15:\"layout_products\";s:5:\"grid4\";s:13:\"layout_slider\";s:14:\"slider-default\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:20:\"description_products\";s:4:\"none\";s:22:\"hide_feat_img_products\";s:2:\"no\";s:24:\"unlink_feat_img_products\";s:2:\"no\";s:24:\"hide_post_title_products\";s:2:\"no\";s:26:\"unlink_post_title_products\";s:2:\"no\";s:19:\"hide_price_products\";s:2:\"no\";s:25:\"hide_add_to_cart_products\";s:2:\"no\";s:20:\"hide_rating_products\";s:2:\"no\";s:16:\"hide_sales_badge\";s:2:\"no\";s:22:\"hide_page_nav_products\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:149:\"<p style=\"text-align: center;\">[themify_button style=\"large flat rect red\" link=\"http://themify.me/themes/landing\"]More Products[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_color\";s:11:\"ffffff_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"6\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:2;a:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:55:\"<h2 style=\"text-align: center;\">Customer Galleries</h2>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/192449156-1024x683-600x300.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"300\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/155256980.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/208621960-1024x786-600x300.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"300\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/210053614.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:104:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/photo-1421809313281-48f03fa45e9f-600x600.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"600\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/145277008.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:3;a:3:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:89:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/91078382-1024x690-400x280.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"280\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/163372622.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:107:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/iqlYdAAYQiaOCoKnT6jE_kabia-1024x683-400x280.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"280\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/183068741.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/43e390401-683x1024-400x280.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"400\";s:12:\"height_image\";s:3:\"280\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/170155304.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}i:4;a:3:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:11:\"gutter-none\";s:4:\"cols\";a:4:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:125:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/ikZyw45kT4m16vHkHe7u_9647713235_29ce0305d2_o-1024x681-290x290.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"290\";s:12:\"height_image\";s:3:\"290\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/200171444.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:108:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/RONyPwknRQOO3ag4xf3R_Kinsey-1024x682-290x290.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"290\";s:12:\"height_image\";s:3:\"290\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/196663985.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:2;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:92:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/197457623-1024x1024-290x2901.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"290\";s:12:\"height_image\";s:3:\"290\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/202364299.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}i:3;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:20:{s:11:\"style_image\";s:12:\"image-center\";s:9:\"url_image\";s:90:\"http://themify.me/demo/themes/builder-layouts/files/2015/07/193816727-1024x685-290x290.jpg\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"290\";s:12:\"height_image\";s:3:\"290\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/landing/files/2015/02/199095755.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"e7dcf5_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"8\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:2:\"10\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:3;a:4:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:245:\"<h2 style=\"text-align: center;\">Product Categories</h2><p style=\"text-align: center;\">**Purchase the <a href=\"http://themify.me/addons/woocommerce\">WooCommerce Addon</a> to showcase your products/product categories on any row on your site**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:2:{s:8:\"mod_name\";s:18:\"product-categories\";s:12:\"mod_settings\";a:20:{s:7:\"columns\";s:1:\"4\";s:8:\"child_of\";s:1:\"0\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:4:\"desc\";s:10:\"hide_empty\";s:3:\"yes\";s:10:\"pad_counts\";s:3:\"yes\";s:15:\"latest_products\";s:1:\"5\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:3;a:2:{s:8:\"mod_name\";s:8:\"products\";s:12:\"mod_settings\";a:41:{s:14:\"query_products\";s:3:\"all\";s:17:\"category_products\";s:10:\"0|multiple\";s:18:\"hide_free_products\";s:2:\"no\";s:22:\"post_per_page_products\";s:1:\"4\";s:16:\"orderby_products\";s:4:\"date\";s:14:\"order_products\";s:4:\"desc\";s:17:\"template_products\";s:4:\"list\";s:15:\"layout_products\";s:5:\"grid4\";s:13:\"layout_slider\";s:14:\"slider-default\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:20:\"description_products\";s:4:\"none\";s:22:\"hide_feat_img_products\";s:2:\"no\";s:24:\"unlink_feat_img_products\";s:2:\"no\";s:24:\"hide_post_title_products\";s:2:\"no\";s:26:\"unlink_post_title_products\";s:2:\"no\";s:19:\"hide_price_products\";s:2:\"no\";s:25:\"hide_add_to_cart_products\";s:2:\"no\";s:20:\"hide_rating_products\";s:2:\"no\";s:16:\"hide_sales_badge\";s:2:\"no\";s:22:\"hide_page_nav_products\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:4;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:14:{s:12:\"content_text\";s:149:\"<p style=\"text-align: center;\">[themify_button style=\"large flat rect red\" link=\"http://themify.me/themes/landing\"]More Products[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:4;a:4:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:16:{s:12:\"content_text\";s:316:\"<h2 style=\"text-align: center;\">Connect With Us</h2><p style=\"text-align: center;\">Subscribe to our newsletter to get notifications whenever we have promotions, or free giveaways. **The form below was created using the <a href=\"https://wordpress.org/plugins/mailchimp-for-wp/\">MailChimp for WordPress Lite</a>.**</p>\";s:11:\"font_family\";s:7:\"default\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:1:\"3\";s:18:\"padding_right_unit\";s:1:\"%\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:12:\"padding_left\";s:1:\"3\";s:17:\"padding_left_unit\";s:1:\"%\";s:15:\"margin_top_unit\";s:2:\"px\";s:17:\"margin_right_unit\";s:2:\"px\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}i:2;a:3:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:0:{}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:19:\"<p>[mc4wp_form]</p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:0:{}}}}}}}s:7:\"styling\";a:49:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:15:\"background_type\";s:5:\"image\";s:17:\"background_slider\";s:0:\"\";s:22:\"background_slider_mode\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_color\";s:11:\"c3dae3_1.00\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"10\";s:16:\"padding_top_unit\";s:1:\"%\";s:13:\"padding_right\";s:0:\"\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:1:\"6\";s:19:\"padding_bottom_unit\";s:1:\"%\";s:12:\"padding_left\";s:0:\"\";s:17:\"padding_left_unit\";s:2:\"px\";s:10:\"margin_top\";s:0:\"\";s:15:\"margin_top_unit\";s:2:\"px\";s:12:\"margin_right\";s:0:\"\";s:17:\"margin_right_unit\";s:2:\"px\";s:13:\"margin_bottom\";s:0:\"\";s:18:\"margin_bottom_unit\";s:2:\"px\";s:11:\"margin_left\";s:0:\"\";s:16:\"margin_left_unit\";s:2:\"px\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";s:10:\"row_anchor\";s:0:\"\";}}i:5;a:1:{s:9:\"row_order\";i:5;}}'),(787,4264,'_thumbnail_id','4320'),(790,4264,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-shop.jpg'),(792,2344,'_wp_attached_file','2016/01/news-layout-thumb-2.jpg'),(795,2344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:4:\"file\";s:31:\"2016/01/news-layout-thumb-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"news-layout-thumb-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:31:\"news-layout-thumb-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"news-layout-thumb-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"news-layout-thumb-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(798,2344,'_themify_builder_prebuilt_layout','yes'),(801,2344,'_themify_builder_prebuilt_layout','yes'),(804,2344,'_themify_builder_prebuilt_layout','yes'),(807,2344,'_themify_builder_prebuilt_layout','yes'),(810,2344,'_themify_builder_prebuilt_layout','yes'),(813,2344,'_themify_builder_prebuilt_layout','yes'),(816,2344,'_themify_builder_prebuilt_layout','yes'),(819,2344,'_themify_builder_prebuilt_layout','yes'),(822,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(825,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(828,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(831,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(834,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(837,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(840,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(843,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(846,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(849,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(852,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(855,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(858,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(861,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(864,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(867,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(870,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(873,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(876,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(879,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(882,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(885,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(888,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(891,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(894,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(897,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(900,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(903,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(906,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(909,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(912,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(915,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(918,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(921,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(924,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(927,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(930,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(933,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(936,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'); INSERT INTO `wp_postmeta` VALUES (939,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(942,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(945,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(948,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(951,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(954,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(957,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(960,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(963,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(966,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(969,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(972,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(975,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(978,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(981,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(984,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(987,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(990,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(993,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(996,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(999,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1002,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1005,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1008,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1011,2344,'_wp_attachment_backup_sizes','a:8:{s:15:\"resized-702x401\";a:4:{s:4:\"file\";s:20:\"1d8ef901-702x401.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-847x0\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x561.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x486\";a:4:{s:4:\"file\";s:20:\"1d8ef901-847x486.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-190x110\";a:4:{s:4:\"file\";s:20:\"1d8ef901-190x110.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-260x150\";a:4:{s:4:\"file\";s:20:\"1d8ef901-260x150.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-360x205\";a:4:{s:4:\"file\";s:20:\"1d8ef901-360x205.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-847x847\";a:4:{s:4:\"file\";s:41:\"news-layout-thumb-2-1024x1024-847x847.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"resized-50x50\";a:4:{s:4:\"file\";s:39:\"news-layout-thumb-2-1024x1024-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1278,4362,'_menu_item_type','custom'),(1281,4362,'_menu_item_menu_item_parent','0'),(1284,4362,'_menu_item_object_id','4362'),(1287,4362,'_menu_item_object','custom'),(1290,4362,'_menu_item_target',''),(1293,4362,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1296,4362,'_menu_item_xfn',''),(1299,4362,'_menu_item_url','#welcome'),(1302,4365,'_menu_item_type','custom'),(1305,4365,'_menu_item_menu_item_parent','0'),(1308,4365,'_menu_item_object_id','4365'),(1311,4365,'_menu_item_object','custom'),(1314,4365,'_menu_item_target',''),(1317,4365,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1320,4365,'_menu_item_xfn',''),(1323,4365,'_menu_item_url','#about'),(1326,4368,'_menu_item_type','custom'),(1329,4368,'_menu_item_menu_item_parent','0'),(1332,4368,'_menu_item_object_id','4368'),(1335,4368,'_menu_item_object','custom'),(1338,4368,'_menu_item_target',''),(1341,4368,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1344,4368,'_menu_item_xfn',''),(1347,4368,'_menu_item_url','#skills'),(1350,4371,'_menu_item_type','custom'),(1353,4371,'_menu_item_menu_item_parent','0'),(1356,4371,'_menu_item_object_id','4371'),(1359,4371,'_menu_item_object','custom'),(1362,4371,'_menu_item_target',''),(1365,4371,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1368,4371,'_menu_item_xfn',''),(1371,4371,'_menu_item_url','#resume'),(1374,4374,'_menu_item_type','custom'),(1377,4374,'_menu_item_menu_item_parent','0'),(1380,4374,'_menu_item_object_id','4374'),(1383,4374,'_menu_item_object','custom'),(1386,4374,'_menu_item_target',''),(1389,4374,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1392,4374,'_menu_item_xfn',''),(1395,4374,'_menu_item_url','#status'),(1398,4377,'_menu_item_type','custom'),(1401,4377,'_menu_item_menu_item_parent','0'),(1404,4377,'_menu_item_object_id','4377'),(1407,4377,'_menu_item_object','custom'),(1410,4377,'_menu_item_target',''),(1413,4377,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1416,4377,'_menu_item_xfn',''),(1419,4377,'_menu_item_url','#portfolio'),(1422,4380,'_menu_item_type','custom'),(1425,4380,'_menu_item_menu_item_parent','0'),(1428,4380,'_menu_item_object_id','4380'),(1431,4380,'_menu_item_object','custom'),(1434,4380,'_menu_item_target',''),(1437,4380,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1440,4380,'_menu_item_xfn',''),(1443,4380,'_menu_item_url','#connect'),(1446,4383,'_menu_item_type','custom'),(1449,4383,'_menu_item_menu_item_parent','0'),(1452,4383,'_menu_item_object_id','4383'),(1455,4383,'_menu_item_object','custom'),(1458,4383,'_menu_item_target',''),(1461,4383,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1464,4383,'_menu_item_xfn',''),(1467,4383,'_menu_item_url','#contact'),(1470,4386,'_menu_item_type','custom'),(1473,4386,'_menu_item_menu_item_parent','0'),(1476,4386,'_menu_item_object_id','4386'),(1479,4386,'_menu_item_object','custom'),(1482,4386,'_menu_item_target',''),(1485,4386,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1488,4386,'_menu_item_xfn',''),(1491,4386,'_menu_item_url','#guests'),(1494,4389,'_menu_item_type','custom'),(1497,4389,'_menu_item_menu_item_parent','0'),(1500,4389,'_menu_item_object_id','4389'),(1503,4389,'_menu_item_object','custom'),(1506,4389,'_menu_item_target',''),(1509,4389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1512,4389,'_menu_item_xfn',''),(1515,4389,'_menu_item_url','#schedule'),(1518,4392,'_menu_item_type','custom'),(1521,4392,'_menu_item_menu_item_parent','0'),(1524,4392,'_menu_item_object_id','4392'),(1527,4392,'_menu_item_object','custom'),(1530,4392,'_menu_item_target',''),(1533,4392,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1536,4392,'_menu_item_xfn',''),(1539,4392,'_menu_item_url','#location'),(1542,4395,'_menu_item_type','custom'),(1545,4395,'_menu_item_menu_item_parent','0'),(1548,4395,'_menu_item_object_id','4395'),(1551,4395,'_menu_item_object','custom'),(1554,4395,'_menu_item_target',''),(1557,4395,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1560,4395,'_menu_item_xfn',''),(1563,4395,'_menu_item_url','#sponsors'),(1566,4398,'_menu_item_type','custom'),(1569,4398,'_menu_item_menu_item_parent','0'),(1572,4398,'_menu_item_object_id','4398'),(1575,4398,'_menu_item_object','custom'),(1578,4398,'_menu_item_target',''),(1581,4398,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1584,4398,'_menu_item_xfn',''),(1587,4398,'_menu_item_url','#press'),(1590,4401,'_menu_item_type','custom'),(1593,4401,'_menu_item_menu_item_parent','0'),(1596,4401,'_menu_item_object_id','4401'),(1599,4401,'_menu_item_object','custom'),(1602,4401,'_menu_item_target',''),(1605,4401,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1608,4401,'_menu_item_xfn',''),(1611,4401,'_menu_item_url','#past-event-galleries'),(1614,4404,'_menu_item_type','custom'),(1617,4404,'_menu_item_menu_item_parent','0'),(1620,4404,'_menu_item_object_id','4404'),(1623,4404,'_menu_item_object','custom'),(1626,4404,'_menu_item_target',''),(1629,4404,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1632,4404,'_menu_item_xfn',''),(1635,4404,'_menu_item_url','#pricing'),(1638,4407,'_menu_item_type','custom'),(1641,4407,'_menu_item_menu_item_parent','0'),(1644,4407,'_menu_item_object_id','4407'),(1647,4407,'_menu_item_object','custom'),(1650,4407,'_menu_item_target',''),(1653,4407,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1656,4407,'_menu_item_xfn',''),(1659,4407,'_menu_item_url','#faq'),(1662,4410,'_menu_item_type','custom'),(1665,4410,'_menu_item_menu_item_parent','0'),(1668,4410,'_menu_item_object_id','4410'),(1671,4410,'_menu_item_object','custom'),(1674,4410,'_menu_item_target',''),(1677,4410,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1680,4410,'_menu_item_xfn',''),(1683,4410,'_menu_item_url','#bg'),(1686,4413,'_menu_item_type','custom'),(1689,4413,'_menu_item_menu_item_parent','0'),(1692,4413,'_menu_item_object_id','4413'),(1695,4413,'_menu_item_object','custom'),(1698,4413,'_menu_item_target',''),(1701,4413,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1704,4413,'_menu_item_xfn',''),(1707,4413,'_menu_item_url','#wedding-party'),(1710,4416,'_menu_item_type','custom'),(1713,4416,'_menu_item_menu_item_parent','0'),(1716,4416,'_menu_item_object_id','4416'),(1719,4416,'_menu_item_object','custom'),(1722,4416,'_menu_item_target',''),(1725,4416,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1728,4416,'_menu_item_xfn',''),(1731,4416,'_menu_item_url','#whenwhere'),(1734,4419,'_menu_item_type','custom'),(1737,4419,'_menu_item_menu_item_parent','0'),(1740,4419,'_menu_item_object_id','4419'),(1743,4419,'_menu_item_object','custom'),(1746,4419,'_menu_item_target',''),(1749,4419,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1752,4419,'_menu_item_xfn',''),(1755,4419,'_menu_item_url','#rsvp'),(15789,3198,'_thumbnail_id','2344'),(15792,3198,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15795,3198,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15798,3198,'_post_image_attach_id','3199'),(15801,3198,'layout','default'),(15804,3198,'content_width','default_width'),(15807,3198,'feature_size','blank'),(15810,3198,'hide_post_title','default'),(15813,3198,'unlink_post_title','default'),(15816,3198,'hide_post_date','default'),(15819,3198,'hide_post_image','default'),(15822,3198,'unlink_post_image','default'),(15825,3198,'body_background_repeat','fullcover'),(15828,3198,'color_scheme_mode','color-presets'),(15831,3198,'color_design','default'),(15834,3198,'typography_mode','typography-presets'),(15837,3198,'font_design','default'),(15840,3198,'body_font','default'),(15843,3198,'heading_font','default'),(15846,3198,'header_design','default'),(15849,3198,'fixed_header','default'),(15852,3198,'full_height_header','default'),(15855,3198,'header_wrap','video'),(15858,3198,'background_repeat','fullcover'),(15861,3198,'footer_design','default'),(15864,3198,'builder_switch_frontend','0'),(15873,3202,'_thumbnail_id','2344'),(15876,3202,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15879,3202,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15882,3202,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15885,3202,'_post_image_attach_id','3203'),(15888,3202,'layout','default'),(15891,3202,'content_width','default_width'),(15894,3202,'feature_size','blank'),(15897,3202,'hide_post_title','default'),(15900,3202,'unlink_post_title','default'),(15903,3202,'hide_post_date','default'),(15906,3202,'hide_post_image','default'),(15909,3202,'unlink_post_image','default'),(15912,3202,'body_background_repeat','fullcover'),(15915,3202,'color_scheme_mode','color-presets'),(15918,3202,'color_design','default'),(15921,3202,'typography_mode','typography-presets'),(15924,3202,'font_design','default'),(15927,3202,'body_font','default'),(15930,3202,'heading_font','default'),(15933,3202,'header_design','default'),(15936,3202,'fixed_header','default'),(15939,3202,'full_height_header','default'),(15942,3202,'header_wrap','video'),(15945,3202,'background_repeat','fullcover'),(15948,3202,'footer_design','default'),(15951,3202,'builder_switch_frontend','0'),(15954,3202,'_dp_original','3198'),(15963,3205,'_thumbnail_id','2344'),(15966,3205,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15969,3205,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15972,3205,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15975,3205,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(15978,3205,'_post_image_attach_id','3206'),(15981,3205,'layout','default'),(15984,3205,'content_width','default_width'),(15987,3205,'feature_size','blank'),(15990,3205,'hide_post_title','default'),(15993,3205,'unlink_post_title','default'),(15996,3205,'hide_post_date','default'),(15999,3205,'hide_post_image','default'),(16002,3205,'unlink_post_image','default'),(16005,3205,'body_background_repeat','fullcover'),(16008,3205,'color_scheme_mode','color-presets'),(16011,3205,'color_design','default'),(16014,3205,'typography_mode','typography-presets'),(16017,3205,'font_design','default'),(16020,3205,'body_font','default'),(16023,3205,'heading_font','default'),(16026,3205,'header_design','default'),(16029,3205,'fixed_header','default'),(16032,3205,'full_height_header','default'),(16035,3205,'header_wrap','video'),(16038,3205,'background_repeat','fullcover'),(16041,3205,'footer_design','default'),(16044,3205,'builder_switch_frontend','0'),(16047,3205,'_dp_original','3202'),(16056,3208,'_thumbnail_id','2344'),(16059,3208,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16062,3208,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16065,3208,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16068,3208,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16071,3208,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16074,3208,'_post_image_attach_id','3209'),(16077,3208,'layout','default'),(16080,3208,'content_width','default_width'),(16083,3208,'feature_size','blank'),(16086,3208,'hide_post_title','default'),(16089,3208,'unlink_post_title','default'),(16092,3208,'hide_post_date','default'),(16095,3208,'hide_post_image','default'),(16098,3208,'unlink_post_image','default'),(16101,3208,'body_background_repeat','fullcover'),(16104,3208,'color_scheme_mode','color-presets'),(16107,3208,'color_design','default'),(16110,3208,'typography_mode','typography-presets'),(16113,3208,'font_design','default'),(16116,3208,'body_font','default'),(16119,3208,'heading_font','default'),(16122,3208,'header_design','default'),(16125,3208,'fixed_header','default'),(16128,3208,'full_height_header','default'),(16131,3208,'header_wrap','video'),(16134,3208,'background_repeat','fullcover'),(16137,3208,'footer_design','default'),(16140,3208,'builder_switch_frontend','0'),(16143,3208,'_dp_original','3205'),(16146,3208,'_wp_old_slug','city-view'),(16155,3212,'_thumbnail_id','2344'),(16158,3212,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16161,3212,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16164,3212,'_post_image_attach_id','3213'),(16167,3212,'layout','default'),(16170,3212,'content_width','default_width'),(16173,3212,'feature_size','blank'),(16176,3212,'hide_post_title','default'),(16179,3212,'unlink_post_title','default'),(16182,3212,'hide_post_date','default'),(16185,3212,'hide_post_image','default'),(16188,3212,'unlink_post_image','default'),(16191,3212,'body_background_repeat','fullcover'),(16194,3212,'color_scheme_mode','color-presets'),(16197,3212,'color_design','default'),(16200,3212,'typography_mode','typography-presets'),(16203,3212,'font_design','default'),(16206,3212,'body_font','default'),(16209,3212,'heading_font','default'),(16212,3212,'header_design','default'),(16215,3212,'fixed_header','default'),(16218,3212,'full_height_header','default'),(16221,3212,'header_wrap','video'),(16224,3212,'background_repeat','fullcover'),(16227,3212,'footer_design','default'),(16230,3212,'builder_switch_frontend','0'),(16239,3216,'_thumbnail_id','2344'),(16242,3216,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16245,3216,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16248,3216,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16251,3216,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16254,3216,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16257,3216,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16260,3216,'_post_image_attach_id','3226'),(16263,3216,'layout','default'),(16266,3216,'content_width','default_width'),(16269,3216,'feature_size','blank'),(16272,3216,'hide_post_title','default'),(16275,3216,'unlink_post_title','default'),(16278,3216,'hide_post_date','default'),(16281,3216,'hide_post_image','default'),(16284,3216,'unlink_post_image','default'),(16287,3216,'body_background_repeat','fullcover'),(16290,3216,'color_scheme_mode','color-presets'),(16293,3216,'color_design','default'),(16296,3216,'typography_mode','typography-presets'),(16299,3216,'font_design','default'),(16302,3216,'body_font','default'),(16305,3216,'heading_font','default'),(16308,3216,'header_design','default'),(16311,3216,'fixed_header','default'),(16314,3216,'full_height_header','default'),(16317,3216,'header_wrap','video'),(16320,3216,'background_repeat','fullcover'),(16323,3216,'footer_design','default'),(16326,3216,'builder_switch_frontend','0'),(16329,3216,'_dp_original','3208'),(16332,3216,'_wp_old_slug','city-view'),(16335,3216,'_wp_old_slug','vintage-camera'),(16344,3228,'_thumbnail_id','2344'),(16347,3228,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16350,3228,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16353,3228,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16356,3228,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16359,3228,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16362,3228,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16365,3228,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16368,3228,'_post_image_attach_id','3232'),(16371,3228,'layout','default'),(16374,3228,'content_width','default_width'),(16377,3228,'feature_size','blank'),(16380,3228,'hide_post_title','default'),(16383,3228,'unlink_post_title','default'),(16386,3228,'hide_post_date','default'),(16389,3228,'hide_post_image','default'),(16392,3228,'unlink_post_image','default'),(16395,3228,'body_background_repeat','fullcover'),(16398,3228,'color_scheme_mode','color-presets'),(16401,3228,'color_design','default'),(16404,3228,'typography_mode','typography-presets'),(16407,3228,'font_design','default'),(16410,3228,'body_font','default'),(16413,3228,'heading_font','default'),(16416,3228,'header_design','default'),(16419,3228,'fixed_header','default'),(16422,3228,'full_height_header','default'),(16425,3228,'header_wrap','video'),(16428,3228,'background_repeat','fullcover'),(16431,3228,'footer_design','default'),(16434,3228,'builder_switch_frontend','0'),(16437,3228,'_wp_old_slug','city-view'),(16440,3228,'_wp_old_slug','vintage-camera'),(16443,3228,'_dp_original','3216'),(16452,3229,'_thumbnail_id','2344'),(16455,3229,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16458,3229,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16461,3229,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16464,3229,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16467,3229,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16470,3229,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16473,3229,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16476,3229,'_post_image_attach_id','3230'),(16479,3229,'layout','default'),(16482,3229,'content_width','default_width'),(16485,3229,'feature_size','blank'),(16488,3229,'hide_post_title','default'),(16491,3229,'unlink_post_title','default'),(16494,3229,'hide_post_date','default'),(16497,3229,'hide_post_image','default'),(16500,3229,'unlink_post_image','default'),(16503,3229,'body_background_repeat','fullcover'),(16506,3229,'color_scheme_mode','color-presets'),(16509,3229,'color_design','default'),(16512,3229,'typography_mode','typography-presets'),(16515,3229,'font_design','default'),(16518,3229,'body_font','default'),(16521,3229,'heading_font','default'),(16524,3229,'header_design','default'),(16527,3229,'fixed_header','default'),(16530,3229,'full_height_header','default'),(16533,3229,'header_wrap','video'),(16536,3229,'background_repeat','fullcover'),(16539,3229,'footer_design','default'),(16542,3229,'builder_switch_frontend','0'),(16545,3229,'_wp_old_slug','city-view'),(16548,3229,'_wp_old_slug','vintage-camera'),(16551,3229,'_dp_original','3216'),(16560,3234,'_thumbnail_id','2344'),(16563,3234,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16566,3234,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16569,3234,'_post_image_attach_id','3235'),(16572,3234,'layout','default'),(16575,3234,'content_width','default_width'),(16578,3234,'feature_size','blank'),(16581,3234,'hide_post_title','default'),(16584,3234,'unlink_post_title','default'),(16587,3234,'hide_post_date','default'),(16590,3234,'hide_post_image','default'),(16593,3234,'unlink_post_image','default'),(16596,3234,'body_background_repeat','fullcover'),(16599,3234,'color_scheme_mode','color-presets'),(16602,3234,'color_design','default'),(16605,3234,'typography_mode','typography-presets'),(16608,3234,'font_design','default'),(16611,3234,'body_font','default'),(16614,3234,'heading_font','default'),(16617,3234,'header_design','default'),(16620,3234,'fixed_header','default'),(16623,3234,'full_height_header','default'),(16626,3234,'header_wrap','video'),(16629,3234,'background_repeat','fullcover'),(16632,3234,'footer_design','default'),(16635,3234,'builder_switch_frontend','0'),(16644,3238,'_thumbnail_id','2344'),(16647,3238,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16650,3238,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16653,3238,'_post_image_attach_id','3239'),(16656,3238,'layout','default'),(16659,3238,'content_width','default_width'),(16662,3238,'feature_size','blank'),(16665,3238,'hide_post_title','default'),(16668,3238,'unlink_post_title','default'),(16671,3238,'hide_post_date','default'),(16674,3238,'hide_post_image','default'),(16677,3238,'unlink_post_image','default'),(16680,3238,'body_background_repeat','fullcover'),(16683,3238,'color_scheme_mode','color-presets'),(16686,3238,'color_design','default'),(16689,3238,'typography_mode','typography-presets'),(16692,3238,'font_design','default'),(16695,3238,'body_font','default'),(16698,3238,'heading_font','default'),(16701,3238,'header_design','default'),(16704,3238,'fixed_header','default'),(16707,3238,'full_height_header','default'),(16710,3238,'header_wrap','video'),(16713,3238,'background_repeat','fullcover'),(16716,3238,'footer_design','default'),(16719,3238,'builder_switch_frontend','0'),(16728,3241,'_thumbnail_id','2344'),(16731,3241,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16734,3241,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16737,3241,'_post_image_attach_id','3242'),(16740,3241,'layout','default'),(16743,3241,'content_width','default_width'),(16746,3241,'feature_size','blank'),(16749,3241,'hide_post_title','default'),(16752,3241,'unlink_post_title','default'),(16755,3241,'hide_post_date','default'),(16758,3241,'hide_post_image','default'),(16761,3241,'unlink_post_image','default'),(16764,3241,'body_background_repeat','fullcover'),(16767,3241,'color_scheme_mode','color-presets'),(16770,3241,'color_design','default'),(16773,3241,'typography_mode','typography-presets'),(16776,3241,'font_design','default'),(16779,3241,'body_font','default'),(16782,3241,'heading_font','default'),(16785,3241,'header_design','default'),(16788,3241,'fixed_header','default'),(16791,3241,'full_height_header','default'),(16794,3241,'header_wrap','video'),(16797,3241,'background_repeat','fullcover'),(16800,3241,'footer_design','default'),(16803,3241,'builder_switch_frontend','0'),(16812,3244,'_thumbnail_id','2344'),(16815,3244,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16818,3244,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16821,3244,'_post_image_attach_id','3245'),(16824,3244,'layout','default'),(16827,3244,'content_width','default_width'),(16830,3244,'feature_size','blank'),(16833,3244,'hide_post_title','default'),(16836,3244,'unlink_post_title','default'),(16839,3244,'hide_post_date','default'),(16842,3244,'hide_post_image','default'),(16845,3244,'unlink_post_image','default'),(16848,3244,'body_background_repeat','fullcover'),(16851,3244,'color_scheme_mode','color-presets'),(16854,3244,'color_design','default'),(16857,3244,'typography_mode','typography-presets'),(16860,3244,'font_design','default'),(16863,3244,'body_font','default'),(16866,3244,'heading_font','default'),(16869,3244,'header_design','default'),(16872,3244,'fixed_header','default'),(16875,3244,'full_height_header','default'),(16878,3244,'header_wrap','video'),(16881,3244,'background_repeat','fullcover'),(16884,3244,'footer_design','default'),(16887,3244,'builder_switch_frontend','0'),(16896,3247,'_thumbnail_id','2344'),(16899,3247,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16902,3247,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16905,3247,'_post_image_attach_id','3248'),(16908,3247,'layout','default'),(16911,3247,'content_width','default_width'),(16914,3247,'feature_size','blank'),(16917,3247,'hide_post_title','default'),(16920,3247,'unlink_post_title','default'),(16923,3247,'hide_post_date','default'),(16926,3247,'hide_post_image','default'),(16929,3247,'unlink_post_image','default'),(16932,3247,'body_background_repeat','fullcover'),(16935,3247,'color_scheme_mode','color-presets'),(16938,3247,'color_design','default'),(16941,3247,'typography_mode','typography-presets'),(16944,3247,'font_design','default'),(16947,3247,'body_font','default'),(16950,3247,'heading_font','default'),(16953,3247,'header_design','default'),(16956,3247,'fixed_header','default'),(16959,3247,'full_height_header','default'),(16962,3247,'header_wrap','video'),(16965,3247,'background_repeat','fullcover'),(16968,3247,'footer_design','default'),(16971,3247,'builder_switch_frontend','0'),(16980,3250,'_thumbnail_id','2344'),(16983,3250,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16986,3250,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(16989,3250,'_post_image_attach_id','3251'),(16992,3250,'layout','default'),(16995,3250,'content_width','default_width'),(16998,3250,'feature_size','blank'),(17001,3250,'hide_post_title','default'),(17004,3250,'unlink_post_title','default'),(17007,3250,'hide_post_date','default'),(17010,3250,'hide_post_image','default'),(17013,3250,'unlink_post_image','default'),(17016,3250,'body_background_repeat','fullcover'),(17019,3250,'color_scheme_mode','color-presets'),(17022,3250,'color_design','default'),(17025,3250,'typography_mode','typography-presets'),(17028,3250,'font_design','default'),(17031,3250,'body_font','default'),(17034,3250,'heading_font','default'),(17037,3250,'header_design','default'),(17040,3250,'fixed_header','default'),(17043,3250,'full_height_header','default'),(17046,3250,'header_wrap','video'),(17049,3250,'background_repeat','fullcover'),(17052,3250,'footer_design','default'),(17055,3250,'builder_switch_frontend','0'),(17064,3253,'_thumbnail_id','2344'),(17067,3253,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17070,3253,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17073,3253,'_post_image_attach_id','3907'),(17076,3253,'layout','default'),(17079,3253,'content_width','default_width'),(17082,3253,'feature_size','blank'),(17085,3253,'hide_post_title','default'),(17088,3253,'unlink_post_title','default'),(17091,3253,'hide_post_date','default'),(17094,3253,'hide_post_image','default'),(17097,3253,'unlink_post_image','default'),(17100,3253,'body_background_repeat','fullcover'),(17103,3253,'color_scheme_mode','color-presets'),(17106,3253,'color_design','default'),(17109,3253,'typography_mode','typography-presets'),(17112,3253,'font_design','default'),(17115,3253,'body_font','default'),(17118,3253,'heading_font','default'),(17121,3253,'header_design','default'),(17124,3253,'fixed_header','default'),(17127,3253,'full_height_header','default'),(17130,3253,'header_wrap','video'),(17133,3253,'background_repeat','fullcover'),(17136,3253,'footer_design','default'),(17139,3253,'builder_switch_frontend','0'),(17142,3253,'_wp_old_slug','home-studio'),(17151,3256,'_thumbnail_id','2344'),(17154,3256,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17157,3256,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17160,3256,'_post_image_attach_id','3908'),(17163,3256,'layout','default'),(17166,3256,'content_width','default_width'),(17169,3256,'feature_size','blank'),(17172,3256,'hide_post_title','default'),(17175,3256,'unlink_post_title','default'),(17178,3256,'hide_post_date','default'),(17181,3256,'hide_post_image','default'),(17184,3256,'unlink_post_image','default'),(17187,3256,'body_background_repeat','fullcover'),(17190,3256,'color_scheme_mode','color-presets'),(17193,3256,'color_design','default'),(17196,3256,'typography_mode','typography-presets'),(17199,3256,'font_design','default'),(17202,3256,'body_font','default'),(17205,3256,'heading_font','default'),(17208,3256,'header_design','default'),(17211,3256,'fixed_header','default'),(17214,3256,'full_height_header','default'),(17217,3256,'header_wrap','video'),(17220,3256,'background_repeat','fullcover'),(17223,3256,'footer_design','default'),(17226,3256,'builder_switch_frontend','0'),(17229,3256,'_wp_old_slug','my-trip-boots'),(17238,3269,'_thumbnail_id','2344'),(17241,3269,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17244,3269,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17247,3269,'_post_image_attach_id','3334'),(17250,3269,'layout','default'),(17253,3269,'content_width','default_width'),(17256,3269,'feature_size','blank'),(17259,3269,'hide_post_title','default'),(17262,3269,'unlink_post_title','default'),(17265,3269,'hide_post_date','default'),(17268,3269,'hide_post_image','default'),(17271,3269,'unlink_post_image','default'),(17274,3269,'body_background_repeat','fullcover'),(17277,3269,'color_scheme_mode','color-presets'),(17280,3269,'color_design','default'),(17283,3269,'typography_mode','typography-presets'),(17286,3269,'font_design','default'),(17289,3269,'body_font','default'),(17292,3269,'heading_font','default'),(17295,3269,'header_design','default'),(17298,3269,'fixed_header','default'),(17301,3269,'full_height_header','default'),(17304,3269,'header_wrap','video'),(17307,3269,'background_repeat','fullcover'),(17310,3269,'footer_design','default'),(17313,3269,'builder_switch_frontend','0'),(17316,3269,'external_link',''),(17319,3269,'_wp_old_slug','countryside-view'),(17328,3379,'layout','default'),(17331,3379,'content_width','default_width'),(17334,3379,'feature_size','blank'),(17337,3379,'hide_post_title','default'),(17340,3379,'unlink_post_title','default'),(17343,3379,'hide_post_date','default'),(17346,3379,'hide_post_image','default'),(17349,3379,'unlink_post_image','default'),(17352,3379,'video_url','https://vimeo.com/channels/staffpicks/124509897'),(17355,3379,'body_background_repeat','fullcover'),(17358,3379,'color_scheme_mode','color-presets'),(17361,3379,'color_design','default'),(17364,3379,'typography_mode','typography-presets'),(17367,3379,'font_design','default'),(17370,3379,'body_font','default'),(17373,3379,'heading_font','default'),(17376,3379,'header_design','default'),(17379,3379,'fixed_header','default'),(17382,3379,'full_height_header','default'),(17385,3379,'header_wrap','video'),(17388,3379,'background_repeat','fullcover'),(17391,3379,'footer_design','default'),(17394,3379,'builder_switch_frontend','0'),(17397,3379,'_oembed_58b39da1b2c35e98aee64d3bd9125d10','<iframe src=\"https://player.vimeo.com/video/124509897\" width=\"500\" height=\"281\" frameborder=\"0\" title=\"Mind Your Head: The Poems of Henry Ponder\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(17400,3379,'_oembed_time_58b39da1b2c35e98aee64d3bd9125d10','1429044181'),(17409,3259,'_thumbnail_id','2344'),(17412,3259,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17415,3259,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17418,3259,'_post_image_attach_id','3915'),(17421,3259,'layout','default'),(17424,3259,'content_width','default_width'),(17427,3259,'feature_size','blank'),(17430,3259,'hide_post_title','default'),(17433,3259,'unlink_post_title','default'),(17436,3259,'hide_post_date','default'),(17439,3259,'hide_post_image','default'),(17442,3259,'unlink_post_image','default'),(17445,3259,'body_background_repeat','fullcover'),(17448,3259,'color_scheme_mode','color-presets'),(17451,3259,'color_design','default'),(17454,3259,'typography_mode','typography-presets'),(17457,3259,'font_design','default'),(17460,3259,'body_font','default'),(17463,3259,'heading_font','default'),(17466,3259,'header_design','default'),(17469,3259,'fixed_header','default'),(17472,3259,'full_height_header','default'),(17475,3259,'header_wrap','video'),(17478,3259,'background_repeat','fullcover'),(17481,3259,'footer_design','default'),(17484,3259,'builder_switch_frontend','0'),(17487,3259,'_wp_old_slug','cottage-drinks'),(17496,3262,'_thumbnail_id','2344'),(17499,3262,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17502,3262,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17505,3262,'_post_image_attach_id','3917'),(17508,3262,'layout','default'),(17511,3262,'content_width','default_width'),(17514,3262,'feature_size','blank'),(17517,3262,'hide_post_title','default'),(17520,3262,'unlink_post_title','default'),(17523,3262,'hide_post_date','default'),(17526,3262,'hide_post_image','default'),(17529,3262,'unlink_post_image','default'),(17532,3262,'body_background_repeat','fullcover'),(17535,3262,'color_scheme_mode','color-presets'),(17538,3262,'color_design','default'),(17541,3262,'typography_mode','typography-presets'),(17544,3262,'font_design','default'),(17547,3262,'body_font','default'),(17550,3262,'heading_font','default'),(17553,3262,'header_design','default'),(17556,3262,'fixed_header','default'),(17559,3262,'full_height_header','default'),(17562,3262,'header_wrap','video'),(17565,3262,'background_repeat','fullcover'),(17568,3262,'footer_design','default'),(17571,3262,'builder_switch_frontend','0'),(17580,3266,'_thumbnail_id','2344'),(17583,3266,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17586,3266,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17589,3266,'_post_image_attach_id','3918'),(17592,3266,'layout','default'),(17595,3266,'content_width','default_width'),(17598,3266,'feature_size','blank'),(17601,3266,'hide_post_title','default'),(17604,3266,'unlink_post_title','default'),(17607,3266,'hide_post_date','default'),(17610,3266,'hide_post_image','default'),(17613,3266,'unlink_post_image','default'),(17616,3266,'body_background_repeat','fullcover'),(17619,3266,'color_scheme_mode','color-presets'),(17622,3266,'color_design','default'),(17625,3266,'typography_mode','typography-presets'),(17628,3266,'font_design','default'),(17631,3266,'body_font','default'),(17634,3266,'heading_font','default'),(17637,3266,'header_design','default'),(17640,3266,'fixed_header','default'),(17643,3266,'full_height_header','default'),(17646,3266,'header_wrap','video'),(17649,3266,'background_repeat','fullcover'),(17652,3266,'footer_design','default'),(17655,3266,'builder_switch_frontend','0'),(17658,3266,'_wp_old_slug','office-conference-room'),(17661,6,'_themify_builder_settings','a:7:{i:0;a:3:{s:9:\"row_order\";s:1:\"0\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:4:{s:12:\"content_text\";s:450:\"<h1>Welcome</h1><h4>Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus.</h4><p>[themify_button link=\"http://themify.me\" style=\"large white outline rounded\"]More Info[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:2:\"80\";s:14:\"padding_bottom\";s:2:\"50\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:6:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/ipad-image.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"480\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:34:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:6:\"fly-in\";s:16:\"background_image\";s:68:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/bg-1.jpg\";s:16:\"background_color\";s:6:\"6f94a3\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"80\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"80\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:1;a:3:{s:9:\"row_order\";s:1:\"1\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:114:\"<h2 style=\"text-align: center;\">Featured</h2><h3 style=\"text-align: center;\">Our products have featured on...</h3>\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:19:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:6:{i:0;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo1.png\";}i:1;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo2.png\";}i:2;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo3.png\";}i:3;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo4.png\";}i:4;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo5.png\";}i:5;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo6.png\";}}s:13:\"layout_slider\";s:14:\"slider-default\";s:12:\"img_w_slider\";s:3:\"140\";s:18:\"visible_opt_slider\";s:1:\"5\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:12:\"continuously\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:2:\"no\";s:17:\"show_arrow_slider\";s:2:\"no\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:34:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:16:\"background_color\";s:6:\"ffffff\";s:17:\"background_repeat\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"000000\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"80\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"80\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:2;a:3:{s:9:\"row_order\";s:1:\"2\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-map.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:3:\"Map\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-video.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:5:\"Video\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-callout.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:12:\"Announcement\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:75:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-slider.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:9:\"Slideshow\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:78:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-portfolio.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:9:\"Portfolio\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-image.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:7:\"Gallery\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:8:\"slide-up\";s:16:\"background_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/71222191.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"99c8cf\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"000000\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"000000\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"80\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"80\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:3;a:3:{s:9:\"row_order\";s:1:\"3\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:351:\"<h2 style=\"text-align: center;\">Call of Action</h2><h3 style=\"text-align: center;\">Buy this product now!</h3><p style=\"text-align: center;\">[themify_button link=\"http://themify.me\" style=\"large white outline rounded\"]More Info[/themify_button] [themify_button link=\"http://themify.me\" style=\"large white outline rounded\"]Buy Now[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:34:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:16:\"background_color\";s:6:\"6fc7d9\";s:17:\"background_repeat\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"fff3cc\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"80\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"80\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:4;a:3:{s:9:\"row_order\";s:1:\"4\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:41:\"<h2 style=\"text-align: center;\">FAQs</h2>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"40\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:5;a:3:{s:9:\"row_order\";s:1:\"5\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:213:\"<h3>What is your pricing structure?</h3><p>Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu. Donec porttitor hendrerit diam et blandit.</p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:260:\"<h3>Do you do custom design?</h3><p>Curabitur vel risus eros, sed eleifend arcu. Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. </p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:263:\"<h3>Are your products refundable?</h3><p>Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu. Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa.</p>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:8:\"slide-up\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"30\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:6;a:2:{s:9:\"row_order\";s:1:\"6\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:212:\"<h3>Where can I see your work?</h3><p>Fusce augue velit, vulputate elementum semper congue, rhoncus adipind arcu. Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa.</p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:219:\"<h3>What is the delivery charge?</h3><p>Cunec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. </p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:244:\"<h3>May I drop by your showrooms?</h3><p>Tulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu. Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa.</p>\";s:11:\"font_family\";s:7:\"default\";}}}}}}}'),(17664,6,'_wp_old_slug','homepage-1'),(17667,6,'_thumbnail_id','2344'),(17670,6,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17673,6,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17676,6,'_post_image_attach_id','2350'),(17679,6,'_themify_builder_prebuilt_layout','yes'),(17682,62,'_themify_builder_settings','a:7:{i:0;a:3:{s:9:\"row_order\";s:1:\"0\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:3:{s:12:\"content_text\";s:410:\"<h1 style=\"text-align: center;\">Welcome</h1><h4 style=\"text-align: center;\">Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum.</h4><p style=\"text-align: center;\">[themify_button link=\"http://themify.me\" style=\"large white outline rounded\"]Demo[/themify_button] [themify_button link=\"http://themify.me\" style=\"large white outline rounded\"]Buy Now[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";s:14:\"padding_bottom\";s:2:\"30\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"video\";s:12:\"mod_settings\";a:6:{s:11:\"style_video\";s:9:\"video-top\";s:9:\"url_video\";s:43:\"https://www.youtube.com/watch?v=A0JrDX8tpks\";s:10:\"unit_video\";s:2:\"px\";s:11:\"font_family\";s:7:\"default\";s:13:\"padding_right\";s:2:\"50\";s:12:\"padding_left\";s:2:\"50\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:7:\"fade-in\";s:16:\"background_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/897938491.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"ffffff\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"ffffff\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:1;a:3:{s:9:\"row_order\";s:1:\"1\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:4:{s:12:\"content_text\";s:348:\"<h1>Mobile Friendly</h1><h3>Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus.</h3>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:2:\"80\";s:14:\"padding_bottom\";s:2:\"60\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:6:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:81:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/iphone-hand-white.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:8:\"slide-up\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"70\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:6:\"ebebeb\";s:19:\"border_bottom_width\";s:1:\"1\";s:19:\"border_bottom_style\";s:5:\"solid\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:2;a:3:{s:9:\"row_order\";s:1:\"2\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:6:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/apple-air.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:3:\"500\";s:11:\"param_image\";s:1:\"|\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:4:{s:12:\"content_text\";s:340:\"<h1>Desktop</h1><h3>Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus.</h3>\";s:11:\"font_family\";s:7:\"default\";s:11:\"padding_top\";s:2:\"80\";s:14:\"padding_bottom\";s:2:\"60\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:8:\"slide-up\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"70\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:6:\"ebebeb\";s:19:\"border_bottom_width\";s:1:\"1\";s:19:\"border_bottom_style\";s:5:\"solid\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:3;a:3:{s:9:\"row_order\";s:1:\"3\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:119:\"<h2 style=\"text-align: center;\">More Features</h2><h3 style=\"text-align: center;\">Below are more mini wow features</h3>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:34:{s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:4;a:3:{s:9:\"row_order\";s:1:\"4\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-map.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:3:\"Map\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-callout.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:12:\"Announcement\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:78:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-portfolio.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:9:\"Portfolio\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:7:\"fade-in\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:5;a:3:{s:9:\"row_order\";s:1:\"5\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-video.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:5:\"Video\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:75:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-slider.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:9:\"Slideshow\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-image.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:7:\"Gallery\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:7:\"fade-in\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"ffffff\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"000000\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"000000\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"50\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:6;a:3:{s:9:\"row_order\";s:1:\"6\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:353:\"<h2 style=\"text-align: center;\">Call of Action</h2><h3 style=\"text-align: center;\">Buy this product now!</h3><p style=\"text-align: center;\">[themify_button link=\"http://themify.me\" style=\"xlarge blue outline rounded\"]More Info[/themify_button] [themify_button link=\"http://themify.me\" style=\"xlarge blue outline rounded\"]Buy Now[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"f7f7f7\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"000000\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"000000\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"40\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}}'),(17685,62,'_wp_old_slug','product-landing-copy'),(17688,62,'_themify_builder_dp_original','6'),(17691,62,'_thumbnail_id','2344'),(17694,62,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17697,62,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17700,62,'_post_image_attach_id','2349'),(17703,62,'_themify_builder_prebuilt_layout','yes'),(17706,68,'_themify_builder_settings','a:7:{i:0;a:3:{s:9:\"row_order\";s:1:\"0\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:3:{s:12:\"content_text\";s:179:\"<h1 style=\"text-align: center;\">Photo Page</h1><h4 style=\"text-align: center;\">Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum.</h4>\";s:11:\"font_family\";s:7:\"default\";s:14:\"padding_bottom\";s:2:\"30\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"gallery\";s:12:\"mod_settings\";a:2:{s:17:\"shortcode_gallery\";s:69:\"[gallery columns=\"5\" link=\"file\" ids=\"69,70,71,72,73,74,75,76,77,78\"]\";s:18:\"appearance_gallery\";s:1:\"|\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:7:\"fade-in\";s:16:\"background_image\";s:66:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/t1.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"ffffff\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"ffffff\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:1;a:3:{s:9:\"row_order\";s:1:\"1\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/130178327.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"600\";s:12:\"height_image\";s:3:\"600\";s:11:\"title_image\";s:13:\"Image Caption\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:316:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus. \";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col4-1\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:8:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/125312654.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"300\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:72:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus.\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:8:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/123528979.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"220\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:110:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero.\";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col4-1 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:8:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/134399270.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"240\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:43:\"Sed sagittis, elit egestas rutrum vehicula.\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:8:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/123612559.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"240\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:110:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero.\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:7:\"fade-in\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"000000\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"a8a8a8\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"ffffff\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"60\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:2;a:3:{s:9:\"row_order\";s:1:\"2\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:4:{s:12:\"content_text\";s:317:\"<h2 style=\"text-align: center;\"><span style=\"color: #ffe72e;\">Hire Me</span></h2>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffe72e;\">I\'m available for hire</span></h3>\n<p style=\"text-align: center;\">[themify_button link=\"http://themify.me\" style=\"large yellow rounded flat\"]More Info[/themify_button]</p>\n\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:3:\"1.2\";s:14:\"font_size_unit\";s:2:\"em\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/122935597.jpg\";s:17:\"background_repeat\";s:9:\"fullcover\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"000000\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"ffffff\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"80\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"80\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:3;a:3:{s:9:\"row_order\";s:1:\"3\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:98:\"<h2 style=\"text-align: center;\">Services</h2><h3 style=\"text-align: center;\">Get in touch now</h3>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"70\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:4;a:3:{s:9:\"row_order\";s:1:\"4\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-video.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:5:\"Video\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:75:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-slider.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:9:\"Slideshow\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-image.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:7:\"Gallery\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:8:\"slide-up\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"30\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:5;a:3:{s:9:\"row_order\";s:1:\"5\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-map.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:8:\"Location\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:78:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-portfolio.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:9:\"Portfolio\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-callout.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:7:\"Callout\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:8:\"slide-up\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"ffffff\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"30\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:6;a:2:{s:9:\"row_order\";s:1:\"6\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:235:\"<p style=\"text-align: center;\">[themify_button link=\"http://themify.me\" style=\"large blue rounded flat\"]More Info[/themify_button] [themify_button link=\"http://themify.me\" style=\"large blue rounded flat\"]Buy Now[/themify_button]</p>\n\";s:11:\"font_family\";s:7:\"default\";}}}}}}}'),(17709,68,'_wp_old_slug','photo-gallery'),(17712,68,'_themify_builder_dp_original','62'),(17715,68,'_thumbnail_id','2344'),(17718,68,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17721,68,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17724,68,'_post_image_attach_id','2348'),(17727,68,'_themify_builder_prebuilt_layout','yes'),(17730,79,'_themify_builder_settings','a:6:{i:0;a:2:{s:9:\"row_order\";s:1:\"0\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:23:{s:21:\"layout_display_slider\";s:4:\"blog\";s:20:\"blog_category_slider\";s:10:\"0|multiple\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:14:\"display_slider\";s:4:\"none\";s:22:\"hide_post_title_slider\";s:2:\"no\";s:24:\"unlink_post_title_slider\";s:2:\"no\";s:20:\"hide_feat_img_slider\";s:2:\"no\";s:22:\"unlink_feat_img_slider\";s:2:\"no\";s:13:\"layout_slider\";s:14:\"slider-overlay\";s:12:\"img_w_slider\";s:3:\"600\";s:12:\"img_h_slider\";s:3:\"350\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:128:\"<p><a href=\"#\"><img class=\"aligncenter\" src=\"http://themify.me/demo/themes/magazine/files/2013/08/468x60.png\" alt=\"\" /></a></p>\n\";s:11:\"font_family\";s:7:\"default\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"30\";}}}}}}i:1;a:2:{s:9:\"row_order\";s:1:\"1\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:13:{s:11:\"layout_post\";s:5:\"grid3\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"3\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:4:\"none\";s:14:\"img_width_post\";s:3:\"400\";s:15:\"img_height_post\";s:3:\"200\";s:20:\"hide_post_title_post\";s:2:\"no\";s:19:\"hide_post_date_post\";s:3:\"yes\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}}}i:2;a:2:{s:9:\"row_order\";s:1:\"2\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"30\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:13:{s:14:\"mod_title_post\";s:8:\"Category\";s:11:\"layout_post\";s:9:\"list-post\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"1\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:7:\"excerpt\";s:14:\"img_width_post\";s:3:\"600\";s:15:\"img_height_post\";s:3:\"300\";s:19:\"hide_post_date_post\";s:3:\"yes\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"30\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:13:{s:14:\"mod_title_post\";s:8:\"Category\";s:11:\"layout_post\";s:9:\"list-post\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"1\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:7:\"excerpt\";s:14:\"img_width_post\";s:3:\"600\";s:15:\"img_height_post\";s:3:\"300\";s:19:\"hide_post_date_post\";s:3:\"yes\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}}}i:3;a:2:{s:9:\"row_order\";s:1:\"3\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:13:{s:11:\"layout_post\";s:16:\"list-thumb-image\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"3\";s:11:\"offset_post\";s:1:\"1\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:4:\"none\";s:14:\"img_width_post\";s:2:\"80\";s:15:\"img_height_post\";s:2:\"80\";s:19:\"hide_post_date_post\";s:3:\"yes\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:13:{s:11:\"layout_post\";s:16:\"list-thumb-image\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"3\";s:11:\"offset_post\";s:1:\"1\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:4:\"none\";s:14:\"img_width_post\";s:2:\"80\";s:15:\"img_height_post\";s:2:\"80\";s:19:\"hide_post_date_post\";s:3:\"yes\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}}}i:4;a:2:{s:9:\"row_order\";s:1:\"4\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:8:\"col-full\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"30\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:13:{s:14:\"mod_title_post\";s:8:\"Category\";s:11:\"layout_post\";s:5:\"grid2\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"2\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:4:\"none\";s:14:\"img_width_post\";s:3:\"600\";s:15:\"img_height_post\";s:3:\"300\";s:19:\"hide_post_date_post\";s:3:\"yes\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}}}i:5;a:2:{s:9:\"row_order\";s:1:\"5\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"tab\";s:12:\"mod_settings\";a:5:{s:10:\"layout_tab\";s:7:\"minimal\";s:9:\"color_tab\";s:7:\"default\";s:18:\"tab_appearance_tab\";s:1:\"|\";s:15:\"tab_content_tab\";a:3:{i:0;a:2:{s:9:\"title_tab\";s:7:\"Tab One\";s:8:\"text_tab\";s:381:\"<p>Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus. In sagittis feugiat mauris, in ultrices mauris lacinia eu. Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere.</p>\";}i:1;a:2:{s:9:\"title_tab\";s:8:\"Tab Two \";s:8:\"text_tab\";s:381:\"<p>Vivamus imperdiet diam ac tortor tempus posuere. Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus. In sagittis feugiat mauris, in ultrices mauris lacinia eu.</p>\";}i:2;a:2:{s:9:\"title_tab\";s:9:\"Tab Three\";s:8:\"text_tab\";s:381:\"<p>Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus. In sagittis feugiat mauris, in ultrices mauris lacinia eu.</p>\";}}s:11:\"font_family\";s:7:\"default\";}}}}}}}'),(17733,79,'_thumbnail_id','2344'),(17736,79,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17739,79,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17742,79,'_post_image_attach_id','2347'),(17745,79,'_themify_builder_prebuilt_layout','yes'),(17748,2333,'_themify_builder_settings','a:11:{i:0;a:3:{s:9:\"row_order\";s:1:\"0\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:256:\"<h1 style=\"text-align: center;\">Welcome</h1><h4 style=\"text-align: center;\">Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula.</h4>\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:20:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:3:{i:0;a:2:{s:14:\"img_url_slider\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2013/08/57284001.jpg\";s:16:\"img_title_slider\";s:9:\"Slide One\";}i:1;a:2:{s:14:\"img_url_slider\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/123528979.jpg\";s:16:\"img_title_slider\";s:9:\"Slide Two\";}i:2;a:2:{s:14:\"img_url_slider\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/122935597.jpg\";s:16:\"img_title_slider\";s:11:\"Slide Three\";}}s:13:\"layout_slider\";s:14:\"slider-default\";s:12:\"img_w_slider\";s:3:\"900\";s:12:\"img_h_slider\";s:3:\"400\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:2:\"no\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:8:\"slide-up\";s:16:\"background_image\";s:68:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/city.jpg\";s:17:\"background_repeat\";s:26:\"builder-parallax-scrolling\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:6:\"ffffff\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"000000\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:6:\"000000\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"80\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"20\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:1;a:3:{s:9:\"row_order\";s:1:\"1\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:349:\"<h2 style=\"text-align: center;\">Call of Action</h2><h3 style=\"text-align: center;\">Hire our team now!</h3><p style=\"text-align: center;\">[themify_button link=\"http://themify.me\" style=\"large blue outline rounded\"]More Info[/themify_button] [themify_button link=\"http://themify.me\" style=\"large blue outline rounded\"]Buy Now[/themify_button]</p>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:2;a:3:{s:9:\"row_order\";s:1:\"2\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:111:\"<h2 style=\"text-align: center;\">Services</h2><h3 style=\"text-align: center;\">We do design and development</h3>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:2:\"50\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:3;a:3:{s:9:\"row_order\";s:1:\"3\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-map.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:5:\"Local\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-video.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:5:\"Video\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:76:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-callout.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:9:\"Marketing\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:75:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-slider.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:12:\"Presentation\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:78:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-portfolio.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:6:\"Design\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:74:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/icon-image.png\";s:16:\"appearance_image\";s:1:\"|\";s:11:\"width_image\";s:2:\"60\";s:12:\"height_image\";s:2:\"60\";s:11:\"title_image\";s:11:\"Photography\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:111:\"Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. \";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:4;a:3:{s:9:\"row_order\";s:1:\"4\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:112:\"<h2 style=\"text-align: center;\">Our Clients</h2><h3 style=\"text-align: center;\">Some of our clients include</h3>\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:19:{s:21:\"layout_display_slider\";s:5:\"image\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:14:\"display_slider\";s:7:\"content\";s:18:\"img_content_slider\";a:6:{i:0;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo1.png\";}i:1;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo2.png\";}i:2;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo3.png\";}i:3;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo4.png\";}i:4;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo5.png\";}i:5;a:1:{s:14:\"img_url_slider\";s:69:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/logo6.png\";}}s:13:\"layout_slider\";s:14:\"slider-default\";s:12:\"img_w_slider\";s:3:\"140\";s:18:\"visible_opt_slider\";s:1:\"5\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:12:\"continuously\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:2:\"no\";s:17:\"show_arrow_slider\";s:2:\"no\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:34:{s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:2:\"50\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:5;a:3:{s:9:\"row_order\";s:1:\"5\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:105:\"<h2 style=\"text-align: center;\">Testimonials</h2><h3 style=\"text-align: center;\">What do people say?</h3>\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:11:\"testimonial\";s:12:\"mod_settings\";a:8:{s:18:\"layout_testimonial\";s:5:\"grid2\";s:20:\"category_testimonial\";s:8:\"0|single\";s:25:\"post_per_page_testimonial\";s:1:\"4\";s:17:\"order_testimonial\";s:4:\"desc\";s:19:\"orderby_testimonial\";s:4:\"date\";s:19:\"display_testimonial\";s:7:\"content\";s:25:\"hide_page_nav_testimonial\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:2:\"50\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:6;a:3:{s:9:\"row_order\";s:1:\"6\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:93:\"<h2 style=\"text-align: center;\">Our Team</h2><h3 style=\"text-align: center;\">Meet us now</h3>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:2:\"50\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:7;a:2:{s:9:\"row_order\";s:1:\"7\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/112268515.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:2:\"90\";s:12:\"height_image\";s:2:\"90\";s:11:\"title_image\";s:15:\"Sarah, Designer\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:218:\"Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu. Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa.\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:72:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/92825420.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:2:\"90\";s:12:\"height_image\";s:2:\"90\";s:11:\"title_image\";s:9:\"John, CEO\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:218:\"Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu.\";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:9:{s:11:\"style_image\";s:10:\"image-left\";s:9:\"url_image\";s:73:\"http://themify.me/demo/themes/builder-layouts/files/2014/06/135544689.jpg\";s:16:\"appearance_image\";s:6:\"circle\";s:11:\"width_image\";s:2:\"90\";s:12:\"height_image\";s:2:\"90\";s:11:\"title_image\";s:8:\"Jen, COO\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:218:\"Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu.\";s:11:\"font_family\";s:7:\"default\";}}}}}}i:8;a:3:{s:9:\"row_order\";s:1:\"8\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:103:\"<h2 style=\"text-align: center;\">Contact Us</h2><h3 style=\"text-align: center;\">Wanna work with us?</h3>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:2:\"50\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:6:\"000000\";s:16:\"border_top_width\";s:1:\"3\";s:16:\"border_top_style\";s:5:\"solid\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:9;a:2:{s:9:\"row_order\";s:1:\"9\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"map\";s:12:\"mod_settings\";a:10:{s:11:\"address_map\";s:27:\"1 Yonge Street, Toronto, ON\";s:8:\"zoom_map\";s:2:\"15\";s:5:\"w_map\";s:3:\"100\";s:6:\"unit_w\";s:1:\"%\";s:5:\"h_map\";s:3:\"500\";s:6:\"unit_h\";s:2:\"px\";s:11:\"b_style_map\";s:5:\"solid\";s:8:\"type_map\";s:7:\"ROADMAP\";s:15:\"scrollwheel_map\";s:6:\"enable\";s:13:\"draggable_map\";s:6:\"enable\";}}}}}}i:10;a:2:{s:9:\"row_order\";s:2:\"10\";s:4:\"cols\";a:3:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:70:\"<h3>Our Address</h3><p>1 Yonge Street<br />Toronto, On<br />Canada</p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:6:\"col3-1\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:33:\"<h3>Phone</h3><p>123-345-6789</p>\";s:11:\"font_family\";s:7:\"default\";}}}}i:2;a:2:{s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:38:\"<h3>Email</h3><p>email@address.com</p>\";s:11:\"font_family\";s:7:\"default\";}}}}}}}'),(17751,2333,'_wp_old_slug','product-landing-3'),(17754,2333,'_themify_builder_dp_original','6'),(17757,2333,'_thumbnail_id','2344'),(17760,2333,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17763,2333,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17766,2333,'_post_image_attach_id','2346'),(17769,2333,'_themify_builder_prebuilt_layout','yes'),(17772,2336,'_themify_builder_settings','a:2:{i:0;a:3:{s:9:\"row_order\";s:1:\"0\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col4-2 first\";s:7:\"modules\";a:2:{i:0;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:7:{s:11:\"style_image\";s:9:\"image-top\";s:9:\"url_image\";s:65:\"http://themify.me/demo/themes/builder/files/2013/06/126802541.jpg\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:10:\"link_image\";s:65:\"http://themify.me/demo/themes/builder/files/2013/06/126802541.jpg\";s:11:\"param_image\";s:8:\"lightbox\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:7:\"gallery\";s:12:\"mod_settings\";a:3:{s:17:\"shortcode_gallery\";s:54:\"[gallery link=\"file\" columns=\"6\" ids=\"2264,2265,2266\"]\";s:15:\"thumb_w_gallery\";s:2:\"60\";s:18:\"appearance_gallery\";s:1:\"|\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col4-2 last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:451:\"<h1>Product Title</h1><h3>Price: $15</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur felis risus, elementum sed consequat a, convallis at mi. Vestibulum eu pretium odio. Mauris eu sem orci.</p><p>Vivamus eu libero porttitor, aliquam lacus non, venenatis nisi. Sed magna lorem, scelerisque ut justo non, euismod euismod quam.</p><p>[button style=\'large rounded green flat\' link=\'http://themify.me/themes\' ]Buy Now[/button]</p>\";s:11:\"font_family\";s:7:\"default\";}}}}}s:7:\"styling\";a:35:{s:9:\"row_width\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:0:\"\";s:16:\"background_video\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:0:\"\";s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_width\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_width\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_width\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_width\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:14:\"custom_css_row\";s:0:\"\";}}i:1;a:2:{s:9:\"row_order\";s:1:\"1\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:1:{i:0;a:2:{s:8:\"mod_name\";s:3:\"tab\";s:12:\"mod_settings\";a:3:{s:10:\"layout_tab\";s:7:\"minimal\";s:9:\"color_tab\";s:7:\"default\";s:15:\"tab_content_tab\";a:2:{i:0;a:2:{s:9:\"title_tab\";s:11:\"Description\";s:8:\"text_tab\";s:199:\"<h2>Product Description</h2>\n\nDonec fermentum, urna sit amet ultrices ultrices, nulla ipsum pretium nisl, at consequat turpis risus ac purus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\";}i:1;a:2:{s:9:\"title_tab\";s:7:\"Reviews\";s:8:\"text_tab\";s:149:\"<h2>Reviews</h2>\nMauris porttitor venenatis nulla sed feugiat. Nulla sagittis mi sem, nec egestas arcu <a href=\'http://themify.me/\'>adipiscing eu</a>\";}}}}}}}}}'),(17775,2336,'_thumbnail_id','2344'),(17778,2336,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17781,2336,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17784,2336,'_post_image_attach_id','2351'),(17787,2336,'_wp_old_slug','product'),(17790,2336,'_themify_builder_prebuilt_layout','yes'),(17793,2337,'_themify_builder_settings','a:1:{i:0;a:2:{s:9:\"row_order\";s:1:\"0\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:4:{i:0;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:20:{s:21:\"layout_display_slider\";s:9:\"portfolio\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:10:\"0|multiple\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:21:\"posts_per_page_slider\";s:1:\"5\";s:14:\"display_slider\";s:4:\"none\";s:13:\"layout_slider\";s:14:\"slider-overlay\";s:12:\"img_w_slider\";s:3:\"300\";s:12:\"img_h_slider\";s:3:\"200\";s:18:\"visible_opt_slider\";s:1:\"4\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:12:\"continuously\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:2:\"no\";s:17:\"show_arrow_slider\";s:2:\"no\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:121:\"<h2 style=\"text-align: center;\">Hello, welcome.</h2><h3 style=\"text-align: center;\">I\'m a web designer and developer</h3>\";s:11:\"font_family\";s:7:\"default\";}}i:2;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:20:{s:21:\"layout_display_slider\";s:9:\"portfolio\";s:20:\"blog_category_slider\";s:7:\"|single\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:10:\"0|multiple\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:21:\"posts_per_page_slider\";s:1:\"4\";s:14:\"display_slider\";s:7:\"excerpt\";s:13:\"layout_slider\";s:14:\"slider-overlay\";s:12:\"img_w_slider\";s:3:\"978\";s:12:\"img_h_slider\";s:3:\"400\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}i:3;a:2:{s:8:\"mod_name\";s:9:\"portfolio\";s:12:\"mod_settings\";a:12:{s:16:\"layout_portfolio\";s:5:\"grid4\";s:18:\"category_portfolio\";s:10:\"0|multiple\";s:23:\"post_per_page_portfolio\";s:1:\"8\";s:15:\"order_portfolio\";s:4:\"desc\";s:17:\"orderby_portfolio\";s:4:\"date\";s:17:\"display_portfolio\";s:4:\"none\";s:19:\"img_width_portfolio\";s:3:\"300\";s:20:\"img_height_portfolio\";s:3:\"200\";s:24:\"hide_post_date_portfolio\";s:3:\"yes\";s:24:\"hide_post_meta_portfolio\";s:3:\"yes\";s:23:\"hide_page_nav_portfolio\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}}}}'),(17796,2337,'_thumbnail_id','2344'),(17799,2337,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17802,2337,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17805,2337,'_post_image_attach_id','2345'),(17808,2337,'_themify_builder_prebuilt_layout','yes'),(17811,2339,'_themify_builder_settings','a:2:{i:0;a:2:{s:9:\"row_order\";s:1:\"0\";s:4:\"cols\";a:1:{i:0;a:2:{s:10:\"grid_class\";s:14:\"col-full first\";s:7:\"modules\";a:3:{i:0;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:22:{s:21:\"layout_display_slider\";s:4:\"blog\";s:20:\"blog_category_slider\";s:10:\"0|multiple\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:27:\"testimonial_category_slider\";s:7:\"|single\";s:21:\"posts_per_page_slider\";s:1:\"6\";s:14:\"display_slider\";s:4:\"none\";s:13:\"layout_slider\";s:14:\"slider-default\";s:12:\"img_w_slider\";s:3:\"300\";s:12:\"img_h_slider\";s:3:\"150\";s:18:\"visible_opt_slider\";s:1:\"4\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:6:\"resume\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:3:\"yes\";s:17:\"show_arrow_slider\";s:3:\"yes\";s:18:\"left_margin_slider\";s:2:\"10\";s:19:\"right_margin_slider\";s:2:\"10\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:143:\"<p><a href=\"http://themify.me\"><img class=\"aligncenter\" src=\"http://themify.me/demo/themes/magazine/files/2013/08/728x90.png\" alt=\"\" /></a></p>\";s:11:\"font_family\";s:7:\"default\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"20\";}}}}}}i:1;a:2:{s:9:\"row_order\";s:1:\"1\";s:4:\"cols\";a:2:{i:0;a:2:{s:10:\"grid_class\";s:12:\"col3-1 first\";s:7:\"modules\";a:5:{i:0;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:13:{s:14:\"mod_title_post\";s:11:\"Top Stories\";s:11:\"layout_post\";s:5:\"grid2\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"4\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:4:\"none\";s:14:\"img_width_post\";s:3:\"200\";s:15:\"img_height_post\";s:3:\"100\";s:19:\"hide_post_date_post\";s:3:\"yes\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:107:\"<p><a href=\"#\"><img alt=\"\" src=\"http://themify.me/demo/themes/magazine/files/2013/08/300x250.png\"></a></p>\n\";s:11:\"font_family\";s:7:\"default\";}}i:2;a:2:{s:8:\"mod_name\";s:3:\"box\";s:12:\"mod_settings\";a:2:{s:11:\"content_box\";s:133:\"<h3>Subscribe Now</h3><div><p>Sign up for a monthly subscription. Pay for the first month and you\'ll get the next one free.</p></div>\";s:9:\"color_box\";s:6:\"yellow\";}}i:3;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"20\";}}i:4;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:12:{s:14:\"mod_title_post\";s:6:\"Sports\";s:11:\"layout_post\";s:9:\"list-post\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"3\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:7:\"excerpt\";s:14:\"img_width_post\";s:3:\"400\";s:15:\"img_height_post\";s:3:\"200\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}i:1;a:2:{s:10:\"grid_class\";s:11:\"col3-2 last\";s:7:\"modules\";a:9:{i:0;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:13:{s:14:\"mod_title_post\";s:7:\"Today\'s\";s:11:\"layout_post\";s:9:\"list-post\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"1\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:7:\"excerpt\";s:14:\"img_width_post\";s:3:\"760\";s:15:\"img_height_post\";s:3:\"300\";s:19:\"hide_post_date_post\";s:3:\"yes\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}i:1;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:2:{s:12:\"content_text\";s:108:\"<p><a href=\"#\"><img src=\"http://themify.me/demo/themes/magazine/files/2013/08/468x60.png\" alt=\"\" /></a></p>\n\";s:11:\"font_family\";s:7:\"default\";}}i:2;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"20\";}}i:3;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:12:{s:14:\"mod_title_post\";s:7:\"Culture\";s:11:\"layout_post\";s:5:\"grid3\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"3\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:7:\"excerpt\";s:14:\"img_width_post\";s:3:\"300\";s:15:\"img_height_post\";s:3:\"150\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}i:4;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"20\";}}i:5;a:2:{s:8:\"mod_name\";s:6:\"slider\";s:12:\"mod_settings\";a:18:{s:16:\"mod_title_slider\";s:5:\"World\";s:21:\"layout_display_slider\";s:4:\"blog\";s:20:\"blog_category_slider\";s:14:\"world|multiple\";s:22:\"slider_category_slider\";s:7:\"|single\";s:25:\"portfolio_category_slider\";s:7:\"|single\";s:21:\"posts_per_page_slider\";s:1:\"3\";s:14:\"display_slider\";s:7:\"excerpt\";s:13:\"layout_slider\";s:22:\"slider-caption-overlay\";s:12:\"img_w_slider\";s:3:\"642\";s:12:\"img_h_slider\";s:3:\"321\";s:18:\"visible_opt_slider\";s:1:\"1\";s:22:\"auto_scroll_opt_slider\";s:1:\"4\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:6:\"normal\";s:13:\"effect_slider\";s:6:\"scroll\";s:11:\"wrap_slider\";s:3:\"yes\";s:15:\"show_nav_slider\";s:2:\"no\";s:17:\"show_arrow_slider\";s:2:\"no\";}}i:6;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:11:{s:11:\"layout_post\";s:5:\"grid3\";s:13:\"category_post\";s:14:\"world|multiple\";s:18:\"post_per_page_post\";s:1:\"3\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:7:\"excerpt\";s:14:\"img_width_post\";s:3:\"200\";s:15:\"img_height_post\";s:3:\"150\";s:19:\"hide_post_meta_post\";s:3:\"yes\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}i:7;a:2:{s:8:\"mod_name\";s:7:\"divider\";s:12:\"mod_settings\";a:5:{s:13:\"style_divider\";s:5:\"solid\";s:16:\"stroke_w_divider\";s:1:\"3\";s:13:\"color_divider\";s:6:\"000000\";s:18:\"top_margin_divider\";s:2:\"40\";s:21:\"bottom_margin_divider\";s:2:\"20\";}}i:8;a:2:{s:8:\"mod_name\";s:4:\"post\";s:12:\"mod_settings\";a:11:{s:14:\"mod_title_post\";s:9:\"Lifestyle\";s:11:\"layout_post\";s:16:\"list-thumb-image\";s:13:\"category_post\";s:10:\"0|multiple\";s:18:\"post_per_page_post\";s:1:\"3\";s:10:\"order_post\";s:4:\"desc\";s:12:\"orderby_post\";s:4:\"date\";s:12:\"display_post\";s:7:\"excerpt\";s:14:\"img_width_post\";s:3:\"150\";s:15:\"img_height_post\";s:3:\"150\";s:18:\"hide_page_nav_post\";s:3:\"yes\";s:11:\"font_family\";s:7:\"default\";}}}}}}}'),(17814,2339,'_thumbnail_id','2344'),(17817,2339,'post_image','http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg'),(17820,2339,'post_image','http://themify.me/demo/themes/builder-layouts/files/2014/06/news-layout-thumb.png'),(17823,2339,'_post_image_attach_id','2344'),(17826,2339,'_themify_builder_prebuilt_layout','yes'),(20515,4768,'_wp_attached_file','2016/01/favcon.png'),(20518,4768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:442;s:4:\"file\";s:18:\"2016/01/favcon.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"favcon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"favcon-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(21033,5022,'_edit_last','1'),(21036,5022,'_edit_lock','1453668337:1'),(21037,5022,'layout','list-post'),(21040,5022,'content_width','full_width'),(21043,5022,'imagefilter_options','initial'),(21046,5022,'imagefilter_options_hover','initial'),(21049,5022,'imagefilter_applyto','initial'),(21052,5022,'body_background_repeat','fullcover'),(21055,5022,'color_scheme_mode','color-presets'),(21058,5022,'color_design','default'),(21061,5022,'typography_mode','typography-presets'),(21064,5022,'font_design','default'),(21067,5022,'body_font','default'),(21070,5022,'heading_font','default'),(21073,5022,'header_design','default'),(21076,5022,'fixed_header','default'),(21079,5022,'full_height_header','default'),(21082,5022,'header_wrap','solid'),(21085,5022,'background_repeat','fullcover'),(21088,5022,'footer_design','default'),(21091,5022,'page_layout','default'),(21094,5022,'hide_page_title','default'),(21097,5022,'order','desc'),(21100,5022,'orderby','content'),(21103,5022,'display_content','content'),(21106,5022,'feature_size_page','blank'),(21109,5022,'hide_title','default'),(21112,5022,'unlink_title','default'),(21115,5022,'hide_date','default'),(21118,5022,'hide_image','default'),(21121,5022,'unlink_image','default'),(21124,5022,'hide_navigation','default'),(21127,5022,'portfolio_order','desc'),(21130,5022,'portfolio_orderby','content'),(21133,5022,'portfolio_layout','list-post'),(21136,5022,'portfolio_display_content','content'),(21139,5022,'portfolio_feature_size_page','blank'),(21142,5022,'portfolio_hide_title','default'),(21145,5022,'portfolio_unlink_title','default'),(21148,5022,'portfolio_hide_meta_all','default'),(21151,5022,'portfolio_hide_image','default'),(21154,5022,'portfolio_unlink_image','default'),(21157,5022,'portfolio_hide_navigation','default'),(21160,5022,'builder_switch_frontend','0'),(21163,1,'_wp_trash_meta_status','publish'),(21166,1,'_wp_trash_meta_time','1453668817'),(21169,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(21172,3262,'_wp_trash_meta_status','publish'),(21175,3262,'_wp_trash_meta_time','1453668817'),(21178,3266,'_wp_trash_meta_status','publish'),(21181,3266,'_wp_trash_meta_time','1453668817'),(21184,3259,'_wp_trash_meta_status','publish'),(21187,3259,'_wp_trash_meta_time','1453668817'),(21190,3256,'_wp_trash_meta_status','publish'),(21193,3256,'_wp_trash_meta_time','1453668817'),(21196,3269,'_wp_trash_meta_status','publish'),(21199,3269,'_wp_trash_meta_time','1453668818'),(21202,3253,'_wp_trash_meta_status','publish'),(21205,3253,'_wp_trash_meta_time','1453668818'),(21208,3250,'_wp_trash_meta_status','publish'),(21211,3250,'_wp_trash_meta_time','1453668818'),(21214,3247,'_wp_trash_meta_status','publish'),(21217,3247,'_wp_trash_meta_time','1453668818'),(21220,3244,'_wp_trash_meta_status','publish'),(21223,3244,'_wp_trash_meta_time','1453668818'),(21226,3241,'_wp_trash_meta_status','publish'),(21229,3241,'_wp_trash_meta_time','1453668818'),(21232,3238,'_wp_trash_meta_status','publish'),(21235,3238,'_wp_trash_meta_time','1453668818'),(21238,3234,'_wp_trash_meta_status','publish'),(21241,3234,'_wp_trash_meta_time','1453668818'),(21244,3228,'_wp_trash_meta_status','publish'),(21247,3228,'_wp_trash_meta_time','1453668818'),(21250,3229,'_wp_trash_meta_status','publish'),(21253,3229,'_wp_trash_meta_time','1453668818'),(21256,3216,'_wp_trash_meta_status','publish'),(21259,3216,'_wp_trash_meta_time','1453668819'),(21262,3212,'_wp_trash_meta_status','publish'),(21265,3212,'_wp_trash_meta_time','1453668819'),(21268,3208,'_wp_trash_meta_status','publish'),(21271,3208,'_wp_trash_meta_time','1453668819'),(21274,3205,'_wp_trash_meta_status','publish'),(21277,3205,'_wp_trash_meta_time','1453668819'),(21280,3202,'_wp_trash_meta_status','publish'),(21283,3202,'_wp_trash_meta_time','1453668819'),(21286,3198,'_wp_trash_meta_status','publish'),(21289,3198,'_wp_trash_meta_time','1453668825'),(21292,3379,'_wp_trash_meta_status','publish'),(21295,3379,'_wp_trash_meta_time','1453668825'),(21297,5094,'_wp_attached_file','2016/01/UNMBSTRONG2.png'),(21300,5094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2178;s:6:\"height\";i:708;s:4:\"file\";s:23:\"2016/01/UNMBSTRONG2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"UNMBSTRONG2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"UNMBSTRONG2-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"UNMBSTRONG2-768x250.png\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"UNMBSTRONG2-1024x333.png\";s:5:\"width\";i:1024;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(21301,5097,'_edit_last','1'),(21304,5097,'layout','list-post'),(21307,5097,'content_width','default_width'),(21310,5097,'imagefilter_options','initial'),(21313,5097,'imagefilter_options_hover','initial'),(21316,5097,'imagefilter_applyto','initial'),(21319,5097,'body_background_repeat','fullcover'),(21322,5097,'color_scheme_mode','color-presets'),(21325,5097,'color_design','default'),(21328,5097,'typography_mode','typography-presets'),(21331,5097,'font_design','default'),(21334,5097,'body_font','default'),(21337,5097,'heading_font','default'),(21340,5097,'header_design','default'),(21343,5097,'fixed_header','default'),(21346,5097,'full_height_header','default'),(21349,5097,'header_wrap','solid'),(21352,5097,'background_repeat','fullcover'),(21355,5097,'footer_design','default'),(21358,5097,'page_layout','default'),(21361,5097,'hide_page_title','default'),(21364,5097,'order','desc'),(21367,5097,'orderby','content'),(21370,5097,'display_content','content'),(21373,5097,'feature_size_page','blank'),(21376,5097,'hide_title','default'),(21379,5097,'unlink_title','default'),(21382,5097,'hide_date','default'),(21385,5097,'hide_image','default'),(21388,5097,'unlink_image','default'),(21391,5097,'hide_navigation','default'),(21394,5097,'portfolio_order','desc'),(21397,5097,'portfolio_orderby','content'),(21400,5097,'portfolio_layout','list-post'),(21403,5097,'portfolio_display_content','content'),(21406,5097,'portfolio_feature_size_page','blank'),(21409,5097,'portfolio_hide_title','default'),(21412,5097,'portfolio_unlink_title','default'),(21415,5097,'portfolio_hide_meta_all','default'),(21418,5097,'portfolio_hide_image','default'),(21421,5097,'portfolio_unlink_image','default'),(21424,5097,'portfolio_hide_navigation','default'),(21427,5097,'builder_switch_frontend','0'),(21430,5097,'_edit_lock','1453670371:1'),(21433,5100,'_edit_last','1'),(21436,5100,'layout','list-post'),(21439,5100,'content_width','default_width'),(21442,5100,'imagefilter_options','initial'),(21445,5100,'imagefilter_options_hover','initial'),(21448,5100,'imagefilter_applyto','initial'),(21451,5100,'body_background_repeat','fullcover'),(21454,5100,'color_scheme_mode','color-presets'),(21457,5100,'color_design','default'),(21460,5100,'typography_mode','typography-presets'),(21463,5100,'font_design','default'),(21466,5100,'body_font','default'),(21469,5100,'heading_font','default'),(21472,5100,'header_design','default'),(21475,5100,'fixed_header','default'),(21478,5100,'full_height_header','default'),(21481,5100,'header_wrap','solid'),(21484,5100,'background_repeat','fullcover'),(21487,5100,'footer_design','default'),(21490,5100,'page_layout','default'),(21493,5100,'hide_page_title','default'),(21496,5100,'order','desc'),(21499,5100,'orderby','content'),(21502,5100,'display_content','content'),(21505,5100,'feature_size_page','blank'),(21508,5100,'hide_title','default'),(21511,5100,'unlink_title','default'),(21514,5100,'hide_date','default'),(21517,5100,'hide_image','default'),(21520,5100,'unlink_image','default'),(21523,5100,'hide_navigation','default'),(21526,5100,'portfolio_order','desc'),(21529,5100,'portfolio_orderby','content'),(21532,5100,'portfolio_layout','list-post'),(21535,5100,'portfolio_display_content','content'),(21538,5100,'portfolio_feature_size_page','blank'),(21541,5100,'portfolio_hide_title','default'),(21544,5100,'portfolio_unlink_title','default'),(21547,5100,'portfolio_hide_meta_all','default'),(21550,5100,'portfolio_hide_image','default'),(21553,5100,'portfolio_unlink_image','default'),(21556,5100,'portfolio_hide_navigation','default'),(21559,5100,'builder_switch_frontend','0'),(21562,5100,'_edit_lock','1453670392:1'),(21564,5104,'_edit_last','1'),(21567,5104,'layout','list-post'),(21570,5104,'content_width','default_width'),(21573,5104,'imagefilter_options','initial'),(21576,5104,'imagefilter_options_hover','initial'),(21579,5104,'imagefilter_applyto','initial'),(21582,5104,'body_background_repeat','fullcover'),(21585,5104,'color_scheme_mode','color-presets'),(21588,5104,'color_design','default'),(21591,5104,'typography_mode','typography-presets'),(21594,5104,'font_design','default'),(21597,5104,'body_font','default'),(21600,5104,'heading_font','default'),(21603,5104,'header_design','default'),(21606,5104,'fixed_header','default'),(21609,5104,'full_height_header','default'),(21612,5104,'header_wrap','solid'),(21615,5104,'background_repeat','fullcover'),(21618,5104,'footer_design','default'),(21621,5104,'page_layout','default'),(21624,5104,'hide_page_title','default'),(21627,5104,'order','desc'),(21630,5104,'orderby','content'),(21633,5104,'display_content','content'),(21636,5104,'feature_size_page','blank'),(21639,5104,'hide_title','default'),(21642,5104,'unlink_title','default'),(21645,5104,'hide_date','default'),(21648,5104,'hide_image','default'),(21651,5104,'unlink_image','default'),(21654,5104,'hide_navigation','default'),(21657,5104,'portfolio_order','desc'),(21660,5104,'portfolio_orderby','content'),(21663,5104,'portfolio_layout','list-post'),(21666,5104,'portfolio_display_content','content'),(21669,5104,'portfolio_feature_size_page','blank'),(21672,5104,'portfolio_hide_title','default'),(21675,5104,'portfolio_unlink_title','default'),(21678,5104,'portfolio_hide_meta_all','default'),(21681,5104,'portfolio_hide_image','default'),(21684,5104,'portfolio_unlink_image','default'),(21687,5104,'portfolio_hide_navigation','default'),(21690,5104,'builder_switch_frontend','0'),(21693,5104,'_edit_lock','1453670445:1'),(21696,5109,'_edit_last','1'),(21699,5109,'_edit_lock','1453670469:1'),(21702,5109,'layout','list-post'),(21705,5109,'content_width','default_width'),(21708,5109,'imagefilter_options','initial'),(21711,5109,'imagefilter_options_hover','initial'),(21714,5109,'imagefilter_applyto','initial'),(21717,5109,'body_background_repeat','fullcover'),(21720,5109,'color_scheme_mode','color-presets'),(21723,5109,'color_design','default'),(21726,5109,'typography_mode','typography-presets'),(21729,5109,'font_design','default'),(21732,5109,'body_font','default'),(21735,5109,'heading_font','default'),(21738,5109,'header_design','default'),(21741,5109,'fixed_header','default'),(21744,5109,'full_height_header','default'),(21747,5109,'header_wrap','solid'),(21750,5109,'background_repeat','fullcover'),(21753,5109,'footer_design','default'),(21756,5109,'page_layout','default'),(21759,5109,'hide_page_title','default'),(21762,5109,'order','desc'),(21765,5109,'orderby','content'),(21768,5109,'display_content','content'),(21771,5109,'feature_size_page','blank'),(21774,5109,'hide_title','default'),(21777,5109,'unlink_title','default'),(21780,5109,'hide_date','default'),(21783,5109,'hide_image','default'),(21786,5109,'unlink_image','default'),(21789,5109,'hide_navigation','default'),(21792,5109,'portfolio_order','desc'),(21795,5109,'portfolio_orderby','content'),(21798,5109,'portfolio_layout','list-post'),(21801,5109,'portfolio_display_content','content'),(21804,5109,'portfolio_feature_size_page','blank'),(21807,5109,'portfolio_hide_title','default'),(21810,5109,'portfolio_unlink_title','default'),(21813,5109,'portfolio_hide_meta_all','default'),(21816,5109,'portfolio_hide_image','default'),(21819,5109,'portfolio_unlink_image','default'),(21822,5109,'portfolio_hide_navigation','default'),(21825,5109,'builder_switch_frontend','0'),(21826,5113,'_edit_last','1'),(21829,5113,'_edit_lock','1453670597:1'),(21831,5113,'layout','list-post'),(21834,5113,'content_width','default_width'),(21837,5113,'imagefilter_options','initial'),(21840,5113,'imagefilter_options_hover','initial'),(21843,5113,'imagefilter_applyto','initial'),(21846,5113,'body_background_repeat','fullcover'),(21849,5113,'color_scheme_mode','color-presets'),(21852,5113,'color_design','default'),(21855,5113,'typography_mode','typography-presets'),(21858,5113,'font_design','default'),(21861,5113,'body_font','default'),(21864,5113,'heading_font','default'),(21867,5113,'header_design','default'),(21870,5113,'fixed_header','default'),(21873,5113,'full_height_header','default'),(21876,5113,'header_wrap','solid'),(21879,5113,'background_repeat','fullcover'),(21882,5113,'footer_design','default'),(21885,5113,'page_layout','default'),(21888,5113,'hide_page_title','default'),(21891,5113,'order','desc'),(21894,5113,'orderby','content'),(21897,5113,'display_content','content'),(21900,5113,'feature_size_page','blank'),(21903,5113,'hide_title','default'),(21906,5113,'unlink_title','default'),(21909,5113,'hide_date','default'),(21912,5113,'hide_image','default'),(21915,5113,'unlink_image','default'),(21918,5113,'hide_navigation','default'),(21921,5113,'portfolio_order','desc'),(21924,5113,'portfolio_orderby','content'),(21927,5113,'portfolio_layout','list-post'),(21930,5113,'portfolio_display_content','content'),(21933,5113,'portfolio_feature_size_page','blank'),(21936,5113,'portfolio_hide_title','default'),(21939,5113,'portfolio_unlink_title','default'),(21942,5113,'portfolio_hide_meta_all','default'),(21945,5113,'portfolio_hide_image','default'),(21948,5113,'portfolio_unlink_image','default'),(21951,5113,'portfolio_hide_navigation','default'),(21954,5113,'builder_switch_frontend','0'),(21955,5116,'_edit_last','1'),(21958,5116,'_edit_lock','1453670629:1'),(21960,5116,'layout','list-post'),(21963,5116,'content_width','default_width'),(21966,5116,'imagefilter_options','initial'),(21969,5116,'imagefilter_options_hover','initial'),(21972,5116,'imagefilter_applyto','initial'),(21975,5116,'body_background_repeat','fullcover'),(21978,5116,'color_scheme_mode','color-presets'),(21981,5116,'color_design','default'),(21984,5116,'typography_mode','typography-presets'),(21987,5116,'font_design','default'),(21990,5116,'body_font','default'),(21993,5116,'heading_font','default'),(21996,5116,'header_design','default'),(21999,5116,'fixed_header','default'),(22002,5116,'full_height_header','default'),(22005,5116,'header_wrap','solid'),(22008,5116,'background_repeat','fullcover'),(22011,5116,'footer_design','default'),(22014,5116,'page_layout','default'),(22017,5116,'hide_page_title','default'),(22020,5116,'order','desc'),(22023,5116,'orderby','content'),(22026,5116,'display_content','content'),(22029,5116,'feature_size_page','blank'),(22032,5116,'hide_title','default'),(22035,5116,'unlink_title','default'),(22038,5116,'hide_date','default'),(22041,5116,'hide_image','default'),(22044,5116,'unlink_image','default'),(22047,5116,'hide_navigation','default'),(22050,5116,'portfolio_order','desc'),(22053,5116,'portfolio_orderby','content'),(22056,5116,'portfolio_layout','list-post'),(22059,5116,'portfolio_display_content','content'),(22062,5116,'portfolio_feature_size_page','blank'),(22065,5116,'portfolio_hide_title','default'),(22068,5116,'portfolio_unlink_title','default'),(22071,5116,'portfolio_hide_meta_all','default'),(22074,5116,'portfolio_hide_image','default'),(22077,5116,'portfolio_unlink_image','default'),(22080,5116,'portfolio_hide_navigation','default'),(22083,5116,'builder_switch_frontend','0'),(22084,5119,'_menu_item_type','post_type'),(22087,5119,'_menu_item_menu_item_parent','0'),(22090,5119,'_menu_item_object_id','5116'),(22093,5119,'_menu_item_object','page'),(22096,5119,'_menu_item_target',''),(22099,5119,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22102,5119,'_menu_item_xfn',''),(22105,5119,'_menu_item_url',''),(22111,5122,'_menu_item_type','post_type'),(22114,5122,'_menu_item_menu_item_parent','0'),(22117,5122,'_menu_item_object_id','5113'),(22120,5122,'_menu_item_object','page'),(22123,5122,'_menu_item_target',''),(22126,5122,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22129,5122,'_menu_item_xfn',''),(22132,5122,'_menu_item_url',''),(22138,5125,'_menu_item_type','post_type'),(22141,5125,'_menu_item_menu_item_parent','0'),(22144,5125,'_menu_item_object_id','5109'),(22147,5125,'_menu_item_object','page'),(22150,5125,'_menu_item_target',''),(22153,5125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22156,5125,'_menu_item_xfn',''),(22159,5125,'_menu_item_url',''),(22165,5128,'_menu_item_type','post_type'),(22168,5128,'_menu_item_menu_item_parent','0'),(22171,5128,'_menu_item_object_id','5104'),(22174,5128,'_menu_item_object','page'),(22177,5128,'_menu_item_target',''),(22180,5128,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22183,5128,'_menu_item_xfn',''),(22186,5128,'_menu_item_url',''),(22192,5131,'_menu_item_type','post_type'),(22195,5131,'_menu_item_menu_item_parent','0'),(22198,5131,'_menu_item_object_id','5100'),(22201,5131,'_menu_item_object','page'),(22204,5131,'_menu_item_target',''),(22207,5131,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22210,5131,'_menu_item_xfn',''),(22213,5131,'_menu_item_url',''),(22219,5134,'_menu_item_type','post_type'),(22222,5134,'_menu_item_menu_item_parent','0'),(22225,5134,'_menu_item_object_id','5097'),(22228,5134,'_menu_item_object','page'),(22231,5134,'_menu_item_target',''),(22234,5134,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22237,5134,'_menu_item_xfn',''),(22240,5134,'_menu_item_url',''),(22246,5137,'_menu_item_type','post_type'),(22249,5137,'_menu_item_menu_item_parent','0'),(22252,5137,'_menu_item_object_id','5022'),(22255,5137,'_menu_item_object','page'),(22258,5137,'_menu_item_target',''),(22261,5137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22264,5137,'_menu_item_xfn',''),(22267,5137,'_menu_item_url',''); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=5138 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2016-01-07 15:05:18','2016-01-07 15:05:18','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','trash','open','open','','hello-world','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',0,'http://unitednorthern.com/wordpress1/?p=1',0,'post','',1),(4,1,'2016-01-24 16:26:17','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-01-24 16:26:17','0000-00-00 00:00:00','',0,'http://unitednorthern.com/wordpress1/?p=4',0,'post','',0),(6,1,'2014-06-17 23:11:13','2014-06-17 23:11:13','','Product Landing','','publish','closed','closed','','product-landing','','','2014-06-17 23:11:13','2014-06-17 23:11:13','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=6',0,'tbuilder_layout','',0),(62,1,'2014-06-20 22:33:10','2014-06-20 22:33:10','','Product Landing 2','','publish','closed','closed','','product-landing-2','','','2014-06-20 22:33:10','2014-06-20 22:33:10','',0,'http://themify.me/demo/themes/builder-layouts/tbuilder-layout/product-landing-copy/',0,'tbuilder_layout','',0),(68,1,'2014-06-21 00:06:16','2014-06-21 00:06:16','','Photo Page','','publish','closed','closed','','photo-page','','','2014-06-21 00:06:16','2014-06-21 00:06:16','',0,'http://themify.me/demo/themes/builder-layouts/tbuilder-layout/product-landing-2-copy/',0,'tbuilder_layout','',0),(79,1,'2014-06-23 23:39:39','2014-06-23 23:39:39','','Magazine','','publish','closed','closed','','magazine','','','2014-06-23 23:39:39','2014-06-23 23:39:39','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=79',0,'tbuilder_layout','',0),(2333,1,'2014-06-24 00:03:16','2014-06-24 00:03:16','','Agency','','publish','closed','closed','','agency','','','2014-06-24 00:03:16','2014-06-24 00:03:16','',0,'http://themify.me/demo/themes/builder-layouts/tbuilder-layout/product-landing-copy/',0,'tbuilder_layout','',0),(2336,1,'2014-06-24 00:47:41','2014-06-24 00:47:41','','Product Single','','publish','closed','closed','','product-single','','','2014-06-24 00:47:41','2014-06-24 00:47:41','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2336',0,'tbuilder_layout','',0),(2337,1,'2014-06-24 01:02:31','2014-06-24 01:02:31','','Portfolio','','publish','closed','closed','','portfolio','','','2014-06-24 01:02:31','2014-06-24 01:02:31','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2337',0,'tbuilder_layout','',0),(2339,1,'2014-06-24 01:28:36','2014-06-24 01:28:36','','News','','publish','closed','closed','','news','','','2014-06-24 01:28:36','2014-06-24 01:28:36','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2339',0,'tbuilder_layout','',0),(2344,1,'2014-06-24 02:25:07','2014-06-24 02:25:07','','news layout thumb','','inherit','open','open','','news-layout-thumb-2','','','2014-06-24 02:25:07','2014-06-24 02:25:07','',0,'http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/news-layout-thumb-2.jpg',0,'attachment','image/jpeg',0),(2500,1,'2015-07-03 23:43:31','2015-07-03 23:43:31','','App Page','','publish','closed','closed','','app-page','','','2015-07-03 23:43:31','2015-07-03 23:43:31','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2500',0,'tbuilder_layout','',0),(2520,1,'2015-07-06 15:53:26','2015-07-06 15:53:26','','Restaurant Page','','publish','closed','closed','','restaurant-page','','','2015-07-06 15:53:26','2015-07-06 15:53:26','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2520',0,'tbuilder_layout','',0),(2553,1,'2015-07-06 15:59:28','2015-07-06 15:59:28','','Restaurant Page 2','','publish','closed','closed','','restaurant-page-2','','','2015-07-06 15:59:28','2015-07-06 15:59:28','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2553',0,'tbuilder_layout','',0),(2557,1,'2015-07-06 16:03:44','2015-07-06 16:03:44','','Agency Page','','publish','closed','closed','','agency-page','','','2015-07-06 16:03:44','2015-07-06 16:03:44','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2557',0,'tbuilder_layout','',0),(2559,1,'2015-07-06 16:05:13','2015-07-06 16:05:13','','Agency Page 2','','publish','closed','closed','','agency-page-2','','','2015-07-06 16:05:13','2015-07-06 16:05:13','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2559',0,'tbuilder_layout','',0),(2561,1,'2015-07-06 16:11:45','2015-07-06 16:11:45','','Marketer Page','','publish','closed','closed','','marketer-page','','','2015-07-06 16:11:45','2015-07-06 16:11:45','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2561',0,'tbuilder_layout','',0),(2563,1,'2015-07-06 16:15:47','2015-07-06 16:15:47','','Company Page','','publish','closed','closed','','company-page','','','2015-07-06 16:15:47','2015-07-06 16:15:47','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2563',0,'tbuilder_layout','',0),(2570,1,'2015-07-06 16:25:57','2015-07-06 16:25:57','','Company Page 2','','publish','closed','closed','','company-page-2','','','2015-07-06 16:25:57','2015-07-06 16:25:57','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2570',0,'tbuilder_layout','',0),(2578,1,'2015-07-06 16:37:14','2015-07-06 16:37:14','','App Page 2','','publish','closed','closed','','app-page-2','','','2015-07-06 16:37:14','2015-07-06 16:37:14','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2578',0,'tbuilder_layout','',0),(2591,1,'2015-07-06 16:45:37','2015-07-06 16:45:37','','App Page 3','','publish','closed','closed','','app-page-3','','','2015-07-06 16:45:37','2015-07-06 16:45:37','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2591',0,'tbuilder_layout','',0),(2600,1,'2015-07-06 16:51:50','2015-07-06 16:51:50','','Ebook Page','','publish','closed','closed','','ebook-page','','','2015-07-06 16:51:50','2015-07-06 16:51:50','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2600',0,'tbuilder_layout','',0),(2607,1,'2015-07-06 16:54:46','2015-07-06 16:54:46','','Ebook Page 2','','publish','closed','closed','','ebook-page-2','','','2015-07-06 16:54:46','2015-07-06 16:54:46','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=2607',0,'tbuilder_layout','',0),(3198,1,'2015-04-09 17:33:31','2015-04-09 17:33:31','Donec vitae volutpat erat. Donec non molestie lacus. Integer euismod leo euismod, fermentum tellus sed, consequat leo. Cras lobortis nisl non dapibus tempor. Donec a finibus tellus. Vivamus laoreet lacinia imperdiet. Fusce tincidunt metus ac sapien feugiat, sit amet laoreet lorem aliquam. Integer pharetra egestas mi vel aliquam.','Amazing Posts','','trash','open','open','','amazing-posts','','','2016-01-24 20:53:45','2016-01-24 20:53:45','',0,'http://themify.me/demo/themes/ultra/?p=3198',0,'post','',0),(3202,1,'2015-04-09 17:46:12','2015-04-09 17:46:12','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae quam sed leo luctus sagittis. Fusce ut metus scelerisque dui facilisis auctor at sit amet eros. Donec sit amet nibh ac ipsum commodo tempor a a nibh. Suspendisse ornare neque id massa sollicitudin maximus. Vivamus vel dui a velit varius pellentesque nec sed felis. Vestibulum eu mauris viverra ante dictum imperdiet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;','Long Drive Adventures','','trash','open','open','','long-drive-adventures','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',0,'http://themify.me/demo/themes/ultra/?p=3202',0,'post','',0),(3205,1,'2015-04-09 17:47:44','2015-04-09 17:47:44','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.\n\n ','My Photography Post','','trash','open','open','','my-photography-post','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',0,'http://themify.me/demo/themes/ultra/?p=3205',0,'post','',0),(3208,1,'2015-04-09 17:48:26','2015-04-09 17:48:26','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.\n\n ','City Sunrise','','trash','open','open','','city-sunrise','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',0,'http://themify.me/demo/themes/ultra/?p=3208',0,'post','',0),(3212,1,'2015-04-09 17:50:20','2015-04-09 17:50:20','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.\n\n ','In the Wild','','trash','open','open','','in-the-wild','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',0,'http://themify.me/demo/themes/ultra/?p=3212',0,'post','',0),(3216,1,'2015-04-09 19:48:45','2015-04-09 19:48:45','Nulla tortor ex, sodales id mollis ac, feugiat sit amet leo. Suspendisse porttitor laoreet neque, et bibendum lacus euismod id. In tincidunt, tortor vel fringilla elementum, magna purus lacinia ante, id egestas nisi justo vel eros. Pellentesque orci lorem, accumsan sed aliquam sed, pretium sed nunc. Maecenas consequat, justo sed rutrum sollicitudin, velit ante ultricies ante, et euismod arcu purus et leo. Morbi pretium non ex ut volutpat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consequat rutrum nisl quis condimentum. Sed eget tincidunt nulla, posuere elementum ligula. Nulla facilisi. Praesent luctus, neque dictum feugiat maximus, sem enim maximus ipsum, sed ullamcorper est urna suscipit massa. Cras commodo eros nec eleifend vehicula. Praesent auctor augue in massa porta gravida. Nullam et ex eget diam mollis hendrerit id dignissim sem. Suspendisse viverra nibh a fringilla viverra.','Coffee Shop Office','','trash','open','open','','coffee-shop-office','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',0,'http://themify.me/demo/themes/ultra/?p=3216',0,'post','',0),(3228,1,'2015-04-09 20:00:21','2015-04-09 20:00:21','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.','Work/Life Balance','','trash','open','open','','worklife-balance','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3228',0,'post','',0),(3229,1,'2015-04-09 19:56:54','2015-04-09 19:56:54','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.','Travel Shots','','trash','open','open','','travel-shots','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3229',0,'post','',0),(3234,1,'2015-04-09 20:02:06','2015-04-09 20:02:06','Donec vitae volutpat erat. Donec non molestie lacus. Integer euismod leo euismod, fermentum tellus sed, consequat leo. Cras lobortis nisl non dapibus tempor. Donec a finibus tellus. Vivamus laoreet lacinia imperdiet. Fusce tincidunt metus ac sapien feugiat, sit amet laoreet lorem aliquam. Integer pharetra egestas mi vel aliquam.','Underwater Scuba Trip','','trash','open','open','','underwater-scuba-trip','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3234',0,'post','',0),(3238,1,'2015-04-09 20:03:51','2015-04-09 20:03:51','<div id=\"lipsum\">\n\nNulla tortor ex, sodales id mollis ac, feugiat sit amet leo. Suspendisse porttitor laoreet neque, et bibendum lacus euismod id. In tincidunt, tortor vel fringilla elementum, magna purus lacinia ante, id egestas nisi justo vel eros. Pellentesque orci lorem, accumsan sed aliquam sed, pretium sed nunc. Maecenas consequat, justo sed rutrum sollicitudin, velit ante ultricies ante, et euismod arcu purus et leo. Morbi pretium non ex ut volutpat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consequat rutrum nisl quis condimentum. Sed eget tincidunt nulla, posuere elementum ligula. Nulla facilisi. Praesent luctus, neque dictum feugiat maximus, sem enim maximus ipsum, sed ullamcorper est urna suscipit massa. Cras commodo eros nec eleifend vehicula. Praesent auctor augue in massa porta gravida. Nullam et ex eget diam mollis hendrerit id dignissim sem. Suspendisse viverra nibh a fringilla viverra.\n\n</div>\n ','Night Life','','trash','open','open','','night-life','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3238',0,'post','',0),(3241,1,'2015-04-09 20:05:08','2015-04-09 20:05:08','<div id=\"lipsum\">\n\nIn consequat rutrum nisl quis condimentum. Sed eget tincidunt nulla, posuere elementum ligula. Nulla facilisi. Praesent luctus, neque dictum feugiat maximus, sem enim maximus ipsum, sed ullamcorper est urna suscipit massa. Cras commodo eros nec eleifend vehicula. Praesent auctor augue in massa porta gravida. Nullam et ex eget diam mollis hendrerit id dignissim sem. Suspendisse viverra nibh a fringilla viverra.\n\n</div>\n ','New York Shot','','trash','open','open','','new-york-shot','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3241',0,'post','',0),(3244,1,'2015-04-09 20:08:17','2015-04-09 20:08:17','<div id=\"lipsum\">\n\nNulla tortor ex, sodales id mollis ac, feugiat sit amet leo. Suspendisse porttitor laoreet neque, et bibendum lacus euismod id. In tincidunt, tortor vel fringilla elementum, magna purus lacinia ante, id egestas nisi justo vel eros. Pellentesque orci lorem, accumsan sed aliquam sed, pretium sed nunc. Maecenas consequat, justo sed rutrum sollicitudin, velit ante ultricies ante, et euismod arcu purus et leo. Morbi pretium non ex ut volutpat.\n\n</div>\n ','Beach Relax','','trash','open','open','','beach-relax','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3244',0,'post','',0),(3247,1,'2015-04-09 20:10:27','2015-04-09 20:10:27','<div id=\"lipsum\">\n\nPellentesque orci lorem, accumsan sed aliquam sed, pretium sed nunc. Maecenas consequat, justo sed rutrum sollicitudin, velit ante ultricies ante, et euismod arcu purus et leo. Morbi pretium non ex ut volutpat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consequat rutrum nisl quis condimentum. Nulla tortor ex, sodales id mollis ac, feugiat sit amet leo. Suspendisse porttitor laoreet neque.\n\n</div>\n ','Busy Streets','','trash','open','open','','busy-streets','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3247',0,'post','',0),(3250,1,'2015-04-09 20:11:44','2015-04-09 20:11:44','Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.\n\n ','Work Office Space','','trash','open','open','','work-office-space','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3250',0,'post','',0),(3253,1,'2015-04-09 20:12:41','2015-04-09 20:12:41','Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.','New Shots','','trash','open','open','','new-shots','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3253',0,'post','',0),(3256,1,'2015-04-09 20:20:05','2015-04-09 20:20:05','Donec accumsan ipsum nec dolor aliquam pretium. Suspendisse consequat condimentum augue, vel ultricies quam efficitur quis. Aenean sapien turpis, tincidunt congue risus ac, eleifend condimentum nunc. Quisque porta nulla erat, et maximus nisi venenatis at. Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','Travelling Photos','','trash','open','open','','travelling-photos','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',0,'http://themify.me/demo/themes/ultra/?p=3256',0,'post','',0),(3259,1,'2015-04-09 20:22:34','2015-04-09 20:22:34','Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','Looking Forward','','trash','open','open','','looking-forward','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',0,'http://themify.me/demo/themes/ultra/?p=3259',0,'post','',0),(3262,1,'2015-04-13 20:24:41','2015-04-13 20:24:41','Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','Into the Horizon','','trash','open','open','','into-the-horizon','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',0,'http://themify.me/demo/themes/ultra/?p=3262',0,'post','',0),(3266,1,'2015-04-09 20:26:22','2015-04-09 20:26:22','Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','The City','','trash','open','open','','city','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',0,'http://themify.me/demo/themes/ultra/?p=3266',0,'post','',0),(3269,1,'2015-04-09 20:13:21','2015-04-09 20:13:21','Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. <a href=\"http://themify.me\">Praesent</a> finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','New Arrival','','trash','open','open','','new-arrival','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',0,'http://themify.me/demo/themes/ultra/?p=3269',0,'post','',0),(3379,1,'2014-04-14 20:42:26','2014-04-14 20:42:26','Donec egestas lectus et magna vulputate vestibulum. Phasellus pellentesque molestie purus at rhoncus. Morbi et turpis dapibus, interdum nisi in, lacinia urna. Nunc tincidunt arcu egestas, condimentum lorem ut, pretium nulla. Suspendisse scelerisque fermentum erat, semper condimentum sem ullamcorper non. Curabitur lorem nisi, tincidunt ut tristique et, cursus a turpis.','Vimeo Video','','trash','open','open','','vimeo-video','','','2016-01-24 20:53:45','2016-01-24 20:53:45','',0,'http://themify.me/demo/themes/ultra/?p=3379',0,'post','',0),(3876,1,'2015-07-06 17:07:09','2015-07-06 17:07:09','','Coming Soon Page','','publish','closed','closed','','coming-soon-page','','','2015-07-06 17:07:09','2015-07-06 17:07:09','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3876',0,'tbuilder_layout','',0),(3879,1,'2015-07-06 17:15:58','2015-07-06 17:15:58','','Fullscreen Page','','publish','closed','closed','','fullscreen-page','','','2015-07-06 17:15:58','2015-07-06 17:15:58','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3879',0,'tbuilder_layout','',0),(3883,1,'2015-07-06 17:19:00','2015-07-06 17:19:00','','Fullscreen Page 2','','publish','closed','closed','','fullscreen-page-2','','','2015-07-06 17:19:00','2015-07-06 17:19:00','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3883',0,'tbuilder_layout','',0),(3889,1,'2015-07-06 17:24:46','2015-07-06 17:24:46','','Personal Page','','publish','closed','closed','','personal-page','','','2015-07-06 17:24:46','2015-07-06 17:24:46','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3889',0,'tbuilder_layout','',0),(3901,1,'2015-07-06 17:35:32','2015-07-06 17:35:32','','Masonry Image','','publish','closed','closed','','masonry-image','','','2015-07-06 17:35:32','2015-07-06 17:35:32','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3901',0,'tbuilder_layout','',0),(3912,1,'2015-07-06 17:40:16','2015-07-06 17:40:16','','Portfolio Page','','publish','closed','closed','','portfolio-page','','','2015-07-06 17:40:16','2015-07-06 17:40:16','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3912',0,'tbuilder_layout','',0),(3926,1,'2015-07-06 17:46:23','2015-07-06 17:46:23','','Portfolio Page 2','','publish','closed','closed','','portfolio-page-2','','','2015-07-06 17:46:23','2015-07-06 17:46:23','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3926',0,'tbuilder_layout','',0),(3933,1,'2015-07-06 17:59:27','2015-07-06 17:59:27','','Portfolio Page 3','','publish','closed','closed','','portfolio-page-3','','','2015-07-06 17:59:27','2015-07-06 17:59:27','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3933',0,'tbuilder_layout','',0),(3935,1,'2015-07-06 18:09:13','2015-07-06 18:09:13','','Product Page','','publish','closed','closed','','product-page','','','2015-07-06 18:09:13','2015-07-06 18:09:13','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3935',0,'tbuilder_layout','',0),(3952,1,'2015-07-06 18:19:02','2015-07-06 18:19:02','','Product Page 2','','publish','closed','closed','','product-page-2','','','2015-07-06 18:19:02','2015-07-06 18:19:02','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3952',0,'tbuilder_layout','',0),(3964,1,'2015-07-06 18:25:48','2015-07-06 18:25:48','','Product Page 3','','publish','closed','closed','','product-page-3','','','2015-07-06 18:25:48','2015-07-06 18:25:48','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3964',0,'tbuilder_layout','',0),(3973,1,'2015-07-06 18:37:39','2015-07-06 18:37:39','','Product Page 4','','publish','closed','closed','','product-page-4','','','2015-07-06 18:37:39','2015-07-06 18:37:39','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3973',0,'tbuilder_layout','',0),(3987,1,'2015-07-06 18:47:36','2015-07-06 18:47:36','','Music Page','','publish','closed','closed','','music-page','','','2015-07-06 18:47:36','2015-07-06 18:47:36','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3987',0,'tbuilder_layout','',0),(3988,1,'2015-07-06 18:47:59','2015-07-06 18:47:59','','Event Page','','publish','closed','closed','','event-page','','','2015-07-06 18:47:59','2015-07-06 18:47:59','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3988',0,'tbuilder_layout','',0),(3989,1,'2015-07-06 18:58:04','2015-07-06 18:58:04','','Wedding Page','','publish','closed','closed','','wedding-page','','','2015-07-06 18:58:04','2015-07-06 18:58:04','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3989',0,'tbuilder_layout','',0),(3990,1,'2015-07-06 18:52:50','2015-07-06 18:52:50','','Event Page 2','','publish','closed','closed','','event-page-2','','','2015-07-06 18:52:50','2015-07-06 18:52:50','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=3990',0,'tbuilder_layout','',0),(4264,1,'2015-07-06 21:59:42','2015-07-06 21:59:42','','Shop Page','','publish','closed','closed','','shop-page','','','2015-07-06 21:59:42','2015-07-06 21:59:42','',0,'http://themify.me/demo/themes/builder-layouts/?post_type=tbuilder_layout&p=4264',0,'tbuilder_layout','',0),(4299,1,'2015-07-09 17:39:21','2015-07-09 17:39:21','','thumb-event-page','','inherit','open','open','','thumb-event-page','','','2015-07-09 17:39:21','2015-07-09 17:39:21','',3988,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-event-page.jpg',0,'attachment','image/jpeg',0),(4300,1,'2015-07-09 17:39:22','2015-07-09 17:39:22','','thumb-music','','inherit','open','open','','thumb-music','','','2015-07-09 17:39:22','2015-07-09 17:39:22','',3987,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-music.jpg',0,'attachment','image/jpeg',0),(4301,1,'2015-07-09 17:39:22','2015-07-09 17:39:22','','thumb-product-3','','inherit','open','open','','thumb-product-3','','','2015-07-09 17:39:22','2015-07-09 17:39:22','',3964,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-product-3.jpg',0,'attachment','image/jpeg',0),(4302,1,'2015-07-09 17:39:23','2015-07-09 17:39:23','','thumb-masonry-image','','inherit','open','open','','thumb-masonry-image','','','2015-07-09 17:39:23','2015-07-09 17:39:23','',3901,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-masonry-image.jpg',0,'attachment','image/jpeg',0),(4303,1,'2015-07-09 17:39:23','2015-07-09 17:39:23','','thumb-company-2','','inherit','open','open','','thumb-company-2','','','2015-07-09 17:39:23','2015-07-09 17:39:23','',2570,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-company-2.jpg',0,'attachment','image/jpeg',0),(4304,1,'2015-07-09 17:39:23','2015-07-09 17:39:23','','thumb-portfolio-2','','inherit','open','open','','thumb-portfolio-2','','','2015-07-09 17:39:23','2015-07-09 17:39:23','',3926,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-portfolio-2.jpg',0,'attachment','image/jpeg',0),(4305,1,'2015-07-09 17:39:24','2015-07-09 17:39:24','','thumb-product-2','','inherit','open','open','','thumb-product-2','','','2015-07-09 17:39:24','2015-07-09 17:39:24','',3952,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-product-2.jpg',0,'attachment','image/jpeg',0),(4306,1,'2015-07-09 17:39:24','2015-07-09 17:39:24','','thumb-marketer-page','','inherit','open','open','','thumb-marketer-page','','','2015-07-09 17:39:24','2015-07-09 17:39:24','',2561,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-marketer-page.jpg',0,'attachment','image/jpeg',0),(4307,1,'2015-07-09 17:39:25','2015-07-09 17:39:25','','thumb-ebook-2','','inherit','open','open','','thumb-ebook-2','','','2015-07-09 17:39:25','2015-07-09 17:39:25','',2607,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-ebook-2.jpg',0,'attachment','image/jpeg',0),(4308,1,'2015-07-09 17:39:25','2015-07-09 17:39:25','','thumb-product-page-4','','inherit','open','open','','thumb-product-page-4','','','2015-07-09 17:39:25','2015-07-09 17:39:25','',3973,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-product-page-4.jpg',0,'attachment','image/jpeg',0),(4309,1,'2015-07-09 17:39:25','2015-07-09 17:39:25','','thumb-landing-agency-page','','inherit','open','open','','thumb-landing-agency-page','','','2015-07-09 17:39:25','2015-07-09 17:39:25','',0,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-landing-agency-page.jpg',0,'attachment','image/jpeg',0),(4310,1,'2015-07-09 17:39:26','2015-07-09 17:39:26','','thumb-wedding','','inherit','open','open','','thumb-wedding','','','2015-07-09 17:39:26','2015-07-09 17:39:26','',3989,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-wedding.jpg',0,'attachment','image/jpeg',0),(4311,1,'2015-07-09 17:39:26','2015-07-09 17:39:26','','thumb-fullscreen-2','','inherit','open','open','','thumb-fullscreen-2','','','2015-07-09 17:39:26','2015-07-09 17:39:26','',3883,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-fullscreen-2.jpg',0,'attachment','image/jpeg',0),(4312,1,'2015-07-09 17:39:27','2015-07-09 17:39:27','','thumb-product-page','','inherit','open','open','','thumb-product-page','','','2015-07-09 17:39:27','2015-07-09 17:39:27','',3935,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-product-page.jpg',0,'attachment','image/jpeg',0),(4313,1,'2015-07-09 17:39:27','2015-07-09 17:39:27','','thumb-fullscreen','','inherit','open','open','','thumb-fullscreen','','','2015-07-09 17:39:27','2015-07-09 17:39:27','',3879,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-fullscreen.jpg',0,'attachment','image/jpeg',0),(4314,1,'2015-07-09 17:39:27','2015-07-09 17:39:27','','thumb-restaurant-2','','inherit','open','open','','thumb-restaurant-2','','','2015-07-09 17:39:27','2015-07-09 17:39:27','',2553,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-restaurant-2.jpg',0,'attachment','image/jpeg',0),(4315,1,'2015-07-09 17:39:28','2015-07-09 17:39:28','','thumb-personal-page','','inherit','open','open','','thumb-personal-page','','','2015-07-09 17:39:28','2015-07-09 17:39:28','',3889,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-personal-page.jpg',0,'attachment','image/jpeg',0),(4316,1,'2015-07-09 17:39:28','2015-07-09 17:39:28','','thumb-portfolio','','inherit','open','open','','thumb-portfolio','','','2015-07-09 17:39:28','2015-07-09 17:39:28','',3912,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-portfolio.jpg',0,'attachment','image/jpeg',0),(4317,1,'2015-07-09 17:39:29','2015-07-09 17:39:29','','thumb-company','','inherit','open','open','','thumb-company','','','2015-07-09 17:39:29','2015-07-09 17:39:29','',2563,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-company.jpg',0,'attachment','image/jpeg',0),(4318,1,'2015-07-09 17:39:29','2015-07-09 17:39:29','','thumb-event-page-2','','inherit','open','open','','thumb-event-page-2','','','2015-07-09 17:39:29','2015-07-09 17:39:29','',3990,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-event-page-2.jpg',0,'attachment','image/jpeg',0),(4319,1,'2015-07-09 17:39:30','2015-07-09 17:39:30','','thumb-portfolio-3','','inherit','open','open','','thumb-portfolio-3','','','2015-07-09 17:39:30','2015-07-09 17:39:30','',3933,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-portfolio-3.jpg',0,'attachment','image/jpeg',0),(4320,1,'2015-07-09 17:39:30','2015-07-09 17:39:30','','thumb-shop','','inherit','open','open','','thumb-shop','','','2015-07-09 17:39:30','2015-07-09 17:39:30','',4264,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-shop.jpg',0,'attachment','image/jpeg',0),(4321,1,'2015-07-09 17:39:31','2015-07-09 17:39:31','','thumb-restaurant','','inherit','open','open','','thumb-restaurant','','','2015-07-09 17:39:31','2015-07-09 17:39:31','',2520,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-restaurant.jpg',0,'attachment','image/jpeg',0),(4322,1,'2015-07-09 17:39:31','2015-07-09 17:39:31','','thumb-ebook-page','','inherit','open','open','','thumb-ebook-page','','','2015-07-09 17:39:31','2015-07-09 17:39:31','',2600,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-ebook-page.jpg',0,'attachment','image/jpeg',0),(4323,1,'2015-07-09 17:39:31','2015-07-09 17:39:31','','thumb-agency-2','','inherit','open','open','','thumb-agency-2','','','2015-07-09 17:39:31','2015-07-09 17:39:31','',2559,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-agency-2.jpg',0,'attachment','image/jpeg',0),(4324,1,'2015-07-09 17:39:32','2015-07-09 17:39:32','','thumb-app-2','','inherit','open','open','','thumb-app-2','','','2015-07-09 17:39:32','2015-07-09 17:39:32','',2578,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-app-2.jpg',0,'attachment','image/jpeg',0),(4325,1,'2015-07-09 17:39:32','2015-07-09 17:39:32','','thumb-app-page-3','','inherit','open','open','','thumb-app-page-3','','','2015-07-09 17:39:32','2015-07-09 17:39:32','',2591,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-app-page-3.jpg',0,'attachment','image/jpeg',0),(4326,1,'2015-07-09 17:39:33','2015-07-09 17:39:33','','thumb-app-page','','inherit','open','open','','thumb-app-page','','','2015-07-09 17:39:33','2015-07-09 17:39:33','',2500,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-app-page.jpg',0,'attachment','image/jpeg',0),(4327,1,'2015-07-09 17:39:33','2015-07-09 17:39:33','','thumb-coming-soon','','inherit','open','open','','thumb-coming-soon','','','2015-07-09 17:39:33','2015-07-09 17:39:33','',3876,'http://unitednorthern.com/wordpress1/wp-content/uploads/2015/07/thumb-coming-soon.jpg',0,'attachment','image/jpeg',0),(4362,1,'2016-01-24 19:43:32','2016-01-24 19:43:32','','Welcome','','publish','closed','closed','','welcome','','','2016-01-24 19:43:32','2016-01-24 19:43:32','',0,'http://unitednorthern.com/wordpress1/2016/01/24/welcome/',1,'nav_menu_item','',0),(4365,1,'2016-01-24 19:43:32','2016-01-24 19:43:32','','About','','publish','closed','closed','','about','','','2016-01-24 19:43:32','2016-01-24 19:43:32','',0,'http://unitednorthern.com/wordpress1/2016/01/24/about/',2,'nav_menu_item','',0),(4368,1,'2016-01-24 19:43:32','2016-01-24 19:43:32','','Skills','','publish','closed','closed','','skills','','','2016-01-24 19:43:32','2016-01-24 19:43:32','',0,'http://unitednorthern.com/wordpress1/2016/01/24/skills/',3,'nav_menu_item','',0),(4371,1,'2016-01-24 19:43:32','2016-01-24 19:43:32','','Resume','','publish','closed','closed','','resume','','','2016-01-24 19:43:32','2016-01-24 19:43:32','',0,'http://unitednorthern.com/wordpress1/2016/01/24/resume/',4,'nav_menu_item','',0),(4374,1,'2016-01-24 19:43:32','2016-01-24 19:43:32','','Status','','publish','closed','closed','','status','','','2016-01-24 19:43:32','2016-01-24 19:43:32','',0,'http://unitednorthern.com/wordpress1/2016/01/24/status/',5,'nav_menu_item','',0),(4377,1,'2016-01-24 19:43:32','2016-01-24 19:43:32','','Portfolio','','publish','closed','closed','','portfolio-2','','','2016-01-24 19:43:32','2016-01-24 19:43:32','',0,'http://unitednorthern.com/wordpress1/2016/01/24/portfolio-2/',6,'nav_menu_item','',0),(4380,1,'2016-01-24 19:43:32','2016-01-24 19:43:32','','Connect','','publish','closed','closed','','connect','','','2016-01-24 19:43:32','2016-01-24 19:43:32','',0,'http://unitednorthern.com/wordpress1/2016/01/24/connect/',7,'nav_menu_item','',0),(4383,1,'2016-01-24 19:43:32','2016-01-24 19:43:32','','Contact','','publish','closed','closed','','contact','','','2016-01-24 19:43:32','2016-01-24 19:43:32','',0,'http://unitednorthern.com/wordpress1/2016/01/24/contact/',8,'nav_menu_item','',0),(4386,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Guests','','publish','closed','closed','','guests','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/guests/',1,'nav_menu_item','',0),(4389,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Schedule','','publish','closed','closed','','schedule','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/schedule/',2,'nav_menu_item','',0),(4392,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Location','','publish','closed','closed','','location','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/location/',3,'nav_menu_item','',0),(4395,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Sponsors','','publish','closed','closed','','sponsors','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/sponsors/',4,'nav_menu_item','',0),(4398,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Press','','publish','closed','closed','','press','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/press/',5,'nav_menu_item','',0),(4401,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Past Event Galleries','','publish','closed','closed','','past-event-galleries','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/past-event-galleries/',6,'nav_menu_item','',0),(4404,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Pricing','','publish','closed','closed','','pricing','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/pricing/',7,'nav_menu_item','',0),(4407,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','FAQ','','publish','closed','closed','','faq','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/faq/',8,'nav_menu_item','',0),(4410,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Bride & Groom','','publish','closed','closed','','bride-groom','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/bride-groom/',1,'nav_menu_item','',0),(4413,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','Wedding Party','','publish','closed','closed','','wedding-party','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/wedding-party/',2,'nav_menu_item','',0),(4416,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','When & Where','','publish','closed','closed','','when-where','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/when-where/',3,'nav_menu_item','',0),(4419,1,'2016-01-24 19:43:33','2016-01-24 19:43:33','','RSVP','','publish','closed','closed','','rsvp','','','2016-01-24 19:43:33','2016-01-24 19:43:33','',0,'http://unitednorthern.com/wordpress1/2016/01/24/rsvp/',4,'nav_menu_item','',0),(4768,1,'2016-01-24 19:54:25','2016-01-24 19:54:25','','favcon','','inherit','open','closed','','favcon','','','2016-01-24 19:54:25','2016-01-24 19:54:25','',0,'http://unitednorthern.com/wordpress1/favcon/',0,'attachment','image/png',0),(5022,1,'2016-01-24 20:46:24','2016-01-24 20:46:24','','HOME','','publish','closed','closed','','home','','','2016-01-24 20:46:24','2016-01-24 20:46:24','',0,'http://unitednorthern.com/wordpress1/?page_id=5022',0,'page','',0),(5023,1,'2016-01-24 20:46:24','2016-01-24 20:46:24','','HOME','','inherit','closed','closed','','5022-revision-v1','','','2016-01-24 20:46:24','2016-01-24 20:46:24','',5022,'http://unitednorthern.com/wordpress1/5022-revision-v1/',0,'revision','',0),(5026,1,'2016-01-24 20:46:30','2016-01-24 20:46:30','','HOME','','inherit','closed','closed','','5022-autosave-v1','','','2016-01-24 20:46:30','2016-01-24 20:46:30','',5022,'http://unitednorthern.com/wordpress1/5022-autosave-v1/',0,'revision','',0),(5029,1,'2016-01-24 20:53:37','2016-01-24 20:53:37','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',1,'http://unitednorthern.com/wordpress1/1-revision-v1/',0,'revision','',0),(5032,1,'2016-01-24 20:53:37','2016-01-24 20:53:37','Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','Into the Horizon','','inherit','closed','closed','','3262-revision-v1','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',3262,'http://unitednorthern.com/wordpress1/3262-revision-v1/',0,'revision','',0),(5035,1,'2016-01-24 20:53:37','2016-01-24 20:53:37','Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','The City','','inherit','closed','closed','','3266-revision-v1','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',3266,'http://unitednorthern.com/wordpress1/3266-revision-v1/',0,'revision','',0),(5038,1,'2016-01-24 20:53:37','2016-01-24 20:53:37','Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','Looking Forward','','inherit','closed','closed','','3259-revision-v1','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',3259,'http://unitednorthern.com/wordpress1/3259-revision-v1/',0,'revision','',0),(5041,1,'2016-01-24 20:53:37','2016-01-24 20:53:37','Donec accumsan ipsum nec dolor aliquam pretium. Suspendisse consequat condimentum augue, vel ultricies quam efficitur quis. Aenean sapien turpis, tincidunt congue risus ac, eleifend condimentum nunc. Quisque porta nulla erat, et maximus nisi venenatis at. Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','Travelling Photos','','inherit','closed','closed','','3256-revision-v1','','','2016-01-24 20:53:37','2016-01-24 20:53:37','',3256,'http://unitednorthern.com/wordpress1/3256-revision-v1/',0,'revision','',0),(5044,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. <a href=\"http://themify.me\">Praesent</a> finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.','New Arrival','','inherit','closed','closed','','3269-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3269,'http://unitednorthern.com/wordpress1/3269-revision-v1/',0,'revision','',0),(5047,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.','New Shots','','inherit','closed','closed','','3253-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3253,'http://unitednorthern.com/wordpress1/3253-revision-v1/',0,'revision','',0),(5050,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','Aliquam arcu ante, sagittis eu rutrum a, efficitur eget nibh. In venenatis metus est, a sagittis turpis cursus quis. Fusce odio neque, placerat ut porttitor eget, congue vestibulum purus. In pretium posuere elit sed lobortis. Praesent finibus ultrices augue, eget blandit mauris. Duis pulvinar, quam ut tristique euismod, velit turpis dignissim massa, et venenatis leo justo id urna.\n\n ','Work Office Space','','inherit','closed','closed','','3250-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3250,'http://unitednorthern.com/wordpress1/3250-revision-v1/',0,'revision','',0),(5053,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','<div id=\"lipsum\">\n\nPellentesque orci lorem, accumsan sed aliquam sed, pretium sed nunc. Maecenas consequat, justo sed rutrum sollicitudin, velit ante ultricies ante, et euismod arcu purus et leo. Morbi pretium non ex ut volutpat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consequat rutrum nisl quis condimentum. Nulla tortor ex, sodales id mollis ac, feugiat sit amet leo. Suspendisse porttitor laoreet neque.\n\n</div>\n ','Busy Streets','','inherit','closed','closed','','3247-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3247,'http://unitednorthern.com/wordpress1/3247-revision-v1/',0,'revision','',0),(5056,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','<div id=\"lipsum\">\n\nNulla tortor ex, sodales id mollis ac, feugiat sit amet leo. Suspendisse porttitor laoreet neque, et bibendum lacus euismod id. In tincidunt, tortor vel fringilla elementum, magna purus lacinia ante, id egestas nisi justo vel eros. Pellentesque orci lorem, accumsan sed aliquam sed, pretium sed nunc. Maecenas consequat, justo sed rutrum sollicitudin, velit ante ultricies ante, et euismod arcu purus et leo. Morbi pretium non ex ut volutpat.\n\n</div>\n ','Beach Relax','','inherit','closed','closed','','3244-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3244,'http://unitednorthern.com/wordpress1/3244-revision-v1/',0,'revision','',0),(5059,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','<div id=\"lipsum\">\n\nIn consequat rutrum nisl quis condimentum. Sed eget tincidunt nulla, posuere elementum ligula. Nulla facilisi. Praesent luctus, neque dictum feugiat maximus, sem enim maximus ipsum, sed ullamcorper est urna suscipit massa. Cras commodo eros nec eleifend vehicula. Praesent auctor augue in massa porta gravida. Nullam et ex eget diam mollis hendrerit id dignissim sem. Suspendisse viverra nibh a fringilla viverra.\n\n</div>\n ','New York Shot','','inherit','closed','closed','','3241-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3241,'http://unitednorthern.com/wordpress1/3241-revision-v1/',0,'revision','',0),(5062,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','<div id=\"lipsum\">\n\nNulla tortor ex, sodales id mollis ac, feugiat sit amet leo. Suspendisse porttitor laoreet neque, et bibendum lacus euismod id. In tincidunt, tortor vel fringilla elementum, magna purus lacinia ante, id egestas nisi justo vel eros. Pellentesque orci lorem, accumsan sed aliquam sed, pretium sed nunc. Maecenas consequat, justo sed rutrum sollicitudin, velit ante ultricies ante, et euismod arcu purus et leo. Morbi pretium non ex ut volutpat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consequat rutrum nisl quis condimentum. Sed eget tincidunt nulla, posuere elementum ligula. Nulla facilisi. Praesent luctus, neque dictum feugiat maximus, sem enim maximus ipsum, sed ullamcorper est urna suscipit massa. Cras commodo eros nec eleifend vehicula. Praesent auctor augue in massa porta gravida. Nullam et ex eget diam mollis hendrerit id dignissim sem. Suspendisse viverra nibh a fringilla viverra.\n\n</div>\n ','Night Life','','inherit','closed','closed','','3238-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3238,'http://unitednorthern.com/wordpress1/3238-revision-v1/',0,'revision','',0),(5065,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','Donec vitae volutpat erat. Donec non molestie lacus. Integer euismod leo euismod, fermentum tellus sed, consequat leo. Cras lobortis nisl non dapibus tempor. Donec a finibus tellus. Vivamus laoreet lacinia imperdiet. Fusce tincidunt metus ac sapien feugiat, sit amet laoreet lorem aliquam. Integer pharetra egestas mi vel aliquam.','Underwater Scuba Trip','','inherit','closed','closed','','3234-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3234,'http://unitednorthern.com/wordpress1/3234-revision-v1/',0,'revision','',0),(5068,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.','Work/Life Balance','','inherit','closed','closed','','3228-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3228,'http://unitednorthern.com/wordpress1/3228-revision-v1/',0,'revision','',0),(5071,1,'2016-01-24 20:53:38','2016-01-24 20:53:38','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.','Travel Shots','','inherit','closed','closed','','3229-revision-v1','','','2016-01-24 20:53:38','2016-01-24 20:53:38','',3229,'http://unitednorthern.com/wordpress1/3229-revision-v1/',0,'revision','',0),(5074,1,'2016-01-24 20:53:39','2016-01-24 20:53:39','Nulla tortor ex, sodales id mollis ac, feugiat sit amet leo. Suspendisse porttitor laoreet neque, et bibendum lacus euismod id. In tincidunt, tortor vel fringilla elementum, magna purus lacinia ante, id egestas nisi justo vel eros. Pellentesque orci lorem, accumsan sed aliquam sed, pretium sed nunc. Maecenas consequat, justo sed rutrum sollicitudin, velit ante ultricies ante, et euismod arcu purus et leo. Morbi pretium non ex ut volutpat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consequat rutrum nisl quis condimentum. Sed eget tincidunt nulla, posuere elementum ligula. Nulla facilisi. Praesent luctus, neque dictum feugiat maximus, sem enim maximus ipsum, sed ullamcorper est urna suscipit massa. Cras commodo eros nec eleifend vehicula. Praesent auctor augue in massa porta gravida. Nullam et ex eget diam mollis hendrerit id dignissim sem. Suspendisse viverra nibh a fringilla viverra.','Coffee Shop Office','','inherit','closed','closed','','3216-revision-v1','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',3216,'http://unitednorthern.com/wordpress1/3216-revision-v1/',0,'revision','',0),(5077,1,'2016-01-24 20:53:39','2016-01-24 20:53:39','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.\n\n ','In the Wild','','inherit','closed','closed','','3212-revision-v1','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',3212,'http://unitednorthern.com/wordpress1/3212-revision-v1/',0,'revision','',0),(5080,1,'2016-01-24 20:53:39','2016-01-24 20:53:39','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.\n\n ','City Sunrise','','inherit','closed','closed','','3208-revision-v1','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',3208,'http://unitednorthern.com/wordpress1/3208-revision-v1/',0,'revision','',0),(5083,1,'2016-01-24 20:53:39','2016-01-24 20:53:39','Mauris pulvinar, massa eget semper imperdiet, sapien nisl vulputate mi, ut commodo mi erat et sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur pellentesque augue nec nisl ultricies aliquet. Integer ipsum ante, interdum ac varius quis, ullamcorper vel ante. Donec eu mi vitae ex aliquam porttitor. Donec a mi in mauris finibus venenatis vitae at augue. Maecenas non pulvinar purus. Vestibulum posuere faucibus libero, eu dapibus magna mollis quis. Etiam non ante urna. Curabitur tincidunt ultrices sagittis. Donec quis felis leo. Cras ullamcorper, est eget convallis dapibus, diam lacus viverra magna, volutpat maximus lorem urna ac purus. Nam felis metus, eleifend ut fringilla a, sagittis nec mauris. In id congue justo.\n\n ','My Photography Post','','inherit','closed','closed','','3205-revision-v1','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',3205,'http://unitednorthern.com/wordpress1/3205-revision-v1/',0,'revision','',0),(5086,1,'2016-01-24 20:53:39','2016-01-24 20:53:39','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae quam sed leo luctus sagittis. Fusce ut metus scelerisque dui facilisis auctor at sit amet eros. Donec sit amet nibh ac ipsum commodo tempor a a nibh. Suspendisse ornare neque id massa sollicitudin maximus. Vivamus vel dui a velit varius pellentesque nec sed felis. Vestibulum eu mauris viverra ante dictum imperdiet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;','Long Drive Adventures','','inherit','closed','closed','','3202-revision-v1','','','2016-01-24 20:53:39','2016-01-24 20:53:39','',3202,'http://unitednorthern.com/wordpress1/3202-revision-v1/',0,'revision','',0),(5089,1,'2016-01-24 20:53:45','2016-01-24 20:53:45','Donec vitae volutpat erat. Donec non molestie lacus. Integer euismod leo euismod, fermentum tellus sed, consequat leo. Cras lobortis nisl non dapibus tempor. Donec a finibus tellus. Vivamus laoreet lacinia imperdiet. Fusce tincidunt metus ac sapien feugiat, sit amet laoreet lorem aliquam. Integer pharetra egestas mi vel aliquam.','Amazing Posts','','inherit','closed','closed','','3198-revision-v1','','','2016-01-24 20:53:45','2016-01-24 20:53:45','',3198,'http://unitednorthern.com/wordpress1/3198-revision-v1/',0,'revision','',0),(5092,1,'2016-01-24 20:53:45','2016-01-24 20:53:45','Donec egestas lectus et magna vulputate vestibulum. Phasellus pellentesque molestie purus at rhoncus. Morbi et turpis dapibus, interdum nisi in, lacinia urna. Nunc tincidunt arcu egestas, condimentum lorem ut, pretium nulla. Suspendisse scelerisque fermentum erat, semper condimentum sem ullamcorper non. Curabitur lorem nisi, tincidunt ut tristique et, cursus a turpis.','Vimeo Video','','inherit','closed','closed','','3379-revision-v1','','','2016-01-24 20:53:45','2016-01-24 20:53:45','',3379,'http://unitednorthern.com/wordpress1/3379-revision-v1/',0,'revision','',0),(5094,1,'2016-01-24 21:10:58','2016-01-24 21:10:58','','UNMBSTRONG2','','inherit','open','closed','','unmbstrong2','','','2016-01-24 21:10:58','2016-01-24 21:10:58','',0,'http://unitednorthern.com/wordpress1/wp-content/uploads/2016/01/UNMBSTRONG2.png',0,'attachment','image/png',0),(5097,1,'2016-01-24 21:19:30','2016-01-24 21:19:30','','BLOG','','publish','closed','closed','','blog','','','2016-01-24 21:19:30','2016-01-24 21:19:30','',0,'http://unitednorthern.com/wordpress1/?page_id=5097',0,'page','',0),(5098,1,'2016-01-24 21:19:30','2016-01-24 21:19:30','','BLOG','','inherit','closed','closed','','5097-revision-v1','','','2016-01-24 21:19:30','2016-01-24 21:19:30','',5097,'http://unitednorthern.com/wordpress1/5097-revision-v1/',0,'revision','',0),(5100,1,'2016-01-24 21:19:51','2016-01-24 21:19:51','','WHY UNITED','','publish','closed','closed','','why-united','','','2016-01-24 21:19:51','2016-01-24 21:19:51','',0,'http://unitednorthern.com/wordpress1/?page_id=5100',0,'page','',0),(5101,1,'2016-01-24 21:19:51','2016-01-24 21:19:51','','WHY UNITED','','inherit','closed','closed','','5100-revision-v1','','','2016-01-24 21:19:51','2016-01-24 21:19:51','',5100,'http://unitednorthern.com/wordpress1/5100-revision-v1/',0,'revision','',0),(5104,1,'2016-01-24 21:20:23','2016-01-24 21:20:23','','CONTACT US','','publish','closed','closed','','contact-us','','','2016-01-24 21:20:45','2016-01-24 21:20:45','',0,'http://unitednorthern.com/wordpress1/?page_id=5104',0,'page','',0),(5106,1,'2016-01-24 21:20:23','2016-01-24 21:20:23','','CONTACT US','','inherit','closed','closed','','5104-revision-v1','','','2016-01-24 21:20:23','2016-01-24 21:20:23','',5104,'http://unitednorthern.com/wordpress1/5104-revision-v1/',0,'revision','',0),(5109,1,'2016-01-24 21:21:09','2016-01-24 21:21:09','','LOAN PROCESS','','publish','closed','closed','','loan-process','','','2016-01-24 21:21:09','2016-01-24 21:21:09','',0,'http://unitednorthern.com/wordpress1/?page_id=5109',0,'page','',0),(5112,1,'2016-01-24 21:21:09','2016-01-24 21:21:09','','LOAN PROCESS','','inherit','closed','closed','','5109-revision-v1','','','2016-01-24 21:21:09','2016-01-24 21:21:09','',5109,'http://unitednorthern.com/wordpress1/5109-revision-v1/',0,'revision','',0),(5113,1,'2016-01-24 21:23:16','2016-01-24 21:23:16','','CAREERS','','publish','closed','closed','','careers','','','2016-01-24 21:23:16','2016-01-24 21:23:16','',0,'http://unitednorthern.com/wordpress1/?page_id=5113',0,'page','',0),(5115,1,'2016-01-24 21:23:16','2016-01-24 21:23:16','','CAREERS','','inherit','closed','closed','','5113-revision-v1','','','2016-01-24 21:23:16','2016-01-24 21:23:16','',5113,'http://unitednorthern.com/wordpress1/5113-revision-v1/',0,'revision','',0),(5116,1,'2016-01-24 21:23:48','2016-01-24 21:23:48','','MORTGAGES','','publish','closed','closed','','mortgages','','','2016-01-24 21:23:48','2016-01-24 21:23:48','',0,'http://unitednorthern.com/wordpress1/?page_id=5116',0,'page','',0),(5118,1,'2016-01-24 21:23:48','2016-01-24 21:23:48','','MORTGAGES','','inherit','closed','closed','','5116-revision-v1','','','2016-01-24 21:23:48','2016-01-24 21:23:48','',5116,'http://unitednorthern.com/wordpress1/5116-revision-v1/',0,'revision','',0),(5119,1,'2016-01-24 21:27:01','2016-01-24 21:27:01',' ','','','publish','closed','closed','','5119','','','2016-01-24 21:27:01','2016-01-24 21:27:01','',0,'http://unitednorthern.com/wordpress1/?p=5119',3,'nav_menu_item','',0),(5122,1,'2016-01-24 21:27:01','2016-01-24 21:27:01',' ','','','publish','closed','closed','','5122','','','2016-01-24 21:27:01','2016-01-24 21:27:01','',0,'http://unitednorthern.com/wordpress1/?p=5122',5,'nav_menu_item','',0),(5125,1,'2016-01-24 21:27:01','2016-01-24 21:27:01',' ','','','publish','closed','closed','','5125','','','2016-01-24 21:27:01','2016-01-24 21:27:01','',0,'http://unitednorthern.com/wordpress1/?p=5125',4,'nav_menu_item','',0),(5128,1,'2016-01-24 21:27:01','2016-01-24 21:27:01',' ','','','publish','closed','closed','','5128','','','2016-01-24 21:27:01','2016-01-24 21:27:01','',0,'http://unitednorthern.com/wordpress1/?p=5128',7,'nav_menu_item','',0),(5131,1,'2016-01-24 21:27:01','2016-01-24 21:27:01',' ','','','publish','closed','closed','','5131','','','2016-01-24 21:27:01','2016-01-24 21:27:01','',0,'http://unitednorthern.com/wordpress1/?p=5131',2,'nav_menu_item','',0),(5134,1,'2016-01-24 21:27:01','2016-01-24 21:27:01',' ','','','publish','closed','closed','','5134','','','2016-01-24 21:27:01','2016-01-24 21:27:01','',0,'http://unitednorthern.com/wordpress1/?p=5134',6,'nav_menu_item','',0),(5137,1,'2016-01-24 21:27:01','2016-01-24 21:27:01',' ','','','publish','closed','closed','','5137','','','2016-01-24 21:27:01','2016-01-24 21:27:01','',0,'http://unitednorthern.com/wordpress1/?p=5137',1,'nav_menu_item','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(3198,12,0),(3198,18,0),(3202,6,0),(3202,18,0),(3205,3,0),(3205,18,0),(3208,12,0),(3208,18,0),(3212,3,0),(3212,12,0),(3216,15,0),(3216,18,0),(3228,15,0),(3229,3,0),(3229,6,0),(3229,12,0),(3229,18,0),(3234,6,0),(3238,3,0),(3238,6,0),(3241,3,0),(3241,6,0),(3244,6,0),(3247,3,0),(3247,12,0),(3250,15,0),(3253,3,0),(3253,15,0),(3256,6,0),(3259,3,0),(3259,6,0),(3262,3,0),(3262,12,0),(3266,15,0),(3269,3,0),(3379,9,0),(3379,12,0),(4362,30,0),(4365,30,0),(4368,30,0),(4371,30,0),(4374,30,0),(4377,30,0),(4380,30,0),(4383,30,0),(4386,21,0),(4389,21,0),(4392,21,0),(4395,21,0),(4398,21,0),(4401,21,0),(4404,21,0),(4407,21,0),(4410,33,0),(4413,33,0),(4416,33,0),(4419,33,0),(5119,27,0),(5122,27,0),(5125,27,0),(5128,27,0),(5131,27,0),(5134,27,0),(5137,27,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(3,3,'category','',0,0),(6,6,'category','',0,0),(9,9,'category','',0,0),(12,12,'category','',0,0),(15,15,'category','',0,0),(18,18,'post_tag','',0,0),(21,21,'nav_menu','',0,8),(24,24,'nav_menu','',0,0),(27,27,'nav_menu','',0,7),(30,30,'nav_menu','',0,8),(33,33,'nav_menu','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Photography','photography',0),(6,'Travel','travel',0),(9,'Video','video',0),(12,'View','view',0),(15,'Work','work',0),(18,'View','view',0),(21,'Event Page Menu','event-page-menu',0),(24,'Footer Menu 2','footer-menu-2',0),(27,'Main Navigation','main-navigation',0),(30,'Personal Page Menu','personal-page-menu',0),(33,'Wedding Page Menu','wedding-page-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','UnitedNorthern'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag','1'),(14,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"56d9c09ea604404448424590ce07ecfc7e45d3330267a1fe5147a3100a4636eb\";a:4:{s:10:\"expiration\";i:1453825577;s:2:\"ip\";s:13:\"24.30.109.173\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4\";s:5:\"login\";i:1453652777;}s:64:\"c05d832a8bad21925cecee557757216784939cd968d284534052200dd25208d2\";a:4:{s:10:\"expiration\";i:1453836881;s:2:\"ip\";s:13:\"24.30.109.173\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4\";s:5:\"login\";i:1453664081;}}'),(19,1,'wp_dashboard_quick_press_last_post_id','4'),(22,1,'wporg_favorites',''),(24,1,'wp_user-settings','libraryContent=browse'),(27,1,'wp_user-settings-time','1453669897'),(28,1,'nav_menu_recently_edited','27'),(31,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\";}'),(34,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'UnitedNorthern','$P$BUSrcQUPCWyIJMaC8LSSQs939hQHN81','UnitedNorthern','info@unitednorthern.com','','2016-01-07 15:05:18','',0,'UnitedNorthern'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_036d21b_1' -- /*!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 2016-02-12 13:41:05