0byt3m1n1
Path:
/
data
/
18
/
2
/
5
/
151
/
2983966
/
meta
/
4142776
/
mysql.backup
/
[
Home
]
File: 1_0002qe4_1.mysqlcluster1.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster1 Database: 1_0002qe4_1 -- ------------------------------------------------------ -- Server version 5.6.34-79.1-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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) 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 NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) 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=utf8; /*!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/','','2015-09-16 21:23:53','2015-09-16 21:23:53','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,'1','','',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) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) 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) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=5642 DEFAULT CHARSET=utf8; /*!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://nrgp.org/home','yes'),(2,'home','http://nrgp.org/home','yes'),(3,'blogname','NRGP','yes'),(4,'blogdescription','Northern Rural Growth Programme','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','solloseven@gmail.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,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:39:\"easy-google-fonts/easy-google-fonts.php\";i:2;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','themify-ultra','yes'),(42,'stylesheet','themify-ultra','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'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'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','4328','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:9:\"add_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'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'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'),(93,'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'),(94,'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'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"social-widget\";N;s:20:\"footer-social-widget\";a:1:{i:0;s:22:\"themify-social-links-3\";}s:15:\"header-widget-1\";N;s:15:\"header-widget-2\";N;s:15:\"header-widget-3\";N;s:15:\"footer-widget-1\";N;s:15:\"footer-widget-2\";N;s:15:\"footer-widget-3\";N;s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1453808535;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1453821353;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:1453835820;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1453843433;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;}}}s:7:\"version\";i:2;}','yes'),(104,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";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:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";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:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.3.2-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.2-rollback-1.zip\";}s:7:\"current\";s:5:\"4.3.2\";s:7:\"version\";s:5:\"4.3.2\";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:5:\"4.3.1\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1453800789;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(395,'_transient_random_seed','3fa9aab2f88f53d4a4ed7b8f899ab6f7','yes'),(404,'can_compress_scripts','1','yes'),(405,'_site_transient_timeout_browser_92cf1f2dd13f373e42e4886a17b8f3a0','1445085372','yes'),(408,'_site_transient_browser_92cf1f2dd13f373e42e4886a17b8f3a0','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"45.0.2454.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(459,'recently_activated','a:0:{}','yes'),(464,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1444491697','yes'),(467,'_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:\"5472\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3428\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3390\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2884\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2640\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2101\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2061\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1937\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1892\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1872\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1855\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1826\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1730\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1534\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1449\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1411\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1248\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1230\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1217\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1198\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1091\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1034\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"993\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"949\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"906\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"890\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"846\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"837\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"824\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"820\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"808\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"772\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"744\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"716\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"705\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"698\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"696\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"693\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"683\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"681\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"672\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"660\";}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:\"654\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"650\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"627\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"613\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"610\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"605\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"601\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"598\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"586\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"572\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"571\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"557\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"556\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"555\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"555\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"552\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"543\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"541\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"533\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"511\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"507\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"496\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"495\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"495\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"489\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"486\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"475\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"471\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"460\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"457\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"448\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"433\";}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:\"431\";}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:\"430\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"422\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"415\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";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:\"393\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"391\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"390\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"389\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"380\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"380\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"376\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"374\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"373\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"372\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"368\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"367\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"366\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"366\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"364\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"364\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"361\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"357\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:3:\"356\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"356\";}}','yes'),(476,'wpcf7','a:1:{s:7:\"version\";s:3:\"4.3\";}','yes'),(480,'mc4wp_lite_version','2.3.15','yes'),(482,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1444481158;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'),(485,'current_theme','Ultra','yes'),(488,'theme_mods_themify-ultra','a:18:{i:0;b:0;s:19:\"main_nav_link_color\";s:18:\"{\"color\":\"477515\"}\";s:30:\"main_nav_link_hover_background\";s:52:\"{\"color\":\"477515\",\"opacity\":\"1.00\",\"transparent\":\"\"}\";s:25:\"main_nav_link_hover_color\";s:35:\"{\"color\":\"ffffff\",\"opacity\":\"1.00\"}\";s:31:\"main_nav_link_active_background\";s:18:\"{\"color\":\"477515\"}\";s:26:\"main_nav_link_active_color\";s:35:\"{\"color\":\"ffffff\",\"opacity\":\"1.00\"}\";s:21:\"main_nav_link_padding\";s:159:\"{\"top\":{\"width\":\"5\",\"unit\":\"px\"},\"left\":{\"width\":\"12\",\"unit\":\"px\"},\"bottom\":{\"width\":\"5\",\"unit\":\"px\"},\"right\":{\"width\":\"12\",\"unit\":\"px\"},\"width\":\"5\",\"same\":\"\"}\";s:20:\"main_nav_link_margin\";s:190:\"{\"top\":{\"width\":\"50\",\"unit\":\"px\",\"auto\":\"\"},\"left\":{\"width\":\"\",\"unit\":\"px\"},\"bottom\":{\"width\":\"10\",\"unit\":\"px\"},\"right\":{\"width\":\"\",\"unit\":\"px\"},\"width\":\"50\",\"same\":\"\",\"auto\":\"\",\"unit\":\"px\"}\";s:18:\"nav_menu_locations\";a:2:{s:8:\"main-nav\";i:2;s:10:\"footer-nav\";i:0;}s:21:\"footerwrap_background\";s:55:\"{\"color\":\"242424\",\"opacity\":\"1.00\",\"noimage\":\"noimage\"}\";s:12:\"footer_color\";s:35:\"{\"color\":\"e7ffb8\",\"opacity\":\"1.00\"}\";s:17:\"footer_link_color\";s:18:\"{\"color\":\"e7ffb8\"}\";s:15:\"site-logo_image\";s:123:\"{\"mode\":\"image\",\"id\":4425,\"src\":\"http://nrgp.org/home/wp-content/uploads/2015/10/Screen-Shot-2015-09-30-at-5.33.15-PM.png\"}\";s:12:\"site-tagline\";s:23:\"{\"stamp\":1444514310815}\";s:21:\"headerwrap_background\";s:18:\"{\"transparent\":\"\"}\";s:18:\"headerwrap_padding\";s:156:\"{\"top\":{\"width\":\"\",\"unit\":\"px\"},\"left\":{\"width\":\"\",\"unit\":\"px\"},\"bottom\":{\"width\":\"\",\"unit\":\"px\"},\"right\":{\"width\":\"\",\"unit\":\"px\"},\"width\":\"\",\"same\":\"same\"}\";s:18:\"main_nav_link_font\";s:68:\"{\"italic\":\"\",\"bold\":\"\",\"underline\":\"\",\"linethrough\":\"\",\"nostyle\":\"\"}\";s:20:\"main_nav_link_border\";s:233:\"{\"top\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"left\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"bottom\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"right\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"same\":\"\"}\";}','yes'),(491,'theme_switched','','yes'),(492,'themify_migrate_settings_name','1','yes'),(495,'themify_clear_legacy','1','yes'),(498,'builder_cpt','a:0:{}','yes'),(501,'themify_flush_rewrite_rules_after_manual_update','1','yes'),(507,'_transient_tbuilder_layouts_version','1.1.1','yes'),(510,'category_children','a:0:{}','yes'),(513,'_transient_themify_new_theme2ca77d1a1e9c7172574f0e8b2b7e7a78','O:8:\"stdClass\":5:{s:5:\"login\";s:5:\"login\";s:7:\"version\";s:5:\"1.1.3\";s:3:\"url\";s:1:\"#\";s:5:\"class\";s:13:\"upgrade-theme\";s:6:\"target\";s:0:\"\";}','yes'),(516,'_transient_themify_new_framework','O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.9\";s:3:\"url\";s:1:\"#\";s:5:\"class\";s:17:\"upgrade-framework\";s:6:\"target\";s:0:\"\";}','yes'),(519,'themify-ultra_themify_import_notice','0','yes'),(524,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(527,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(530,'widget_mc4wp_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(533,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(539,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(545,'widget_themify-feature-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(548,'widget_themify-flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(551,'widget_themify-list-categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(554,'widget_themify-list-pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(557,'widget_themify-most-commented','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(560,'widget_themify-recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(563,'widget_themify-social-links','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:5:{s:5:\"title\";s:0:\"\";s:14:\"show_link_name\";s:2:\"on\";s:15:\"open_new_window\";s:2:\"on\";s:9:\"icon_size\";s:11:\"icon-medium\";s:11:\"orientation\";s:10:\"horizontal\";}}','yes'),(566,'widget_themify-twitter','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(569,'_transient_timeout_tt_font_default_fonts','1445691489','no'),(572,'_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'),(575,'_transient_timeout_tt_font_google_fonts_list','1445691489','no'),(578,'_transient_tt_font_google_fonts_list','a:0:{}','no'),(581,'themify_data','a:145:{s:15:\"setting-favicon\";s:89:\"http://nrgp.org/home/wp-content/uploads/2015/10/Screen-Shot-2015-09-30-at-5.33.15-PM1.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:3:\"yes\";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:3:\"yes\";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:22:\"setting-comments_posts\";s:2:\"on\";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:29:\"setting-fixed_header_disabled\";s:2:\"on\";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-3col\";s:27:\"setting-imagefilter_options\";s:0:\"\";s:33:\"setting-imagefilter_options_hover\";s:9:\"grayscale\";s:27:\"setting-imagefilter_applyto\";s:12:\"featuredonly\";s:29:\"setting-color_animation_speed\";s:1:\"5\";s:20:\"setting-color_stop_1\";s:6:\"fedbd9\";s:20:\"setting-color_stop_2\";s:6:\"ffdbff\";s:20:\"setting-color_stop_3\";s:6:\"e6cef2\";s:20:\"setting-color_stop_4\";s:6:\"d8feff\";s:20:\"setting-color_stop_5\";s:6:\"dafeda\";s:20:\"setting-color_stop_6\";s:6:\"edfdd6\";s:20:\"setting-color_stop_7\";s:6:\"fffdda\";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:\"numbered\";s:24:\"setting-footer_text_left\";s:1:\" \";s:25:\"setting-footer_text_right\";s:95:\"Copyright © NRGP - All Rights Reserved. Site by <a href=”http://webicomb.com“>Webicomb</a>\";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:83:\"http://nrgp.org/home/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:84:\"http://nrgp.org/home/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:87:\"http://nrgp.org/home/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:83:\"http://nrgp.org/home/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:85:\"http://nrgp.org/home/wp-content/themes/themify-ultra/themify/img/social/pinterest.png\";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:16:\"www.facebook.com\";s:33:\"setting-link_ficon_themify-link-6\";s:11:\"fa-facebook\";s:35:\"setting-link_ficolor_themify-link-6\";s:6:\"2b2b2b\";s:37:\"setting-link_fibgcolor_themify-link-6\";s:6:\"c9ff8f\";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:15:\"www.youtube.com\";s:33:\"setting-link_ficon_themify-link-8\";s:10:\"fa-youtube\";s:35:\"setting-link_ficolor_themify-link-8\";s:6:\"2b2b2b\";s:37:\"setting-link_fibgcolor_themify-link-8\";s:6:\"c9ff8f\";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:15:\"www.twitter.com\";s:33:\"setting-link_ficon_themify-link-5\";s:10:\"fa-twitter\";s:35:\"setting-link_ficolor_themify-link-5\";s:6:\"2b2b2b\";s:37:\"setting-link_fibgcolor_themify-link-5\";s:6:\"c9ff8f\";s:22:\"setting-link_field_ids\";s:273:\"{\"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-6\":\"themify-link-6\",\"themify-link-8\":\"themify-link-8\",\"themify-link-5\":\"themify-link-5\"}\";s:23:\"setting-link_field_hash\";s:2:\"10\";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'),(605,'themify_customizer','basic','yes'),(779,'_site_transient_timeout_available_translations','1444501465','yes'),(782,'_site_transient_available_translations','a:65:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-09 17:20:10\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-17 10:33:13\";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.3.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.1\";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.1/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.1\";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.1/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.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";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.3.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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 07:31:54\";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.3.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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 07:30:55\";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.3.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:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 17:27:29\";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.3.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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";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.3.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:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";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.3.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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";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.3.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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";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.3.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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";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.3.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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";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.3.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_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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-09 18:30:04\";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.3.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:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";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.3.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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-25 13:32:40\";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.3.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.1\";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.1/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.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-08 08:15:10\";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.3.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:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";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.1/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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";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.3.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.8\";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.8/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.3.1\";s:7:\"updated\";s:19:\"2015-10-03 20:07:26\";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.3.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:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-01 20:42:02\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-05 22:01:59\";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.3.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.1\";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.1/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.3.1\";s:7:\"updated\";s:19:\"2015-09-08 17:47:38\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:59:51\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";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.3.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:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";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.8/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.3.1\";s:7:\"updated\";s:19:\"2015-10-06 14:21:08\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-30 10:30:52\";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.3.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:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";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.3.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.8\";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.8/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_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 08:35:41\";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.3.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:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 14:52:14\";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.3.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:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-30 13:29:00\";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.3.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.1\";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.1/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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 17:16:31\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 14:10:42\";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.3.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.1\";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.1/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.3.1\";s:7:\"updated\";s:19:\"2015-09-28 11:00:22\";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.3.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.8\";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.8/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.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";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.3.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:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";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.3.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'),(785,'WPLANG','','yes'),(794,'rewrite_rules','a:96:{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: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:36:\"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: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: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:41:\"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: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=4328&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: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:20:\"(.?.+?)(/[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: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:20:\"([^/]+)(/[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]\";}','yes'),(801,'_transient_timeout_themify_builder_settings_transient_4328','1444525892','no'),(804,'_transient_themify_builder_settings_transient_4328','a:6:{i:0;a:5:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:1:{i:0;a:4:{s:12:\"column_order\";i:0;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:20:{s:12:\"content_text\";s:71:\"<h3 style=\"text-align: center;\">A Just World - Free from Poverty!</h3>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:9:\"font_size\";s:2:\"42\";s:14:\"font_size_unit\";s:2:\"px\";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:11:\"padding_top\";s:3:\"200\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:3:\"200\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";s:0:\"\";s:15:\"background_type\";s:6:\"slider\";s:17:\"background_slider\";s:35:\"[gallery ids=\"4335,4338,4341,4344\"]\";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:2:\"30\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:2:\"30\";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:5:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:3:{i:0;a:4:{s:12:\"column_order\";i:0;s:10:\"grid_class\";s:12:\"col4-1 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:13:\"<h3>News</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: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\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:1337:\"<section class=\"news\"><section class=\"news\"><a class=\"title\" href=\"http://tolonkumbungu.ghanadistricts.gov.gh/?arrow=atd&_=88&sa=6609\" target=\"_blank\">Agriculture Sector</a><p><span id=\"MainContent_PressRelease1_RepeaterNews_LabelSubTitle_0\">On Agriculture, Hon. Mahama gave strong indication of the desire of his administration to make maximum use of the Bontan...</span></p></section><section class=\"news\"><a class=\"title\" href=\"http://vibeghana.com/2013/03/20/food-insecurity-still-rife-in-northern-ghana-wpf-report/\" target=\"_blank\">Food insecurity still rife in Northern Ghana – WPF Report</a><p><span id=\"MainContent_PressRelease1_RepeaterNews_LabelSubTitle_1\">The 2012 Comprehensive Food Security and Vulnerability Analysis (CFSVA) of the Upper East, Upper West and Northern Regio...</span></p></section><section class=\"news\"><a class=\"title\" href=\"http://npong2franco.wordpress.com/2013/08/02/rural-farmers-diversify-livelihood/\" target=\"_blank\">Rural Farmers Diversify livelihood</a><p><span id=\"MainContent_PressRelease1_RepeaterNews_LabelSubTitle_2\">FARMERS in Tamaligu, a farming community in the Savelugu-Nanton District of the Northern Region have resorted to the cul...</span></p></section><p>[themify_button style=\"large green flat\" link=\"http://nrgp.org\" text=\"ffffff\" ]More News[/themify_button]</p></section>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:1;a:4:{s:12:\"column_order\";i:1;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:15:{s:12:\"content_text\";s:17:\"<h3>About Us</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: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\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:1005:\"<section class=\"news\"><p><a href=\"http://nrgp.org/home/wp-content/uploads/2015/10/about.jpg\"><img class=\"alignnone wp-image-4347\" src=\"http://nrgp.org/home/wp-content/uploads/2015/10/about-300x112.jpg\" alt=\"about\" width=\"560\" height=\"209\" /></a></p><p><span style=\"line-height: 1.5;\">The Northern Rural Growth Programme is one of the Ministry of Food and Agriculture Programmes designed to implement the Ministry’s main Policy document: Food and Agriculture Sector Development Policy (FASDEP II). The Programme is funded by the Government of Ghana (GOG), International Fund for Agriculture Development (IFAD) and the African Development Bank. The Programme is implemented in the three (3) Northern Regions namely; Northern, Upper West, Upper East Regions and 7 districts in BrongAhafo which shares boundaries with Northern Region.</span></p><p><span style=\"line-height: 1.5;\">[themify_button style=\"large green flat\" link=\"http://nrgp.org\" text=\"ffffff\" ]Read More[/themify_button]</span></p></section>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:2;a:4:{s:12:\"column_order\";i:2;s:10:\"grid_class\";s:11:\"col4-1 last\";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:15:\"<h3>Photos</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: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\";}}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:3:{i:0;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p1.jpg\";}i:1;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p2.jpg\";}i:2;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p3.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:18:\"visible_opt_slider\";s:1:\"2\";s:22:\"auto_scroll_opt_slider\";s:1:\"8\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:4:\"fast\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:5:\"false\";s:11:\"wrap_slider\";s:2:\"no\";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\";}}i:3;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:3:{i:0;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p2.jpg\";}i:1;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p3.jpg\";}i:2;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p4.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:18:\"visible_opt_slider\";s:1:\"2\";s:22:\"auto_scroll_opt_slider\";s:1:\"8\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:4:\"fast\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:5:\"false\";s:11:\"wrap_slider\";s:2:\"no\";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\";}}i:4;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:3:{i:0;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p4.jpg\";}i:1;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p5.jpg\";}i:2;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p6.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:18:\"visible_opt_slider\";s:1:\"2\";s:22:\"auto_scroll_opt_slider\";s:1:\"8\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:4:\"fast\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:5:\"false\";s:11:\"wrap_slider\";s:2:\"no\";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:0:{}}}s:7:\"styling\";a:0:{}}i:2;a:5:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:3:{i:0;a:4:{s:12:\"column_order\";i:0;s:10:\"grid_class\";s:12:\"col3-1 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:23:{s:11:\"style_image\";s:13:\"image-overlay\";s:9:\"url_image\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/b1.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:18:\"NORTH-SOUTH DIVIDE\";s:16:\"animation_effect\";s:10:\"bounceInUp\";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:12:\"padding_left\";s:2:\"30\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s: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:67:\"<p><a href=\"http://nrgp.org/home\" target=\"_blank\">Read More</a></p>\";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:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:1;a:4:{s:12:\"column_order\";i:1;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:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:13:\"image-overlay\";s:9:\"url_image\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/b2.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:18:\"RURAL-URBAN DIVIDE\";s:16:\"animation_effect\";s:10:\"bounceInUp\";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:12:\"padding_left\";s:2:\"30\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s: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:67:\"<p><a href=\"http://nrgp.org/home\" target=\"_blank\">Read More</a></p>\";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:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:2;a:4:{s:12:\"column_order\";i:2;s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:13:\"image-overlay\";s:9:\"url_image\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/b3.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:13:\"GENDER DIVIDE\";s:16:\"animation_effect\";s:10:\"bounceInUp\";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:12:\"padding_left\";s:2:\"30\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s: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:67:\"<p><a href=\"http://nrgp.org/home\" target=\"_blank\">Read More</a></p>\";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:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";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:\"f1f1f1\";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:\"80\";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:2:\"80\";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:5:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:1:{i:0;a:4:{s:12:\"column_order\";i:0;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:55:\"<h2 style=\"text-align: center;\">How To Participate</h2>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";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: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:15:\"margin_top_unit\";s:2:\"px\";s: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:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:2:{i:0;a:4:{s:12:\"column_order\";i:0;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:20:{s:12:\"content_text\";s:893:\"<div class=\"col-12 c3\"><strong>- Register with Farmer Based Organization (FBO) of your choice engaged in any of the commodity windows in your district or community if you are a farmer</strong></div><div class=\"col-12 c3\"><strong>- Register with your District Directorate of Agriculture or designated NRGP Facilitation Agency if you are a lead farmer in any of the commodity windows and capable of managing an out-grower farmer scheme</strong></div><div class=\"col-12 c3\"><strong>- Register with designated NRGP Facilitation Agency if you are a private operator (input dealers, mechanization service providers, aggregators, processors etc)with established market for any of the commodity windows and willing to work with FBOs</strong></div><div class=\"col-12 c3\"><strong>- Register with NRGP if you are a venture capitalist willing to invest in any of the commodity value chains.</strong></div>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:2:\"13\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s: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:\"0\";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:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}s:7:\"styling\";a:0:{}}i:1;a:4:{s:12:\"column_order\";i:1;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:18:{s:11:\"style_video\";s:9:\"video-top\";s:9:\"url_video\";s:43:\"https://www.youtube.com/watch?v=uF47o0wOncA\";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:11:\"padding_top\";s:1:\"0\";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:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}s:7:\"styling\";a:0:{}}}}}s:7:\"styling\";a:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";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:60:\"http://nrgp.org/home/wp-content/uploads/2015/10/green_bg.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: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:5:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:4:{i:0;a:4:{s:12:\"column_order\";i:0;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:24:{s:15:\"content_feature\";s:104:\"<h3>Component A</h3><p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</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-briefcase\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:11:\"e60000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:16:\"animation_effect\";s:6:\"zoomIn\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:1;a:4:{s:12:\"column_order\";i:1;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:24:{s:15:\"content_feature\";s:104:\"<h3>Component B</h3><p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</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:13:\"fa-automobile\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:11:\"e60000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:16:\"animation_effect\";s:6:\"zoomIn\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:2;a:4:{s:12:\"column_order\";i: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:24:{s:15:\"content_feature\";s:104:\"<h3>Component C</h3><p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</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:16:\"fa-balance-scale\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:11:\"e60000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:16:\"animation_effect\";s:6:\"zoomIn\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:3;a:4:{s:12:\"column_order\";i:3;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:24:{s:15:\"content_feature\";s:104:\"<h3>Component A</h3><p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</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:6:\"fa-bed\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:11:\"e60000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:16:\"animation_effect\";s:6:\"zoomIn\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";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:\"30\";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:2:\"30\";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:2:{s:9:\"row_order\";i:5;s:4:\"cols\";a:1:{i:0;a:3:{s:12:\"column_order\";i:0;s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:0:{}}}}}','no'),(807,'themify_builder_stylesheet_timestamp','15.10.11.14.39.03','yes'),(918,'themify_customizer_stylesheet_timestamp','15.10.10.22.19.38','yes'),(989,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(1239,'_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'),(1248,'_transient_timeout_themify_themes_list','1444525089','no'),(1251,'_transient_themify_themes_list','a:88:{i:0;s:16:\"themify-infinite\";i:1;s:18:\"themify-shortcodes\";i:2;s:24:\"themify-ptb-extra-fields\";i:3;s:13:\"themify-split\";i:4;s:11:\"themify-ptb\";i:5;s:11:\"themifyflow\";i:6;s:22:\"themify-portfolio-post\";i:7;s:17:\"builder-pie-chart\";i:8;s:18:\"builder-line-chart\";i:9;s:18:\"builder-slider-pro\";i:10;s:17:\"post-type-builder\";i:11;s:27:\"builder-infinite-background\";i:12;s:21:\"builder-pricing-table\";i:13;s:13:\"themify-tiles\";i:14;s:13:\"themify-ultra\";i:15;s:11:\"builder-cpt\";i:16;s:27:\"builder-content-restriction\";i:17;s:15:\"themify-landing\";i:18;s:17:\"builder-bar-chart\";i:19;s:16:\"builder-maps-pro\";i:20;s:12:\"themify-base\";i:21;s:13:\"themify-stack\";i:22;s:17:\"builder-countdown\";i:23;s:13:\"builder-tiles\";i:24;s:16:\"builder-pointers\";i:25;s:18:\"builder-test-addon\";i:26;s:15:\"themify-elegant\";i:27;s:20:\"builder-progress-bar\";i:28;s:15:\"builder-fittext\";i:29;s:15:\"builder-counter\";i:30;s:15:\"builder-contact\";i:31;s:14:\"builder-button\";i:32;s:16:\"builder-ab-image\";i:33;s:16:\"builder-timeline\";i:34;s:19:\"builder-woocommerce\";i:35;s:13:\"builder-audio\";i:36;s:17:\"themify-corporate\";i:37;s:20:\"themify-icons-plugin\";i:38;s:17:\"conditional-menus\";i:39;s:13:\"themify-music\";i:40;s:16:\"announcement-bar\";i:41;s:5:\"event\";i:42;s:8:\"fullpane\";i:43;s:8:\"flatshop\";i:44;s:8:\"magazine\";i:45;s:15:\"themify-builder\";i:46;s:4:\"flat\";i:47;s:13:\"basic-builder\";i:48;s:8:\"parallax\";i:49;s:4:\"bold\";i:50;s:5:\"metro\";i:51;s:7:\"pinshop\";i:52;s:6:\"agency\";i:53;s:5:\"slide\";i:54;s:8:\"postline\";i:55;s:10:\"fullscreen\";i:56;s:8:\"pinboard\";i:57;s:5:\"shopo\";i:58;s:7:\"minshop\";i:59;s:5:\"notes\";i:60;s:8:\"shopdock\";i:61;s:10:\"phototouch\";i:62;s:5:\"basic\";i:63;s:13:\"themify-basic\";i:64;s:7:\"responz\";i:65;s:5:\"simfo\";i:66;s:5:\"grido\";i:67;s:4:\"tisa\";i:68;s:4:\"suco\";i:69;s:6:\"elemin\";i:70;s:4:\"folo\";i:71;s:5:\"funki\";i:72;s:6:\"minblr\";i:73;s:7:\"itheme2\";i:74;s:5:\"newsy\";i:75;s:6:\"wumblr\";i:76;s:4:\"rezo\";i:77;s:8:\"photobox\";i:78;s:5:\"edmin\";i:79;s:3:\"koi\";i:80;s:5:\"bizco\";i:81;s:8:\"thememin\";i:82;s:4:\"wigi\";i:83;s:9:\"blogfolio\";i:84;s:8:\"sidepane\";i:85;s:7:\"bloggie\";i:86;s:7:\"themify\";i:87;s:4:\"beta\";}','no'),(1286,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1444616082','no'),(1289,'_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:\"Thu, 17 Sep 2015 10:36: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: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.4-alpha-35021\";s:7:\"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:48:\"\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:5:{s:0:\"\";a:7:{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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2015/08/billie/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:22598:\"<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, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie.png 3018w\" 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=\'389\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=1\' 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<div style=\"margin-bottom: 0\"><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></div>\n<p>Your 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 Bjorklund</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\">Bjorn 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/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</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 Mte90 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/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/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</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</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/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</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</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/news/2015/08/billie/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 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/2015/08/wordpress-4-2-4-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10: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: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.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";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:397:\"WordPress 4.2.4 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 six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2011:\"<p>WordPress 4.2.4 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 six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\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.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</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.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 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/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2015 23:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.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=3817\";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:340:\"The release candidate for WordPress 4.3 is now available. We’ve made more than 100 changes since releasing Beta 4 a week ago. 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.3 on Tuesday, August 18, but we […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s: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:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We’ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33512&stop_rev=33372&limit=120\">100 changes</a> since releasing Beta 4 a week ago. 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.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 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.3 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.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin’s <em>Tested up to</em> version in the readme to 4.3 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-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.3 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/07/wordpress-4-2-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 11:21:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3807\";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:380:\"WordPress 4.2.3 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.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by Jon Cave and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2708:\"<p>WordPress 4.2.3 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.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, both of the WordPress security team, and later reported by <a href=\"http://klikki.fi/\">Jouko Pynnönen</a>.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft. Reported by Netanel Rubin from <a href=\"https://www.checkpoint.com/\">Check Point Software Technologies</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.3 also contains fixes for 20 bugs from 4.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33382&stop_rev=32430\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.3</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.2.3.</p>\n<p>Thanks to everyone who contributed to 4.2.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</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/chriscct7\">Chris Christoff</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/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">Gabriel Pérez</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Mike Adams</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, and <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 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/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 21:55:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.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=3796\";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.3 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.3, 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:19:\"Konstantin Obenland\";s: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:2212:\"<p>WordPress 4.3 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.3, 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.3-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a> blog posts. Some of the changes in Beta 4 include:</p>\n<ul>\n<li><span class=\"s1\">Fixed several bugs and broken flows in the </span><span class=\"s1\"><strong>publish box </strong></span><span class=\"s1\">in the edit screen.</span></li>\n<li>Addressed a number of edge cases for word count in the <strong>editor</strong>.</li>\n<li><span class=\"s1\"><strong>Site icons</strong> </span><span class=\"s1\">can now be previewed within the customizer. The feature has been removed from general settings.</span></li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33369&stop_rev=33289\">more than 60 changes</a> in the last week.</li>\n</ul>\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.3\">everything we’ve fixed</a>.</p>\n<p><em>Few Tickets Remain</em><br />\n<em>Edge Cases Disappearing</em><br />\n<em>You Must Test Today</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 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/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2015 21:49: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: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.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=3787\";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.3 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, 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:19:\"Konstantin Obenland\";s: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:2529:\"<p>WordPress 4.3 Beta 3 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.3, 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.3-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a> blog posts. Some of the changes in Beta 3 include:</p>\n<ul>\n<li>Performance improvements for <strong>Menus in the Customizer</strong>, as well as bug fixes and visual enhancements.</li>\n<li>Added <strong>Site Icon</strong> to the Customizer. The feature is now complete and requires lots of testing. Please help us ensure the site icon feature works well in both Settings and the Customizer.</li>\n<li>The improvements to <strong>Passwords</strong> have been added to the installation flow. When installing and setting up WordPress, a strong password will be suggested to site administrators. Please test and let us know if you encounter issues.</li>\n<li>Improved <strong>accessibility of comments and media list tables</strong>. If you use a screen reader, please let us know if you encounter any issues.</li>\n<li>Lots and lots of code documentation improvements.</li>\n<li><strong>Various other bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33286&stop_rev=33141&limit=150\">more than 140 changes</a> in the last week.</li>\n</ul>\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.3\">everything we’ve fixed</a>.</p>\n<p><em>Want to test new things?</em><br />\n<em>Wonder how four three shapes up?</em><br />\n<em>Answer: beta three</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 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/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Jul 2015 22:04: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: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.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=3769\";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.3 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, 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:19:\"Konstantin Obenland\";s: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:2876:\"<p>WordPress 4.3 Beta 2 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.3, 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.3-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Fixed an issue in beta 1 where an alert appeared when saving or publishing a new post/page for the first time.</li>\n<li><strong><strong>Customizer</strong></strong> improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus. Please help us test menus in the Customizer to fix any remaining edge cases!</li>\n<li>More robust<strong> list tables</strong> with full content support on small screens and a fallback for the primary column for custom list tables. We’d love to know how these list tables, such as All Posts and Comments, work for you now on small screen devices.</li>\n<li>The <strong>Site Icon</strong> feature has been improved so that cropping is skipped if the image is the exact size (512px square) and the media modal now suggests a minimum icon size. Please let us know how the flow feels and if you encounter any glitches!</li>\n<li>The <strong>toolbar</strong> now has a direct link to the customizer, along with quick access to themes, widgets, and menus in the dashboard.</li>\n<li>We enabled <strong>utf8mb4 for MySQL</strong> extension users, which was previously unintentionally limited to MySQLi users. Please let us know if you run into any issues.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33138&stop_rev=33046\">almost 100 changes</a> in the last week.</li>\n</ul>\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&milestone=4.3&group=component&order=priority\">everything we’ve fixed</a>.</p>\n<p><em>Edges polished up</em><br />\n<em>Features meliorated</em><br />\n<em>Beta Two: go test!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordCamps Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2015/07/wordcamps-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/07/wordcamps-update/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Jul 2015 16:13: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:8:\"category\";a:3:{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:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3758\";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:311:\"Last week saw the halfway point for 2015, yay! This seems like a good time to update you on WordCamp happenings in the first half of this year. There have been 39 WordCamps in 2015 so far, with events organized in 17 different countries and on 5 continents. More than 14,000 people have registered for […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9419:\"<p>Last week saw the halfway point for 2015, yay! This seems like a good time to update you on WordCamp happenings in the first half of this year.</p>\n<p>There have been <a href=\"https://central.wordcamp.org/schedule/past-wordcamps/\">39 WordCamps in 2015</a> so far, with events organized in 17 different countries and on 5 continents. More than 14,000 people have registered for WordCamp tickets so far this year, isn’t that amazing?</p>\n<p><a href=\"https://europe.wordcamp.org/2015/\">WordCamp Europe</a> was held in Seville, Spain just a few weeks ago, with close to 1,000 registered participants and over 500 live stream participants. You can watch <a href=\"http://wordpress.tv/2015/07/04/matt-mullenweg-keynote-qanda-wordcamp-europe-2015/\">Matt Mullenweg’s keynote Q&A</a> session from WordCamp Europe right now on WordPress.tv.</p>\n<p>WordPress.tv has published 537 videos so far in 2015 from WordCamps around the world. Some of the more popular 2015 WordCamp talks on WordPress.tv include <a href=\"http://wordpress.tv/2015/03/13/tammie-lister-theme-dont-be-my-everything/\">Tammie Lister: Theme, Don’t Be My Everything </a>from WordCamp Maui, <a href=\"http://wordpress.tv/2015/04/17/jenny-munn-seo-for-2015-whats-in-whats-out-and-how-to-be-in-it-to-win-it-for-good/\">Jenny Munn: SEO for 2015 – What’s In, What’s Out and How to Be In It to Win It (For Good)</a> from WordCamp Atlanta, <a href=\"http://wordpress.tv/2015/02/27/fabrice-ducarme-les-constructeurs-de-page-pour-wordpress/\">Fabrice Ducarme: Les Constructeurs de Page pour WordPress</a> from WordCamp Paris, <a href=\"http://wordpress.tv/2015/06/02/ben-furfie-how-to-value-price-websites/\">Ben Furfie: How to Value Price Websites</a> from WordCamp London, and <a href=\"http://wordpress.tv/2015/06/09/morten-rand-hendriksen-building-themes-from-scratch-using-underscores-_s/\">Morten Rand-Hendriksen: Building Themes From Scratch Using Underscores (_S)</a> from WordCamp Seattle. Check them out!</p>\n<h3>Lots of great WordCamps are still to come</h3>\n<p><a href=\"http://ma.tt/2015/06/wordcamp-us-survey/\">WordCamp US</a> is currently in pre-planning, in the process of deciding on a host city. The following cities have proposed themselves as a great place to host the first WordCamp US: Chattanooga, Chicago, Detroit, Orlando, Philadelphia, and Phoenix. It’s possible the first WordCamp US will be held in 2016 so we can organize the best first WordCamp US imaginable.</p>\n<p>At this time, there are 28 <a href=\"https://central.wordcamp.org/schedule/\">WordCamps</a>, in 9 different countries, that have announced their dates for the rest of 2015. Twelve of these have tickets on sale:</p>\n<ul>\n<li><a href=\"https://columbus.wordcamp.org/2015/\">WordCamp Columbus</a>, Columbus, Ohio: July 17-18</li>\n<li><a href=\"https://scranton.wordcamp.org/2015/\">WordCamp Scranton</a>, Scranton, Pennsylvania: July 18</li>\n<li><a href=\"https://boston.wordcamp.org/2015/\">WordCamp Boston</a>, Boston, Massachussetts: July 18-19</li>\n<li><a href=\"https://milwaukee.wordcamp.org/2015/\">WordCamp Milwaukee</a>, Milwaukee, Wisconsin: July 24-26</li>\n<li><a href=\"https://asheville.wordcamp.org/2015/\">WordCamp Asheville</a>, Asheville, North Carolina: July 24-26</li>\n<li><a href=\"https://kansai.wordcamp.org/2015/\">WordCamp Kansai</a>, Kansai, Japan: July 25-26</li>\n<li><a href=\"https://fayetteville.wordcamp.org/2015/\">WordCamp Fayetteville</a>, Fayetteville, Arkansas: July 31-August 2</li>\n<li><a href=\"https://brighton.buddycamp.org/2015/\">BuddyCamp Brighton</a>, Brighton, UK: August 8</li>\n<li><a href=\"https://vancouver.wordcamp.org/2015/\">WordCamp Vancouver, BC,</a> Vancouver, BC, Canada: August 15-16</li>\n<li><a href=\"https://russia.wordcamp.org/2015/\">WordCamp Russia</a>, Moscow, Russia: August 15</li>\n<li><a href=\"https://norrkoping.wordcamp.org/2015/\">WordCamp Norrköping</a>, Norrköping, Sweden: August 28-29</li>\n<li><a href=\"https://croatia.wordcamp.org/2015/\">WordCamp Croatia</a>, Rijeka, Croatia: September 5-6</li>\n<li><a href=\"https://krakow.wordcamp.org/2015/\">WordCamp Krakow,</a> Krakow, Poland: September 12-13</li>\n<li><a href=\"https://nyc.wordcamp.org/2015/\">WordCamp NYC</a>, New York City, New York: October 30-November 1</li>\n</ul>\n<p>The other 16 events don’t have tickets on sale yet, but they’ve set their dates! Subscribe to the sites to find out when registration opens:</p>\n<ul>\n<li><a href=\"https://pune.wordcamp.org/2015/\">WordCamp Pune</a>, Pune, India: September 6</li>\n<li><a href=\"https://capetown.wordcamp.org/2015/\">WordCamp Cape Town</a>, Cape Town, South Africa: September 10-11</li>\n<li><a href=\"https://baltimore.wordcamp.org/2015/\">WordCamp Baltimore</a>, Baltimore, Maryland: September 12</li>\n<li><a href=\"https://slc.wordcamp.org/2015/\">WordCamp Salt Lake City</a>, Salt Lake City, Utah: September 12</li>\n<li><a href=\"https://lithuania.wordcamp.org/2015/\">WordCamp Lithuania</a>, Vilnius, Lithuania: September 19</li>\n<li><a href=\"https://vegas.wordcamp.org/2015\">WordCamp Vegas</a>, Las Vegas, Nevada: September 19-20</li>\n<li><a href=\"https://switzerland.wordcamp.org/2015/\">WordCamp Switzerland</a>, Zurich, Switzerland: September 19-20</li>\n<li><a href=\"https://tampa.wordcamp.org/2015/\">WordCamp Tampa</a>, Tampa, Florida: September 25-27</li>\n<li><a href=\"https://rhodeisland.wordcamp.org/2015/\">WordCamp Rhode Island</a>, Providence, Rhode Island: September 25-26</li>\n<li><a href=\"https://la.wordcamp.org/2015/\">WordCamp Los Angeles</a>, Los Angeles, California: September 26-27</li>\n<li><a href=\"https://denmark.wordcamp.org/2015/\">WordCamp Denmark,</a> Copenhagen, Denmark: October 3-4</li>\n<li><a href=\"https://toronto.wordcamp.org/2015\">WordCamp Toronto</a>, Toronto, Ontario, Canada: October 3-4</li>\n<li><a href=\"https://hamptonroads.wordcamp.org/2015/\">WordCamp Hampton Roads, </a> Virginia Beach, VA, USA: October 17</li>\n<li><a href=\"https://annarbor.wordcamp.org/2015\">WordCamp Ann Arbor</a>, Ann Arbor, Michigan: October 24</li>\n<li><a href=\"https://portland.wordcamp.org/2015/\">WordCamp Portland</a>, Portland, OR: October 24-25</li>\n</ul>\n<p>On top of all those exciting community events, there are 26 WordCamps in pre-planning as they look for the right event space. If you have a great idea for a free or cheap WordCamp venue in any of the below locations, get in touch with the organizers through the WordCamp sites:</p>\n<ul>\n<li><a href=\"https://dfw.wordcamp.org/2015/\">WordCamp DFW</a>: Dallas/Fort Worth, Texas</li>\n<li><a href=\"https://riodejaneiro.wordcamp.org/2015/\">WordCamp Rio</a>: Rio de Janeiro, Brazil</li>\n<li><a href=\"https://saratoga.wordcamp.org/2015/\">WordCamp Saratoga</a>: Saratoga Springs, New York</li>\n<li><a href=\"https://sofia.wordcamp.org/2015\">WordCamp Sofia</a>: Sofia, Bulgaria</li>\n<li><a href=\"https://austin.wordcamp.org/2015/\">WordCamp Austin</a>: Austin, TX</li>\n<li><a href=\"https://ottawa.wordcamp.org/2015/\">WordCamp Ottawa</a>: Ottawa, Canada</li>\n<li><a href=\"https://charleston.wordcamp.org/2015/\">WordCamp Charleston</a>: Charleston, South Carolina</li>\n<li><a href=\"https://chicago.wordcamp.org/2015/\">WordCamp Chicago</a>: Chicago, Illinois</li>\n<li><a href=\"https://albuquerque.wordcamp.org/2015/\">WordCamp Albuquerque</a>: Albuquerque, New Mexico</li>\n<li><a href=\"https://prague.wordcamp.org/2015/\">WordCamp Prague</a>: Prague, Czech Republic</li>\n<li><a href=\"https://seoul.wordcamp.org/2014/\">WordCamp Seoul: </a>Seoul, South Korea</li>\n<li><a href=\"https://louisville.wordcamp.org/2014/\">WordCamp Louisville</a>: Louisville, Kentucky</li>\n<li><a href=\"https://omaha.wordcamp.org/2015/\">WordCamp Omaha</a>: Omaha, Nebraska</li>\n<li><a href=\"https://grandrapids.wordcamp.org/2015/\">WordCamp Grand Rapids</a>: Grand Rapids, Michigan</li>\n<li><a href=\"https://easttroy.wordcamp.org/2015/\">WordCamp East Troy</a>: East Troy, Wisconsin</li>\n<li><a href=\"https://palmademallorca.wordcamp.org/2015\">WordCamp Mallorca</a>: Palma de Mallorca, Spain</li>\n<li><a href=\"https://edinburgh.wordcamp.org/2015/\">WordCamp Edinburgh</a>: Edinburgh, United Kingdom</li>\n<li><a href=\"https://orlando.wordcamp.org/2015/\">WordCamp Orlando</a>: Orlando, Florida</li>\n<li><a href=\"https://mexico.wordcamp.org/2015/\">WordCamp Mexico City</a>: Mexico City, Mexico</li>\n<li><a href=\"https://netherlands.wordcamp.org/2015/\">WordCamp Netherlands</a>: Utrecht, Netherlands</li>\n<li><a href=\"https://phoenix.wordcamp.org/2016/\">WordCamp Phoenix</a>: Phoenix, Arizona</li>\n<li><a href=\"https://saopaulo.wordcamp.org/2015/\">WordCamp São Paulo</a>: São Paulo, Brazil</li>\n<li><a href=\"https://manchester.wordcamp.org/2015/\">WordCamp Manchester</a>: Manchester, United Kingdom</li>\n<li><a href=\"https://tokyo.wordcamp.org/2015/\">WordCamp Tokyo</a>: Tokyo, Japan</li>\n<li><a href=\"https://lima.wordcamp.org/2015/\">WordCamp Lima</a>: Lima, Peru</li>\n<li><a href=\"https://seattle.wordcamp.org/2015-beginner/\">WordCamp Seattle: Beginner</a>: Seattle, WA</li>\n</ul>\n<p>Don’t see your city on the list, but yearning for a local WordCamp? WordCamps are organized by local volunteers from the WordPress community, and we have a whole team of people to support new organizers setting up a first-time WordCamp. If you want to bring WordCamp to town, check out how you can <a href=\"https://central.wordcamp.org/become-an-organizer/\">become a WordCamp organizer</a>!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/news/2015/07/wordcamps-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 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/07/wordpress-4-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2015 01:30: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: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.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=3738\";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.3 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.3, 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:19:\"Konstantin Obenland\";s: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:4352:\"<p>WordPress 4.3 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.3, 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.3-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.3 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Menus</strong> can now be managed with the <strong>Customizer</strong>, which allows you to live preview changes you’re making without changing your site for visitors until you’re ready. We’re especially interested to know if this helps streamline the process of setting up your site (<a href=\"https://core.trac.wordpress.org/ticket/32576\">#32576</a>).</li>\n<li>Take control of another piece of your site with the <strong>Site Icon</strong> feature. You can now manage your site’s favicon and app icon from the admin area (<a href=\"https://core.trac.wordpress.org/ticket/16434\">#16434</a>).</li>\n<li>We put a lot of work into <strong>Better Passwords</strong> throughout WordPress. Now, WordPress will limit the life time of password resets, no longer send passwords via email, and generate and suggest secure passwords for you. Try it out and let us know what you think! (<a href=\"https://core.trac.wordpress.org/ticket/32589\">#32589</a>)</li>\n<li>We’ve also added <strong>Editor Improvements</strong>. Certain text patterns are automatically transformed as you type, including <code>*</code> and <code>-</code> transforming into unordered lists, <code>1.</code> and <code>1)</code> for ordered lists, <code>></code> for blockquotes and two to six number signs (<code>#</code>) for headings (<a href=\"https://core.trac.wordpress.org/ticket/31441\">#31441</a>).</li>\n<li>We’ve improved the <strong>list view</strong> across the admin dashboard. Now, when you view your posts and pages <strong>on small screen devices</strong>, columns are not truncated and can be toggled into view (<a href=\"https://core.trac.wordpress.org/ticket/32395\">#32395</a>).</li>\n</ul>\n<p><strong>Developers</strong>: There have been a few of changes for you to test as well, including:</p>\n<ul>\n<li><strong>Taxonomy Roadmap:</strong> Terms shared across multiple taxonomies will <a href=\"https://make.wordpress.org/core/2015/06/09/eliminating-shared-taxonomy-terms-in-wordpress-4-3/\">now be split</a> into separate terms on update to 4.3. Please let us know if you hit any snags (<a href=\"https://core.trac.wordpress.org/ticket/30261\">#30261</a>).</li>\n<li>Added <code>singular.php</code> to the template hierarchy as a fallback for <code>single.php</code> and <code>page.php</code>. (<a href=\"https://core.trac.wordpress.org/ticket/22314\">#22314</a>).</li>\n<li>The old Distraction Free Writing code was removed (<a href=\"https://core.trac.wordpress.org/ticket/30949\">#30949</a>).</li>\n<li>List tables now can (and often should) have a primary column defined. We’re working on a fallback for existing custom list tables but right now they likely have some breakage in the aforementioned responsive view (<a href=\"https://core.trac.wordpress.org/ticket/25408\">#25408</a>).</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.3, <a href=\"https://make.wordpress.org/core/tag/4-3/\">check out all 4.3-tagged posts</a> on the main development blog.</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\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on 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.3\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Site icons for all</em><br />\n<em>Live preview menu changes</em><br />\n<em>Four three beta now</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 11 Oct 2015 14:14:42 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:13:\"last-modified\";s:29:\"Thu, 17 Sep 2015 10:36:36 GMT\";s:4:\"link\";s:77:\"<https://wordpress.org/news/wp-json/>; rel=\"https://github.com/WP-API/WP-API\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(1292,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1444616082','no'),(1295,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1444572882','no'),(1298,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1444616083','no'),(1301,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1444616083','no'),(1304,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1444572883','no'),(1307,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1444616084','no'),(1310,'_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, 11 Oct 2015 13:54: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: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: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: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: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: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: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: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:\"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: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: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: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: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: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: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:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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: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: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: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: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: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: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:\"\";}}}}}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: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: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: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: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: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:\"\";}}}}}}}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, 11 Oct 2015 14:14:44 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, 11 Oct 2015 14:29:26 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sun, 11 Oct 2015 13:54:26 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(1313,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1444616084','no'),(1316,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1444572884','no'),(1319,'_transient_timeout_plugin_slugs','1444659284','no'),(1322,'_transient_plugin_slugs','a:4:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:39:\"easy-google-fonts/easy-google-fonts.php\";i:3;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";}','no'),(1325,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1444616084','no'),(1328,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/09/wordpress-4-3-1/\'>WordPress 4.3.1 Security and Maintenance Release</a> <span class=\"rss-date\">September 15, 2015</span><div class=\"rssSummary\">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 […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/10/super-impressive-mario/\'>Matt: Super Impressive Mario</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/responsive-images-for-wordpress-and-mobile-pages-with-amp-draft-podcast/\'>Post Status: Responsive images for WordPress and mobile pages with AMP — Draft podcast</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/10/lists-of-lists/\'>Matt: Lists of Lists</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/siteorigin-panels/\' class=\'dashboard-news-plugin-link\'>Page Builder by SiteOrigin</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=348b68b02e&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Page Builder by SiteOrigin\'>Install</a>)</span></li></ul></div>','no'),(1331,'_transient_timeout_themify_builder_settings_transient_4382','1444577931','no'),(1334,'_transient_themify_builder_settings_transient_4382','a:1:{i:0;a:3:{s:9:\"row_order\";i:0;s:4:\"cols\";a:1:{i:0;a:3:{s:12:\"column_order\";i:0;s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:9:\"fullwidth\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";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:59:\"http://nrgp.org/home/wp-content/uploads/2015/10/blur_bg.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: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:\"\";}}}','no'),(5623,'_site_transient_timeout_theme_roots','1453801289','yes'),(5626,'_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:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(5638,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1453800794;s:7:\"checked\";a:4:{s:13:\"themify-ultra\";s:5:\"1.1.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.4.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.6.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.7.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(5641,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1453800793;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.7.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.3.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"41550\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.3.1.zip\";}}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'); /*!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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3297 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (2,5,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(5,5,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:32:\"[your-name] <wordpress@nrgp.org>\";s:4:\"body\";s:162:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on home (http://nrgp.org/home)\";s:9:\"recipient\";s:20:\"solloseven@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(8,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:25:\"home <wordpress@nrgp.org>\";s:4:\"body\";s:104:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on home (http://nrgp.org/home)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:30:\"Reply-To: solloseven@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(11,5,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(14,5,'_additional_settings',''),(17,5,'_locale','en_US'),(18,4300,'_wp_attached_file','2015/07/thumb-music.jpg'),(21,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:11:{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;}}'),(24,4300,'_themify_builder_prebuilt_layout','yes'),(27,4299,'_wp_attached_file','2015/07/thumb-event-page.jpg'),(30,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:11:{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;}}'),(33,4299,'_themify_builder_prebuilt_layout','yes'),(36,4301,'_wp_attached_file','2015/07/thumb-product-3.jpg'),(39,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:11:{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;}}'),(42,4301,'_themify_builder_prebuilt_layout','yes'),(45,4302,'_wp_attached_file','2015/07/thumb-masonry-image.jpg'),(48,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:11:{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;}}'),(51,4302,'_themify_builder_prebuilt_layout','yes'),(54,4303,'_wp_attached_file','2015/07/thumb-company-2.jpg'),(57,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:11:{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;}}'),(60,4303,'_themify_builder_prebuilt_layout','yes'),(63,4304,'_wp_attached_file','2015/07/thumb-portfolio-2.jpg'),(66,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:11:{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;}}'),(69,4304,'_themify_builder_prebuilt_layout','yes'),(72,4305,'_wp_attached_file','2015/07/thumb-product-2.jpg'),(75,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:11:{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;}}'),(78,4305,'_themify_builder_prebuilt_layout','yes'),(81,4306,'_wp_attached_file','2015/07/thumb-marketer-page.jpg'),(84,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:11:{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;}}'),(87,4306,'_themify_builder_prebuilt_layout','yes'),(90,4307,'_wp_attached_file','2015/07/thumb-ebook-2.jpg'),(93,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:11:{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;}}'),(96,4307,'_themify_builder_prebuilt_layout','yes'),(99,4308,'_wp_attached_file','2015/07/thumb-product-page-4.jpg'),(102,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:11:{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;}}'),(105,4308,'_themify_builder_prebuilt_layout','yes'),(108,4309,'_wp_attached_file','2015/07/thumb-landing-agency-page.jpg'),(111,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:11:{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;}}'),(114,4309,'_themify_builder_prebuilt_layout','yes'),(117,4310,'_wp_attached_file','2015/07/thumb-wedding.jpg'),(120,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:11:{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;}}'),(123,4310,'_themify_builder_prebuilt_layout','yes'),(126,4311,'_wp_attached_file','2015/07/thumb-fullscreen-2.jpg'),(129,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:11:{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;}}'),(132,4311,'_themify_builder_prebuilt_layout','yes'),(135,4312,'_wp_attached_file','2015/07/thumb-product-page.jpg'),(138,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:11:{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;}}'),(141,4312,'_themify_builder_prebuilt_layout','yes'),(144,4313,'_wp_attached_file','2015/07/thumb-fullscreen.jpg'),(147,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:11:{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;}}'),(150,4313,'_themify_builder_prebuilt_layout','yes'),(153,4314,'_wp_attached_file','2015/07/thumb-restaurant-2.jpg'),(156,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:11:{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;}}'),(159,4314,'_themify_builder_prebuilt_layout','yes'),(162,4315,'_wp_attached_file','2015/07/thumb-personal-page.jpg'),(165,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:11:{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;}}'),(168,4315,'_themify_builder_prebuilt_layout','yes'),(171,4316,'_wp_attached_file','2015/07/thumb-portfolio.jpg'),(174,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:11:{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;}}'),(177,4316,'_themify_builder_prebuilt_layout','yes'),(180,4317,'_wp_attached_file','2015/07/thumb-company.jpg'),(183,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:11:{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;}}'),(186,4317,'_themify_builder_prebuilt_layout','yes'),(189,4318,'_wp_attached_file','2015/07/thumb-event-page-2.jpg'),(192,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:11:{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;}}'),(195,4318,'_themify_builder_prebuilt_layout','yes'),(198,4324,'_wp_attached_file','2015/07/thumb-app-2.jpg'),(201,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:11:{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;}}'),(204,4324,'_themify_builder_prebuilt_layout','yes'),(207,4325,'_wp_attached_file','2015/07/thumb-app-page-3.jpg'),(210,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:11:{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;}}'),(213,4325,'_themify_builder_prebuilt_layout','yes'),(216,2563,'_thumbnail_id','4317'),(219,2563,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-company.jpg'),(222,2563,'_post_image_attach_id','4317'),(225,2563,'builder_switch_frontend','0'),(228,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;}}'),(231,2563,'_themify_builder_prebuilt_layout','yes'),(234,2561,'_post_image_attach_id','4306'),(237,2561,'builder_switch_frontend','0'),(240,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;}}'),(243,2561,'_thumbnail_id','4306'),(246,2561,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-marketer-page.jpg'),(249,2561,'_themify_builder_prebuilt_layout','yes'),(252,2559,'_thumbnail_id','4323'),(255,2559,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-agency-2.jpg'),(258,2559,'_post_image_attach_id','4323'),(261,2559,'builder_switch_frontend','0'),(264,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;}}'),(267,2559,'_themify_builder_prebuilt_layout','yes'),(270,2557,'_thumbnail_id','4309'),(273,2557,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-landing-agency-page.jpg'),(276,2557,'_post_image_attach_id','4309'),(279,2557,'builder_switch_frontend','0'),(282,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;}}'),(285,2557,'_themify_builder_prebuilt_layout','yes'),(288,2553,'_thumbnail_id','4314'),(291,2553,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-restaurant-2.jpg'),(294,2553,'_post_image_attach_id','4314'),(297,2553,'builder_switch_frontend','0'),(300,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;}}'),(303,2553,'_themify_builder_prebuilt_layout','yes'),(306,2500,'_thumbnail_id','4326'),(309,2500,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-app-page.jpg'),(312,2500,'_post_image_attach_id','4326'),(315,2500,'builder_switch_frontend','0'),(318,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;}}'),(321,2500,'_themify_builder_prebuilt_layout','yes'),(324,2520,'_thumbnail_id','4321'),(327,2520,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-restaurant.jpg'),(330,2520,'_post_image_attach_id','4321'),(333,2520,'builder_switch_frontend','0'),(336,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;}}'),(339,2520,'_themify_builder_prebuilt_layout','yes'),(342,2570,'_thumbnail_id','4303'),(345,2570,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-company-2.jpg'),(348,2570,'_post_image_attach_id','4303'),(351,2570,'builder_switch_frontend','0'),(354,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;}}'),(357,2570,'_themify_builder_prebuilt_layout','yes'),(360,2578,'_thumbnail_id','4324'),(363,2578,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-app-2.jpg'),(366,2578,'_post_image_attach_id','4324'),(369,2578,'builder_switch_frontend','0'),(372,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;}}'),(375,2578,'_themify_builder_prebuilt_layout','yes'),(378,2591,'_thumbnail_id','4325'),(381,2591,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-app-page-3.jpg'),(384,2591,'_post_image_attach_id','4325'),(387,2591,'builder_switch_frontend','0'),(390,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;}}'),(393,2591,'_themify_builder_prebuilt_layout','yes'),(396,2600,'_thumbnail_id','4322'),(399,2600,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-ebook-page.jpg'),(402,2600,'_post_image_attach_id','4322'),(405,2600,'builder_switch_frontend','0'),(408,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;}}'),(411,2600,'_themify_builder_prebuilt_layout','yes'),(414,4319,'_wp_attached_file','2015/07/thumb-portfolio-3.jpg'),(417,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:11:{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;}}'),(420,4319,'_themify_builder_prebuilt_layout','yes'),(423,4320,'_wp_attached_file','2015/07/thumb-shop.jpg'),(426,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:11:{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;}}'),(429,4320,'_themify_builder_prebuilt_layout','yes'),(432,4321,'_wp_attached_file','2015/07/thumb-restaurant.jpg'),(435,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:11:{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;}}'),(438,4321,'_themify_builder_prebuilt_layout','yes'),(441,4322,'_wp_attached_file','2015/07/thumb-ebook-page.jpg'),(444,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:11:{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;}}'),(447,4322,'_themify_builder_prebuilt_layout','yes'),(450,4323,'_wp_attached_file','2015/07/thumb-agency-2.jpg'),(453,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:11:{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;}}'),(456,4323,'_themify_builder_prebuilt_layout','yes'),(459,4326,'_wp_attached_file','2015/07/thumb-app-page.jpg'),(462,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:11:{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;}}'),(465,4326,'_themify_builder_prebuilt_layout','yes'),(468,4327,'_wp_attached_file','2015/07/thumb-coming-soon.jpg'),(471,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:11:{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;}}'),(474,4327,'_themify_builder_prebuilt_layout','yes'),(477,2607,'_thumbnail_id','4307'),(480,2607,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-ebook-2.jpg'),(483,2607,'_post_image_attach_id','4307'),(486,2607,'builder_switch_frontend','0'),(489,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;}}'),(492,2607,'_themify_builder_prebuilt_layout','yes'),(495,3876,'_thumbnail_id','4327'),(498,3876,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-coming-soon.jpg'),(501,3876,'_post_image_attach_id','4327'),(504,3876,'builder_switch_frontend','0'),(507,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;}}'),(510,3876,'_themify_builder_prebuilt_layout','yes'),(513,3879,'_thumbnail_id','4313'),(516,3879,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-fullscreen.jpg'),(519,3879,'_post_image_attach_id','4313'),(522,3879,'builder_switch_frontend','0'),(525,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;}}'),(528,3879,'_themify_builder_prebuilt_layout','yes'),(531,3883,'_thumbnail_id','4311'),(534,3883,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-fullscreen-2.jpg'),(537,3883,'_post_image_attach_id','4311'),(540,3883,'builder_switch_frontend','0'),(543,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;}}'),(546,3883,'_themify_builder_prebuilt_layout','yes'),(549,3889,'_thumbnail_id','4315'),(552,3889,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-personal-page.jpg'),(555,3889,'_post_image_attach_id','4315'),(558,3889,'builder_switch_frontend','0'),(561,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;}}'),(564,3889,'_themify_builder_prebuilt_layout','yes'),(567,3901,'_thumbnail_id','4302'),(570,3901,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-masonry-image.jpg'),(573,3901,'_post_image_attach_id','4302'),(576,3901,'builder_switch_frontend','0'),(579,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;}}'),(582,3901,'_themify_builder_prebuilt_layout','yes'),(585,3912,'_thumbnail_id','4316'),(588,3912,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-portfolio.jpg'),(591,3912,'_post_image_attach_id','4316'),(594,3912,'builder_switch_frontend','0'),(597,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;}}'),(600,3912,'_themify_builder_prebuilt_layout','yes'),(603,3926,'_thumbnail_id','4304'),(606,3926,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-portfolio-2.jpg'),(609,3926,'_post_image_attach_id','4304'),(612,3926,'builder_switch_frontend','0'),(615,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;}}'),(618,3926,'_themify_builder_prebuilt_layout','yes'),(621,3933,'_thumbnail_id','4319'),(624,3933,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-portfolio-3.jpg'),(627,3933,'_post_image_attach_id','4319'),(630,3933,'builder_switch_frontend','0'),(633,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;}}'),(636,3933,'_themify_builder_prebuilt_layout','yes'),(639,3935,'_thumbnail_id','4312'),(642,3935,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-product-page.jpg'),(645,3935,'_post_image_attach_id','4312'),(648,3935,'builder_switch_frontend','0'),(651,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;}}'),(654,3935,'_themify_builder_prebuilt_layout','yes'),(657,3952,'_thumbnail_id','4305'),(660,3952,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-product-2.jpg'),(663,3952,'_post_image_attach_id','4305'),(666,3952,'builder_switch_frontend','0'),(669,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;}}'),(672,3952,'_themify_builder_prebuilt_layout','yes'),(675,3964,'_thumbnail_id','4301'),(678,3964,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-product-3.jpg'),(681,3964,'_post_image_attach_id','4301'),(684,3964,'builder_switch_frontend','0'),(687,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;}}'),(690,3964,'_themify_builder_prebuilt_layout','yes'),(693,3973,'_thumbnail_id','4308'),(696,3973,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-product-page-4.jpg'),(699,3973,'_post_image_attach_id','4308'),(702,3973,'builder_switch_frontend','0'),(705,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;}}'),(708,3973,'_themify_builder_prebuilt_layout','yes'),(711,3987,'_thumbnail_id','4300'),(714,3987,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-music.jpg'),(717,3987,'_post_image_attach_id','4300'),(720,3987,'builder_switch_frontend','0'),(723,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;}}'),(726,3987,'_themify_builder_prebuilt_layout','yes'),(729,3988,'_themify_builder_prebuilt_layout','yes'),(732,3988,'_thumbnail_id','4299'),(735,3988,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-event-page.jpg'),(738,3988,'_post_image_attach_id','4299'),(741,3988,'builder_switch_frontend','0'),(744,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;}}'),(747,3989,'_themify_builder_prebuilt_layout','yes'),(750,3989,'_post_image_attach_id','4310'),(753,3989,'builder_switch_frontend','0'),(756,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;}}'),(759,3989,'_thumbnail_id','4310'),(762,3989,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-wedding.jpg'),(765,3990,'_themify_builder_prebuilt_layout','yes'),(768,3990,'_thumbnail_id','4318'),(771,3990,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-event-page-2.jpg'),(774,3990,'_post_image_attach_id','4318'),(777,3990,'builder_switch_frontend','0'),(780,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;}}'),(783,4264,'_themify_builder_prebuilt_layout','yes'),(786,4264,'_post_image_attach_id','4320'),(789,4264,'builder_switch_frontend','0'),(792,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;}}'),(795,4264,'_thumbnail_id','4320'),(798,4264,'post_image','http://themify.me/demo/themes/builder-layouts-export/files/2015/07/thumb-shop.jpg'),(801,4328,'_edit_last','1'),(804,4328,'_edit_lock','1444573061:1'),(806,4328,'layout','list-post'),(809,4328,'content_width','full_width'),(812,4328,'imagefilter_options','initial'),(815,4328,'imagefilter_options_hover','initial'),(818,4328,'imagefilter_applyto','initial'),(821,4328,'body_background_repeat','fullcover'),(824,4328,'color_scheme_mode','color-presets'),(827,4328,'color_design','default'),(830,4328,'typography_mode','typography-presets'),(833,4328,'font_design','default'),(836,4328,'body_font','default'),(839,4328,'heading_font','default'),(842,4328,'header_design','default'),(845,4328,'fixed_header','default'),(848,4328,'full_height_header','default'),(851,4328,'header_wrap','solid'),(854,4328,'background_repeat','fullcover'),(857,4328,'footer_design','default'),(860,4328,'page_layout','default'),(863,4328,'hide_page_title','default'),(866,4328,'order','desc'),(869,4328,'orderby','content'),(872,4328,'display_content','content'),(875,4328,'feature_size_page','blank'),(878,4328,'hide_title','default'),(881,4328,'unlink_title','default'),(884,4328,'hide_date','default'),(887,4328,'hide_image','default'),(890,4328,'unlink_image','default'),(893,4328,'hide_navigation','default'),(896,4328,'portfolio_order','desc'),(899,4328,'portfolio_orderby','content'),(902,4328,'portfolio_layout','list-post'),(905,4328,'portfolio_display_content','content'),(908,4328,'portfolio_feature_size_page','blank'),(911,4328,'portfolio_hide_title','default'),(914,4328,'portfolio_unlink_title','default'),(917,4328,'portfolio_hide_meta_all','default'),(920,4328,'portfolio_hide_image','default'),(923,4328,'portfolio_unlink_image','default'),(926,4328,'portfolio_hide_navigation','default'),(929,4328,'builder_switch_frontend','0'),(935,4328,'background_color','ffffff'),(938,4328,'exclude_footer_menu_navigation','no'),(939,4328,'_themify_builder_settings','a:6:{i:0;a:5:{s:9:\"row_order\";i:0;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:1:{i:0;a:4:{s:12:\"column_order\";i:0;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:20:{s:12:\"content_text\";s:71:\"<h3 style=\"text-align: center;\">A Just World - Free from Poverty!</h3>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:6:\"ffffff\";s:9:\"font_size\";s:2:\"42\";s:14:\"font_size_unit\";s:2:\"px\";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:11:\"padding_top\";s:3:\"200\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:14:\"padding_bottom\";s:3:\"200\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";s:0:\"\";s:15:\"background_type\";s:6:\"slider\";s:17:\"background_slider\";s:35:\"[gallery ids=\"4335,4338,4341,4344\"]\";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:2:\"30\";s:16:\"padding_top_unit\";s:2:\"px\";s:13:\"padding_right\";s:2:\"30\";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:5:{s:9:\"row_order\";i:1;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:3:{i:0;a:4:{s:12:\"column_order\";i:0;s:10:\"grid_class\";s:12:\"col4-1 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:13:\"<h3>News</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: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\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:1337:\"<section class=\"news\"><section class=\"news\"><a class=\"title\" href=\"http://tolonkumbungu.ghanadistricts.gov.gh/?arrow=atd&_=88&sa=6609\" target=\"_blank\">Agriculture Sector</a><p><span id=\"MainContent_PressRelease1_RepeaterNews_LabelSubTitle_0\">On Agriculture, Hon. Mahama gave strong indication of the desire of his administration to make maximum use of the Bontan...</span></p></section><section class=\"news\"><a class=\"title\" href=\"http://vibeghana.com/2013/03/20/food-insecurity-still-rife-in-northern-ghana-wpf-report/\" target=\"_blank\">Food insecurity still rife in Northern Ghana – WPF Report</a><p><span id=\"MainContent_PressRelease1_RepeaterNews_LabelSubTitle_1\">The 2012 Comprehensive Food Security and Vulnerability Analysis (CFSVA) of the Upper East, Upper West and Northern Regio...</span></p></section><section class=\"news\"><a class=\"title\" href=\"http://npong2franco.wordpress.com/2013/08/02/rural-farmers-diversify-livelihood/\" target=\"_blank\">Rural Farmers Diversify livelihood</a><p><span id=\"MainContent_PressRelease1_RepeaterNews_LabelSubTitle_2\">FARMERS in Tamaligu, a farming community in the Savelugu-Nanton District of the Northern Region have resorted to the cul...</span></p></section><p>[themify_button style=\"large green flat\" link=\"http://nrgp.org\" text=\"ffffff\" ]More News[/themify_button]</p></section>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:1;a:4:{s:12:\"column_order\";i:1;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:15:{s:12:\"content_text\";s:17:\"<h3>About Us</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: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\";}}i:2;a:2:{s:8:\"mod_name\";s:4:\"text\";s:12:\"mod_settings\";a:17:{s:12:\"content_text\";s:1005:\"<section class=\"news\"><p><a href=\"http://nrgp.org/home/wp-content/uploads/2015/10/about.jpg\"><img class=\"alignnone wp-image-4347\" src=\"http://nrgp.org/home/wp-content/uploads/2015/10/about-300x112.jpg\" alt=\"about\" width=\"560\" height=\"209\" /></a></p><p><span style=\"line-height: 1.5;\">The Northern Rural Growth Programme is one of the Ministry of Food and Agriculture Programmes designed to implement the Ministry’s main Policy document: Food and Agriculture Sector Development Policy (FASDEP II). The Programme is funded by the Government of Ghana (GOG), International Fund for Agriculture Development (IFAD) and the African Development Bank. The Programme is implemented in the three (3) Northern Regions namely; Northern, Upper West, Upper East Regions and 7 districts in BrongAhafo which shares boundaries with Northern Region.</span></p><p><span style=\"line-height: 1.5;\">[themify_button style=\"large green flat\" link=\"http://nrgp.org\" text=\"ffffff\" ]Read More[/themify_button]</span></p></section>\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:2;a:4:{s:12:\"column_order\";i:2;s:10:\"grid_class\";s:11:\"col4-1 last\";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:15:\"<h3>Photos</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: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\";}}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:3:{i:0;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p1.jpg\";}i:1;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p2.jpg\";}i:2;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p3.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:18:\"visible_opt_slider\";s:1:\"2\";s:22:\"auto_scroll_opt_slider\";s:1:\"8\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:4:\"fast\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:5:\"false\";s:11:\"wrap_slider\";s:2:\"no\";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\";}}i:3;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:3:{i:0;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p2.jpg\";}i:1;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p3.jpg\";}i:2;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p4.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:18:\"visible_opt_slider\";s:1:\"2\";s:22:\"auto_scroll_opt_slider\";s:1:\"8\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:4:\"fast\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:5:\"false\";s:11:\"wrap_slider\";s:2:\"no\";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\";}}i:4;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:3:{i:0;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p4.jpg\";}i:1;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p5.jpg\";}i:2;a:1:{s:14:\"img_url_slider\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/p6.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:18:\"visible_opt_slider\";s:1:\"2\";s:22:\"auto_scroll_opt_slider\";s:1:\"8\";s:17:\"scroll_opt_slider\";s:1:\"1\";s:16:\"speed_opt_slider\";s:4:\"fast\";s:13:\"effect_slider\";s:6:\"scroll\";s:21:\"pause_on_hover_slider\";s:5:\"false\";s:11:\"wrap_slider\";s:2:\"no\";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:0:{}}}s:7:\"styling\";a:0:{}}i:2;a:5:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:3:{i:0;a:4:{s:12:\"column_order\";i:0;s:10:\"grid_class\";s:12:\"col3-1 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:23:{s:11:\"style_image\";s:13:\"image-overlay\";s:9:\"url_image\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/b1.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:18:\"NORTH-SOUTH DIVIDE\";s:16:\"animation_effect\";s:10:\"bounceInUp\";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:12:\"padding_left\";s:2:\"30\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s: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:67:\"<p><a href=\"http://nrgp.org/home\" target=\"_blank\">Read More</a></p>\";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:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:1;a:4:{s:12:\"column_order\";i:1;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:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:13:\"image-overlay\";s:9:\"url_image\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/b2.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:18:\"RURAL-URBAN DIVIDE\";s:16:\"animation_effect\";s:10:\"bounceInUp\";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:12:\"padding_left\";s:2:\"30\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s: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:67:\"<p><a href=\"http://nrgp.org/home\" target=\"_blank\">Read More</a></p>\";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:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:2;a:4:{s:12:\"column_order\";i:2;s:10:\"grid_class\";s:11:\"col3-1 last\";s:7:\"modules\";a:3:{i:0;N;i:1;a:2:{s:8:\"mod_name\";s:5:\"image\";s:12:\"mod_settings\";a:23:{s:11:\"style_image\";s:13:\"image-overlay\";s:9:\"url_image\";s:54:\"http://nrgp.org/home/wp-content/uploads/2015/10/b3.png\";s:16:\"appearance_image\";s:7:\"rounded\";s:11:\"width_image\";s:3:\"300\";s:12:\"height_image\";s:3:\"200\";s:11:\"param_image\";s:1:\"|\";s:13:\"caption_image\";s:13:\"GENDER DIVIDE\";s:16:\"animation_effect\";s:10:\"bounceInUp\";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:12:\"padding_left\";s:2:\"30\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";s: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:67:\"<p><a href=\"http://nrgp.org/home\" target=\"_blank\">Read More</a></p>\";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:11:\"padding_top\";s:2:\"20\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";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:\"f1f1f1\";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:\"80\";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:2:\"80\";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:5:{s:9:\"row_order\";i:3;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:1:{i:0;a:4:{s:12:\"column_order\";i:0;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:55:\"<h2 style=\"text-align: center;\">How To Participate</h2>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";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: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:15:\"margin_top_unit\";s:2:\"px\";s: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:4:{s:9:\"row_order\";i:2;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:2:{i:0;a:4:{s:12:\"column_order\";i:0;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:20:{s:12:\"content_text\";s:893:\"<div class=\"col-12 c3\"><strong>- Register with Farmer Based Organization (FBO) of your choice engaged in any of the commodity windows in your district or community if you are a farmer</strong></div><div class=\"col-12 c3\"><strong>- Register with your District Directorate of Agriculture or designated NRGP Facilitation Agency if you are a lead farmer in any of the commodity windows and capable of managing an out-grower farmer scheme</strong></div><div class=\"col-12 c3\"><strong>- Register with designated NRGP Facilitation Agency if you are a private operator (input dealers, mechanization service providers, aggregators, processors etc)with established market for any of the commodity windows and willing to work with FBOs</strong></div><div class=\"col-12 c3\"><strong>- Register with NRGP if you are a venture capitalist willing to invest in any of the commodity value chains.</strong></div>\";s:11:\"font_family\";s:7:\"default\";s:10:\"font_color\";s:11:\"ffffff_1.00\";s:9:\"font_size\";s:2:\"13\";s:14:\"font_size_unit\";s:2:\"px\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s: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:\"0\";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:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}s:7:\"styling\";a:0:{}}i:1;a:4:{s:12:\"column_order\";i:1;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:18:{s:11:\"style_video\";s:9:\"video-top\";s:9:\"url_video\";s:43:\"https://www.youtube.com/watch?v=uF47o0wOncA\";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:11:\"padding_top\";s:1:\"0\";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:18:\"margin_bottom_unit\";s:2:\"px\";s:16:\"margin_left_unit\";s:2:\"px\";}}}s:7:\"styling\";a:0:{}}}}}s:7:\"styling\";a:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";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:60:\"http://nrgp.org/home/wp-content/uploads/2015/10/green_bg.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: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:5:{s:9:\"row_order\";i:4;s:6:\"gutter\";s:14:\"gutter-default\";s:19:\"equal_column_height\";s:0:\"\";s:4:\"cols\";a:4:{i:0;a:4:{s:12:\"column_order\";i:0;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:24:{s:15:\"content_feature\";s:104:\"<h3>Component A</h3><p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</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-briefcase\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:11:\"e60000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:16:\"animation_effect\";s:6:\"zoomIn\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:1;a:4:{s:12:\"column_order\";i:1;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:24:{s:15:\"content_feature\";s:104:\"<h3>Component B</h3><p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</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:13:\"fa-automobile\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:11:\"e60000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:16:\"animation_effect\";s:6:\"zoomIn\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:2;a:4:{s:12:\"column_order\";i: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:24:{s:15:\"content_feature\";s:104:\"<h3>Component C</h3><p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</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:16:\"fa-balance-scale\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:11:\"e60000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:16:\"animation_effect\";s:6:\"zoomIn\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}i:3;a:4:{s:12:\"column_order\";i:3;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:24:{s:15:\"content_feature\";s:104:\"<h3>Component A</h3><p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</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:6:\"fa-bed\";s:18:\"icon_color_feature\";s:11:\"ffffff_1.00\";s:15:\"icon_bg_feature\";s:11:\"e60000_1.00\";s:13:\"param_feature\";s:1:\"|\";s:16:\"animation_effect\";s:6:\"zoomIn\";s:11:\"font_family\";s:7:\"default\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:15:\"text_align_left\";s:4:\"left\";s:17:\"text_align_center\";s:6:\"center\";s:16:\"text_align_right\";s:5:\"right\";s:18:\"text_align_justify\";s:7:\"justify\";s:16:\"padding_top_unit\";s:2:\"px\";s:18:\"padding_right_unit\";s:2:\"px\";s:19:\"padding_bottom_unit\";s:2:\"px\";s:17:\"padding_left_unit\";s:2:\"px\";s:15:\"margin_top_unit\";s:2:\"px\";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:0:{}}}s:7:\"styling\";a:53:{s:9:\"row_width\";s:0:\"\";s:10:\"row_height\";s:0:\"\";s:16:\"animation_effect\";s:0:\"\";s:22:\"animation_effect_delay\";s:0:\"\";s:23:\"animation_effect_repeat\";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:\"30\";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:2:\"30\";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:2:{s:9:\"row_order\";i:5;s:4:\"cols\";a:1:{i:0;a:3:{s:12:\"column_order\";i:0;s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:0:{}}}}}'),(941,4334,'_wp_attached_file','2015/10/slide1.jpg'),(944,4334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:551;s:4:\"file\";s:18:\"2015/10/slide1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide1-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:18:\"slide1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide1-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:1;}}'),(945,4335,'_wp_attached_file','2015/10/slide11.jpg'),(948,4335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:551;s:4:\"file\";s:19:\"2015/10/slide11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide11-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:19:\"slide11-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide11-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:1;}}'),(951,4338,'_wp_attached_file','2015/10/slide2.jpg'),(954,4338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:551;s:4:\"file\";s:18:\"2015/10/slide2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-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:18:\"slide2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide2-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:1;}}'),(957,4341,'_wp_attached_file','2015/10/slide3.jpg'),(960,4341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:551;s:4:\"file\";s:18:\"2015/10/slide3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide3-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:18:\"slide3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide3-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:1;}}'),(963,4344,'_wp_attached_file','2015/10/slide4.jpg'),(966,4344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:551;s:4:\"file\";s:18:\"2015/10/slide4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide4-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:18:\"slide4-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide4-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:1;}}'),(969,4347,'_wp_attached_file','2015/10/about.jpg'),(972,4347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:529;s:6:\"height\";i:197;s:4:\"file\";s:17:\"2015/10/about.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"about-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"about-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(975,4350,'_wp_attached_file','2015/10/p1.jpg'),(978,4350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:113;s:4:\"file\";s:14:\"2015/10/p1.jpg\";s:5:\"sizes\";a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p1-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(980,4352,'_wp_attached_file','2015/10/p2.jpg'),(983,4352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:113;s:4:\"file\";s:14:\"2015/10/p2.jpg\";s:5:\"sizes\";a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p2-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(984,4353,'_wp_attached_file','2015/10/p3.jpg'),(987,4353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:113;s:4:\"file\";s:14:\"2015/10/p3.jpg\";s:5:\"sizes\";a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p3-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(990,4356,'_wp_attached_file','2015/10/p4.jpg'),(993,4356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:113;s:4:\"file\";s:14:\"2015/10/p4.jpg\";s:5:\"sizes\";a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p4-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(995,4358,'_wp_attached_file','2015/10/p5.jpg'),(998,4358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:113;s:4:\"file\";s:14:\"2015/10/p5.jpg\";s:5:\"sizes\";a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p5-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(1001,4361,'_wp_attached_file','2015/10/p6.jpg'),(1004,4361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:113;s:4:\"file\";s:14:\"2015/10/p6.jpg\";s:5:\"sizes\";a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p6-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(1007,4350,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p1-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1010,4352,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p2-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1013,4353,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p3-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1016,4356,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p4-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1019,4358,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p5-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1022,4361,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-128x113\";a:4:{s:4:\"file\";s:14:\"p6-128x113.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1025,4364,'_wp_attached_file','2015/10/b1.png'),(1028,4364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:327;s:6:\"height\";i:192;s:4:\"file\";s:14:\"2015/10/b1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b1-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"resized-300x200\";a:4:{s:4:\"file\";s:14:\"b1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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;}}'),(1031,4364,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-300x200\";a:4:{s:4:\"file\";s:14:\"b1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}'),(1034,4367,'_wp_attached_file','2015/10/b2.png'),(1037,4367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:327;s:6:\"height\";i:192;s:4:\"file\";s:14:\"2015/10/b2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b2-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"resized-300x200\";a:4:{s:4:\"file\";s:14:\"b2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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;}}'),(1040,4367,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-300x200\";a:4:{s:4:\"file\";s:14:\"b2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}'),(1041,4368,'_wp_attached_file','2015/10/b3.png'),(1044,4368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:327;s:6:\"height\";i:192;s:4:\"file\";s:14:\"2015/10/b3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b3-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"resized-300x200\";a:4:{s:4:\"file\";s:14:\"b3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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;}}'),(1046,4368,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-300x200\";a:4:{s:4:\"file\";s:14:\"b3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}'),(1047,4371,'_wp_attached_file','2015/10/blur_bg.jpg'); INSERT INTO `wp_postmeta` VALUES (1050,4371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:377;s:4:\"file\";s:19:\"2015/10/blur_bg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blur_bg-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:19:\"blur_bg-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blur_bg-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(1052,4373,'_wp_attached_file','2015/10/green_bg.jpg'),(1055,4373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:547;s:4:\"file\";s:20:\"2015/10/green_bg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"green_bg-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:19:\"green_bg-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"green_bg-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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;}}'),(2003,4424,'_menu_item_type','post_type'),(2006,4424,'_menu_item_menu_item_parent','0'),(2009,4424,'_menu_item_object_id','4328'),(2012,4424,'_menu_item_object','page'),(2015,4424,'_menu_item_target',''),(2018,4424,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2021,4424,'_menu_item_xfn',''),(2024,4424,'_menu_item_url',''),(2028,4425,'_wp_attached_file','2015/10/Screen-Shot-2015-09-30-at-5.33.15-PM.png'),(2031,4425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:139;s:4:\"file\";s:48:\"2015/10/Screen-Shot-2015-09-30-at-5.33.15-PM.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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;}}'),(2034,4428,'_wp_attached_file','2015/10/Screen-Shot-2015-09-30-at-5.33.15-PM1.png'),(2037,4428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:139;s:4:\"file\";s:49:\"2015/10/Screen-Shot-2015-09-30-at-5.33.15-PM1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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;}}'),(2984,4457,'_themify_builder_settings','a:1:{i:0;a:2:{s:9:\"row_order\";i:0;s:4:\"cols\";a:1:{i:0;a:3:{s:12:\"column_order\";i:0;s:10:\"grid_class\";s:19:\"col-full first last\";s:7:\"modules\";a:0:{}}}}}'),(2987,4457,'_edit_last','1'),(2990,4457,'layout','list-post'),(2993,4457,'content_width','full_width'),(2996,4457,'imagefilter_options','initial'),(2999,4457,'imagefilter_options_hover','initial'),(3002,4457,'imagefilter_applyto','initial'),(3005,4457,'body_background_repeat','fullcover'),(3008,4457,'color_scheme_mode','color-presets'),(3011,4457,'color_design','default'),(3014,4457,'typography_mode','typography-presets'),(3017,4457,'font_design','default'),(3020,4457,'body_font','default'),(3023,4457,'heading_font','default'),(3026,4457,'header_design','default'),(3029,4457,'fixed_header','default'),(3032,4457,'full_height_header','default'),(3035,4457,'exclude_site_logo','no'),(3038,4457,'exclude_social_widget','no'),(3041,4457,'header_wrap','solid'),(3044,4457,'background_repeat','fullcover'),(3047,4457,'footer_design','default'),(3050,4457,'exclude_footer_widgets','no'),(3053,4457,'exclude_footer_texts','no'),(3056,4457,'exclude_footer_back','no'),(3059,4457,'page_layout','default'),(3062,4457,'hide_page_title','default'),(3065,4457,'order','desc'),(3068,4457,'orderby','content'),(3071,4457,'display_content','content'),(3074,4457,'feature_size_page','blank'),(3077,4457,'hide_title','default'),(3080,4457,'unlink_title','default'),(3083,4457,'hide_date','default'),(3086,4457,'hide_image','default'),(3089,4457,'unlink_image','default'),(3092,4457,'hide_navigation','default'),(3095,4457,'portfolio_order','desc'),(3098,4457,'portfolio_orderby','content'),(3101,4457,'portfolio_layout','list-post'),(3104,4457,'portfolio_display_content','content'),(3107,4457,'portfolio_feature_size_page','blank'),(3110,4457,'portfolio_hide_title','default'),(3113,4457,'portfolio_unlink_title','default'),(3116,4457,'portfolio_hide_meta_all','default'),(3119,4457,'portfolio_hide_image','default'),(3122,4457,'portfolio_unlink_image','default'),(3125,4457,'portfolio_hide_navigation','default'),(3128,4457,'builder_switch_frontend','0'),(3131,4460,'layout','list-post'),(3134,4460,'content_width','full_width'),(3137,4460,'imagefilter_options','initial'),(3140,4460,'imagefilter_options_hover','initial'),(3143,4460,'imagefilter_applyto','initial'),(3146,4460,'body_background_repeat','fullcover'),(3149,4460,'color_scheme_mode','color-presets'),(3152,4460,'color_design','default'),(3155,4460,'typography_mode','typography-presets'),(3158,4460,'font_design','default'),(3161,4460,'body_font','default'),(3164,4460,'heading_font','default'),(3167,4460,'header_design','default'),(3170,4460,'fixed_header','default'),(3173,4460,'full_height_header','default'),(3176,4460,'exclude_site_logo','no'),(3179,4460,'exclude_social_widget','no'),(3182,4460,'header_wrap','solid'),(3185,4460,'background_repeat','fullcover'),(3188,4460,'footer_design','default'),(3191,4460,'exclude_footer_widgets','no'),(3194,4460,'exclude_footer_texts','no'),(3197,4460,'exclude_footer_back','no'),(3200,4460,'page_layout','default'),(3203,4460,'hide_page_title','default'),(3206,4460,'order','desc'),(3209,4460,'orderby','content'),(3212,4460,'display_content','content'),(3215,4460,'feature_size_page','blank'),(3218,4460,'hide_title','default'),(3221,4460,'unlink_title','default'),(3224,4460,'hide_date','default'),(3227,4460,'hide_image','default'),(3230,4460,'unlink_image','default'),(3233,4460,'hide_navigation','default'),(3236,4460,'portfolio_order','desc'),(3239,4460,'portfolio_orderby','content'),(3242,4460,'portfolio_layout','list-post'),(3245,4460,'portfolio_display_content','content'),(3248,4460,'portfolio_feature_size_page','blank'),(3251,4460,'portfolio_hide_title','default'),(3254,4460,'portfolio_unlink_title','default'),(3257,4460,'portfolio_hide_meta_all','default'),(3260,4460,'portfolio_hide_image','default'),(3263,4460,'portfolio_unlink_image','default'),(3266,4460,'portfolio_hide_navigation','default'),(3269,4460,'builder_switch_frontend','0'),(3272,4460,'_menu_item_type','post_type'),(3275,4460,'_menu_item_menu_item_parent','0'),(3278,4460,'_menu_item_object_id','4457'),(3281,4460,'_menu_item_object','page'),(3284,4460,'_menu_item_target',''),(3287,4460,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3290,4460,'_menu_item_xfn',''),(3293,4460,'_menu_item_url',''),(3296,4457,'_edit_lock','1444574835:1'); /*!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 NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text 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 NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) 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=4464 DEFAULT CHARSET=utf8; /*!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,'2015-09-16 21:23:53','2015-09-16 21:23:53','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2015-09-16 21:23:53','2015-09-16 21:23:53','',0,'http://nrgp.org/home/?p=1',0,'post','',1),(5,1,'2015-10-10 12:42:54','2015-10-10 12:42:54','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@nrgp.org>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on home (http://nrgp.org/home)\nsolloseven@gmail.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nhome <wordpress@nrgp.org>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on home (http://nrgp.org/home)\n[your-email]\nReply-To: solloseven@gmail.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2015-10-10 12:42:54','2015-10-10 12:42:54','',0,'http://nrgp.org/home/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',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),(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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/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://nrgp.org/home/wp-content/uploads/2015/07/thumb-coming-soon.jpg',0,'attachment','image/jpeg',0),(4328,1,'2015-10-10 15:24:07','2015-10-10 15:24:07','','Home','','publish','closed','closed','','home','','','2015-10-10 15:27:04','2015-10-10 15:27:04','',0,'http://nrgp.org/home/?page_id=4328',0,'page','',0),(4331,1,'2015-10-10 15:24:07','2015-10-10 15:24:07','','Home','','inherit','closed','closed','','4328-revision-v1','','','2015-10-10 15:24:07','2015-10-10 15:24:07','',4328,'http://nrgp.org/home/4328-revision-v1/',0,'revision','',0),(4334,1,'2015-10-10 15:53:12','2015-10-10 15:53:12','','slide1','','inherit','open','closed','','slide1','','','2015-10-10 15:53:12','2015-10-10 15:53:12','',4328,'http://nrgp.org/home/home/slide1/',0,'attachment','image/jpeg',0),(4335,1,'2015-10-10 15:53:53','2015-10-10 15:53:53','','slide1','','inherit','open','closed','','slide1-2','','','2015-10-10 15:53:53','2015-10-10 15:53:53','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/slide11.jpg',0,'attachment','image/jpeg',0),(4338,1,'2015-10-10 15:55:07','2015-10-10 15:55:07','','slide2','','inherit','open','closed','','slide2','','','2015-10-10 15:55:07','2015-10-10 15:55:07','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/slide2.jpg',0,'attachment','image/jpeg',0),(4341,1,'2015-10-10 15:56:12','2015-10-10 15:56:12','','slide3','','inherit','open','closed','','slide3','','','2015-10-10 15:56:12','2015-10-10 15:56:12','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/slide3.jpg',0,'attachment','image/jpeg',0),(4344,1,'2015-10-10 15:57:05','2015-10-10 15:57:05','','slide4','','inherit','open','closed','','slide4','','','2015-10-10 15:57:05','2015-10-10 15:57:05','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/slide4.jpg',0,'attachment','image/jpeg',0),(4347,1,'2015-10-10 16:17:41','2015-10-10 16:17:41','','about','','inherit','open','closed','','about','','','2015-10-10 16:17:41','2015-10-10 16:17:41','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/about.jpg',0,'attachment','image/jpeg',0),(4350,1,'2015-10-10 16:32:39','2015-10-10 16:32:39','','p1','','inherit','open','closed','','p1','','','2015-10-10 16:32:39','2015-10-10 16:32:39','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/p1.jpg',0,'attachment','image/jpeg',0),(4352,1,'2015-10-10 16:33:03','2015-10-10 16:33:03','','p2','','inherit','open','closed','','p2','','','2015-10-10 16:33:03','2015-10-10 16:33:03','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/p2.jpg',0,'attachment','image/jpeg',0),(4353,1,'2015-10-10 16:33:20','2015-10-10 16:33:20','','p3','','inherit','open','closed','','p3','','','2015-10-10 16:33:20','2015-10-10 16:33:20','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/p3.jpg',0,'attachment','image/jpeg',0),(4356,1,'2015-10-10 16:33:37','2015-10-10 16:33:37','','p4','','inherit','open','closed','','p4','','','2015-10-10 16:33:37','2015-10-10 16:33:37','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/p4.jpg',0,'attachment','image/jpeg',0),(4358,1,'2015-10-10 16:33:56','2015-10-10 16:33:56','','p5','','inherit','open','closed','','p5','','','2015-10-10 16:33:56','2015-10-10 16:33:56','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/p5.jpg',0,'attachment','image/jpeg',0),(4361,1,'2015-10-10 16:34:22','2015-10-10 16:34:22','','p6','','inherit','open','closed','','p6','','','2015-10-10 16:34:22','2015-10-10 16:34:22','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/p6.jpg',0,'attachment','image/jpeg',0),(4364,1,'2015-10-10 16:50:06','2015-10-10 16:50:06','','b1','NORTH-SOUTH DIVIDE','inherit','open','closed','','b1','','','2015-10-10 16:50:25','2015-10-10 16:50:25','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/b1.png',0,'attachment','image/png',0),(4367,1,'2015-10-10 17:13:43','2015-10-10 17:13:43','','b2','RURAL-URBAN DIVIDE','inherit','open','closed','','b2','','','2015-10-10 17:19:24','2015-10-10 17:19:24','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/b2.png',0,'attachment','image/png',0),(4368,1,'2015-10-10 18:21:26','2015-10-10 18:21:26','','b3','','inherit','open','closed','','b3','','','2015-10-10 18:21:26','2015-10-10 18:21:26','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/b3.png',0,'attachment','image/png',0),(4371,1,'2015-10-10 18:51:48','2015-10-10 18:51:48','','blur_bg','','inherit','open','closed','','blur_bg','','','2015-10-10 18:51:48','2015-10-10 18:51:48','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/blur_bg.jpg',0,'attachment','image/jpeg',0),(4373,1,'2015-10-10 19:07:28','2015-10-10 19:07:28','','green_bg','','inherit','open','closed','','green_bg','','','2015-10-10 19:07:28','2015-10-10 19:07:28','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/green_bg.jpg',0,'attachment','image/jpeg',0),(4424,1,'2015-10-10 21:26:12','2015-10-10 21:26:12',' ','','','publish','closed','closed','','4424','','','2015-10-11 14:48:35','2015-10-11 14:48:35','',0,'http://nrgp.org/home/?p=4424',1,'nav_menu_item','',0),(4425,1,'2015-10-10 21:53:16','2015-10-10 21:53:16','','Screen Shot 2015-09-30 at 5.33.15 PM','','inherit','open','closed','','screen-shot-2015-09-30-at-5-33-15-pm','','','2015-10-10 21:53:16','2015-10-10 21:53:16','',0,'http://nrgp.org/home/wp-content/uploads/2015/10/Screen-Shot-2015-09-30-at-5.33.15-PM.png',0,'attachment','image/png',0),(4428,1,'2015-10-10 22:24:19','2015-10-10 22:24:19','','Screen Shot 2015 09 30 at 5.33.15 PM1','','inherit','open','closed','','screen-shot-2015-09-30-at-5-33-15-pm1','','','2015-10-10 22:24:19','2015-10-10 22:24:19','',0,'http://nrgp.org/home/?attachment_id=4428',0,'attachment','image/png',0),(4457,1,'2015-10-11 14:47:45','2015-10-11 14:47:45','','About Us','','publish','closed','closed','','about-us','','','2015-10-11 14:47:45','2015-10-11 14:47:45','',0,'http://nrgp.org/home/?page_id=4457',0,'page','',0),(4460,1,'2015-10-11 14:47:45','2015-10-11 14:47:45',' ','','','publish','closed','closed','','4460','','','2015-10-11 14:48:35','2015-10-11 14:48:35','',0,'http://nrgp.org/home/4460/',2,'nav_menu_item','',0),(4463,1,'2015-10-11 14:47:45','2015-10-11 14:47:45','','About Us','','inherit','closed','closed','','4457-revision-v1','','','2015-10-11 14:47:45','2015-10-11 14:47:45','',4457,'http://nrgp.org/home/4457-revision-v1/',0,'revision','',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=utf8; /*!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),(4424,2,0),(4460,2,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) NOT NULL DEFAULT '', `description` longtext 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=3 DEFAULT CHARSET=utf8; /*!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,1),(2,2,'nav_menu','',0,2); /*!40000 ALTER TABLE `wp_term_taxonomy` 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) NOT NULL DEFAULT '', `slug` varchar(200) 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=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Top','top',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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8; /*!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','nrgp'),(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',''),(14,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:3:{s:64:\"ec57d23421b0cbd2a03889c5b5f1852f4982c97954008a86fd92c19dc836ad9d\";a:4:{s:10:\"expiration\";i:1445686934;s:2:\"ip\";s:13:\"197.251.133.7\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36\";s:5:\"login\";i:1444477334;}s:64:\"c671498a7f15d2659571abc6163ca65a850b205b9961ce0d19a09649eab207b7\";a:4:{s:10:\"expiration\";i:1445691348;s:2:\"ip\";s:15:\"197.251.175.238\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36\";s:5:\"login\";i:1444481748;}s:64:\"7c842c5cb2b9d267ec294e36af9d0f5631a1a35dde126ecd5c93acae5fc92c4c\";a:4:{s:10:\"expiration\";i:1444745664;s:2:\"ip\";s:15:\"197.251.160.169\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36\";s:5:\"login\";i:1444572864;}}'),(18,1,'wp_dashboard_quick_press_last_post_id','3'),(21,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(24,1,'wp_user-settings-time','1444521487'),(27,1,'closedpostboxes_page','a:0:{}'),(30,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(33,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\";}'),(36,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(39,1,'nav_menu_recently_edited','2'); /*!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) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!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,'nrgp','$P$B/MbiZ8HWnZDZjJVrh9hbd9Eg3NZ3R0','nrgp','solloseven@gmail.com','','2015-09-16 21:23:52','',0,'nrgp'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0002qe4_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 2017-03-11 5:04:55