0byt3m1n1
Path:
/
data
/
17
/
1
/
133
/
155
/
1622155
/
meta
/
1748371
/
mysql.backup
/
[
Home
]
File: 1_02bb5aa_0.mysqlcluster23.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster23 Database: 1_02bb5aa_0 -- ------------------------------------------------------ -- Server version 5.6.37-82.2-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2017-10-03 15:18:55','2017-10-03 15:18:55','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0),(2,1,'John','jc@pcpros.com','http://www.pcpros.com','24.147.252.4','2017-11-10 00:11:59','2017-11-10 00:11:59','This is a comment',0,'0','Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=575 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://unasgrinding.com/wordpress','yes'),(2,'home','http://unasgrinding.com/wordpress','yes'),(3,'blogname','Unas Grinding Corp','yes'),(4,'blogdescription','Precision Grinding Since 1952','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','jc@pcpros.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','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:89:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.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:23:\"elementor/elementor.php\";i:4;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:5;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:6;s:16:\"spacer/index.php\";i:7;s:31:\"title-remover/title-remover.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:106:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/plugins/akismet/akismet.php\";i:1;s:124:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/themes/wp-lyrical-theme-develop/functions.php\";i:2;s:122:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/themes/wp-lyrical-theme-develop/content.php\";i:3;s:127:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/themes/wp-lyrical-theme-develop/editor-style.css\";i:4;s:131:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/themes/wp-lyrical-theme-develop/editor-style-rtl.css\";}','no'),(40,'template','tesseract-free-theme','yes'),(41,'stylesheet','tesseract-free-theme','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:5:{i:2;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday—Friday: 9:00AM–5:00PM\nSaturday & Sunday: 11:00AM–3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday—Friday: 9:00AM–5:00PM\nSaturday & Sunday: 11:00AM–3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";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;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:109:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:10:\"nav_menu-3\";i:1;s:6:\"text-2\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";}s:9:\"sidebar-1\";a:7:{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:10:\"nav_menu-2\";i:6;s:6:\"meta-2\";}s:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}s:18:\"orphaned_widgets_4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:3:{i:2;a:2:{s:5:\"title\";s:4:\"Main\";s:8:\"nav_menu\";i:3;}i:3;a:1:{s:5:\"title\";s:10:\"MainCustom\";}s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'cron','a:7:{i:1510676856;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"0890eb47e933786c705def661562337a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:97;}}}}i:1510678568;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"d89ac079a6039671414790f3cafad4ee\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:137;}}}}i:1510678698;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"88bc24ceb5900a99ac280abc02ef8b61\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:138;}}}}i:1510691556;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:1510691620;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:1510715937;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'),(109,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1510261073;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(120,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.3\";s:7:\"version\";s:5:\"4.8.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1510673501;s:15:\"version_checked\";s:5:\"4.8.3\";s:12:\"translations\";a:0:{}}','no'),(122,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:13:\"jc@pcpros.com\";s:7:\"version\";s:5:\"4.8.3\";s:9:\"timestamp\";i:1510259518;}','no'),(123,'_site_transient_timeout_browser_959e2b5b923f70cca34ca0f786ddfb9b','1510864357','no'),(124,'_site_transient_browser_959e2b5b923f70cca34ca0f786ddfb9b','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"11.0.1\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(129,'can_compress_scripts','1','no'),(152,'current_theme','TESSERACT','yes'),(153,'theme_mods_ih-business-pro','a:12:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:12:\"ihbp_mail_id\";s:22:\"johno@unasgrinding.com\";s:10:\"ihbp_phone\";s:13:\"(860)289-1538\";s:16:\"ihbp_footer_text\";s:38:\"Copyright © 2017 PC Professionals LLC\";s:15:\"showcase_enable\";i:1;s:14:\"showcase_title\";s:8:\"Showcase\";s:15:\"showcase_title1\";s:10:\"Showcase 1\";s:31:\"ihbp_fp_basic_settings_blog_set\";s:0:\"\";s:19:\"ihbp_fp_content_set\";s:0:\"\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:3;s:6:\"footer\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1510591933;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";}s:9:\"sidebar-1\";a:8:{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:10:\"nav_menu-2\";i:6;s:10:\"nav_menu-3\";i:7;s:6:\"meta-2\";}s:8:\"footer-1\";a:1:{i:0;s:13:\"wpcw_social-2\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:1:{i:0;s:14:\"wpcw_contact-2\";}}}}','yes'),(154,'theme_switched','','yes'),(155,'widget_ihbp_rp','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'recently_activated','a:3:{s:35:\"contact-widgets/contact-widgets.php\";i:1510671023;s:27:\"woocommerce/woocommerce.php\";i:1510670329;s:43:\"ih-sliders-showcases/ih-slider-showcase.php\";i:1510592486;}','yes'),(162,'_transient_timeout_plugin_slugs','1510760194','no'),(163,'_transient_plugin_slugs','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:39:\"easy-google-fonts/easy-google-fonts.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:6;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:7;s:16:\"spacer/index.php\";i:8;s:31:\"title-remover/title-remover.php\";}','no'),(168,'theme_mods_quark','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1510266810;s:4:\"data\";a:15:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";}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:12:\"sidebar-blog\";a:0:{}s:14:\"sidebar-single\";a:0:{}s:12:\"sidebar-page\";N;s:17:\"frontpage-banner1\";N;s:17:\"frontpage-banner2\";N;s:17:\"sidebar-homepage1\";N;s:17:\"sidebar-homepage2\";N;s:17:\"sidebar-homepage3\";N;s:17:\"sidebar-homepage4\";N;s:15:\"sidebar-footer1\";N;s:15:\"sidebar-footer2\";N;s:15:\"sidebar-footer3\";N;s:15:\"sidebar-footer4\";N;}}}','yes'),(206,'widget_wpcw_contact','a:3:{i:2;a:7:{s:5:\"title\";s:10:\"Contact Us\";s:5:\"email\";a:2:{s:5:\"value\";s:22:\"johno@unasgrinding.com\";s:5:\"order\";i:1;}s:5:\"phone\";a:2:{s:5:\"value\";s:13:\"(860)289-1538\";s:5:\"order\";i:2;}s:3:\"fax\";a:2:{s:5:\"value\";s:0:\"\";s:5:\"order\";i:3;}s:7:\"address\";a:2:{s:5:\"value\";s:36:\"28 Cherry St.\r\nE. Hartford, CT 06120\";s:5:\"order\";i:4;}s:6:\"labels\";a:2:{s:5:\"value\";s:3:\"yes\";s:5:\"order\";i:5;}s:3:\"map\";a:2:{s:5:\"value\";s:3:\"yes\";s:5:\"order\";i:6;}}s:12:\"_multiwidget\";i:1;i:4;a:7:{s:5:\"title\";s:10:\"Contact Us\";s:5:\"email\";a:2:{s:5:\"value\";s:0:\"\";s:5:\"order\";i:1;}s:5:\"phone\";a:2:{s:5:\"value\";s:0:\"\";s:5:\"order\";i:2;}s:3:\"fax\";a:2:{s:5:\"value\";s:0:\"\";s:5:\"order\";i:3;}s:7:\"address\";a:2:{s:5:\"value\";s:0:\"\";s:5:\"order\";i:4;}s:6:\"labels\";a:2:{s:5:\"value\";s:3:\"yes\";s:5:\"order\";i:5;}s:3:\"map\";a:2:{s:5:\"value\";s:2:\"no\";s:5:\"order\";i:6;}}}','yes'),(207,'widget_wpcw_social','a:3:{i:2;a:4:{s:5:\"title\";s:9:\"Follow Us\";s:8:\"facebook\";a:2:{s:5:\"value\";s:36:\"https://www.facebook.com/wsurferdude\";s:5:\"order\";i:1;}s:7:\"twitter\";a:2:{s:5:\"value\";s:31:\"https://twitter.com/wsurferdude\";s:5:\"order\";i:2;}s:6:\"labels\";a:2:{s:5:\"value\";s:2:\"no\";s:5:\"order\";i:3;}}s:12:\"_multiwidget\";i:1;i:4;a:4:{s:5:\"title\";s:7:\"Find Us\";s:7:\"twitter\";a:2:{s:5:\"value\";s:31:\"https://twitter.com/wsurferdude\";s:5:\"order\";i:1;}s:8:\"facebook\";a:2:{s:5:\"value\";s:36:\"https://www.facebook.com/wsurferdude\";s:5:\"order\";i:2;}s:6:\"labels\";a:2:{s:5:\"value\";s:2:\"no\";s:5:\"order\";i:3;}}}','yes'),(220,'themeisle_customizer_notify_show_recommended_plugins','a:1:{s:20:\"ih-sliders-showcases\";b:1;}','yes'),(230,'nav_menu_options','a:1:{s:8:\"auto_add\";a:1:{i:0;i:3;}}','yes'),(252,'_transient_timeout_hestia_t_elementor','1511201880','no'),(253,'_transient_hestia_t_elementor','The most advanced frontend drag & drop page builder','no'),(254,'hestia_install','1510337881','yes'),(255,'_transient_timeout_hestia_1153versions','1512929881','no'),(256,'_transient_hestia_1153versions','a:34:{i:0;a:2:{s:7:\"version\";s:5:\"1.0.6\";s:3:\"url\";s:54:\"https://downloads.wordpress.org/theme/hestia.1.0.6.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.0.8\";s:3:\"url\";s:54:\"https://downloads.wordpress.org/theme/hestia.1.0.8.zip\";}i:2;a:2:{s:7:\"version\";s:6:\"1.0.11\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.0.11.zip\";}i:3;a:2:{s:7:\"version\";s:6:\"1.0.12\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.0.12.zip\";}i:4;a:2:{s:7:\"version\";s:6:\"1.1.19\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.19.zip\";}i:5;a:2:{s:7:\"version\";s:6:\"1.1.20\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.20.zip\";}i:6;a:2:{s:7:\"version\";s:6:\"1.1.21\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.21.zip\";}i:7;a:2:{s:7:\"version\";s:6:\"1.1.22\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.22.zip\";}i:8;a:2:{s:7:\"version\";s:6:\"1.1.23\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.23.zip\";}i:9;a:2:{s:7:\"version\";s:6:\"1.1.24\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.24.zip\";}i:10;a:2:{s:7:\"version\";s:6:\"1.1.25\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.25.zip\";}i:11;a:2:{s:7:\"version\";s:6:\"1.1.28\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.28.zip\";}i:12;a:2:{s:7:\"version\";s:6:\"1.1.29\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.29.zip\";}i:13;a:2:{s:7:\"version\";s:6:\"1.1.30\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.30.zip\";}i:14;a:2:{s:7:\"version\";s:6:\"1.1.31\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.31.zip\";}i:15;a:2:{s:7:\"version\";s:6:\"1.1.32\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.32.zip\";}i:16;a:2:{s:7:\"version\";s:6:\"1.1.33\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.33.zip\";}i:17;a:2:{s:7:\"version\";s:6:\"1.1.36\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.36.zip\";}i:18;a:2:{s:7:\"version\";s:6:\"1.1.37\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.37.zip\";}i:19;a:2:{s:7:\"version\";s:6:\"1.1.38\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.38.zip\";}i:20;a:2:{s:7:\"version\";s:6:\"1.1.39\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.39.zip\";}i:21;a:2:{s:7:\"version\";s:6:\"1.1.40\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.40.zip\";}i:22;a:2:{s:7:\"version\";s:6:\"1.1.41\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.41.zip\";}i:23;a:2:{s:7:\"version\";s:6:\"1.1.42\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.42.zip\";}i:24;a:2:{s:7:\"version\";s:6:\"1.1.43\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.43.zip\";}i:25;a:2:{s:7:\"version\";s:6:\"1.1.44\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.44.zip\";}i:26;a:2:{s:7:\"version\";s:6:\"1.1.45\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.45.zip\";}i:27;a:2:{s:7:\"version\";s:6:\"1.1.46\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.46.zip\";}i:28;a:2:{s:7:\"version\";s:6:\"1.1.47\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.47.zip\";}i:29;a:2:{s:7:\"version\";s:6:\"1.1.48\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.48.zip\";}i:30;a:2:{s:7:\"version\";s:6:\"1.1.50\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.50.zip\";}i:31;a:2:{s:7:\"version\";s:6:\"1.1.51\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.51.zip\";}i:32;a:2:{s:7:\"version\";s:6:\"1.1.52\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.52.zip\";}i:33;a:2:{s:7:\"version\";s:6:\"1.1.53\";s:3:\"url\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.53.zip\";}}','no'),(259,'theme_mods_hestia','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(260,'widget_primer-hero-text','a:5:{s:12:\"_multiwidget\";i:1;i:3;a:4:{s:5:\"title\";N;s:4:\"text\";s:0:\"\";s:11:\"button_text\";s:13:\"Request Quote\";s:11:\"button_link\";s:48:\"http://unasgrinding.com/wordpress/request-quote/\";}i:4;a:4:{s:5:\"title\";N;s:4:\"text\";s:0:\"\";s:11:\"button_text\";N;s:11:\"button_link\";N;}i:6;a:4:{s:5:\"title\";N;s:4:\"text\";s:0:\"\";s:11:\"button_text\";s:13:\"View Our Work\";s:11:\"button_link\";s:48:\"http://unasgrinding.com/wordpress/view-our-work/\";}i:8;a:4:{s:5:\"title\";N;s:4:\"text\";s:0:\"\";s:11:\"button_text\";s:10:\"Contact Us\";s:11:\"button_link\";s:45:\"http://unasgrinding.com/wordpress/contact-us/\";}}','yes'),(261,'theme_mods_primer','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(276,'theme_mods_wp-lyrical-theme-develop','a:7:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:3;s:6:\"footer\";i:0;}s:16:\"background_image\";s:0:\"\";s:12:\"header_image\";s:99:\"http://unasgrinding.com/wordpress/wp-content/themes/wp-lyrical-theme-develop/assets/images/hero.jpg\";s:17:\"header_image_data\";a:2:{s:3:\"url\";s:99:\"http://unasgrinding.com/wordpress/wp-content/themes/wp-lyrical-theme-develop/assets/images/hero.jpg\";s:13:\"thumbnail_url\";s:109:\"http://unasgrinding.com/wordpress/wp-content/themes/wp-lyrical-theme-develop/assets/images/hero-thumbnail.jpg\";}s:23:\"use_featured_hero_image\";i:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1510671747;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:14:\"wpcw_contact-4\";i:1;s:18:\"primer-hero-text-4\";i:2;s:10:\"nav_menu-3\";i:3;s:6:\"text-2\";i:4;s:6:\"text-3\";i:5;s:6:\"text-4\";i:6;s:6:\"text-5\";}s:9:\"sidebar-1\";a:7:{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:10:\"nav_menu-2\";i:6;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:13:\"wpcw_social-2\";}s:8:\"footer-1\";a:1:{i:0;s:13:\"wpcw_social-4\";}s:8:\"footer-2\";a:1:{i:0;s:14:\"wpcw_contact-2\";}s:8:\"footer-3\";a:0:{}s:4:\"hero\";a:3:{i:0;s:18:\"primer-hero-text-6\";i:1;s:18:\"primer-hero-text-8\";i:2;s:18:\"primer-hero-text-3\";}}}}','yes'),(279,'category_children','a:0:{}','yes'),(309,'theme_mods_twentyfifteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(310,'_transient_twentyfifteen_categories','1','yes'),(315,'_transient_ihbp_categories','1','yes'),(317,'_site_transient_timeout_popular_importers_591c0e22f6bf57cf094bcb0c6d632296','1510765260','no'),(318,'_site_transient_popular_importers_591c0e22f6bf57cf094bcb0c6d632296','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:54:\"Import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:71:\"Convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:10:\"wp-cat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:46:\"Import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:62:\"Import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:28:\"Import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:30:\"Import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:53:\"Import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','no'),(367,'_transient_primer_has_active_categories','','yes'),(374,'_site_transient_timeout_wporg_theme_feature_list','1510682240','no'),(375,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(378,'theme_mods_tesseract-free-theme','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:3;s:6:\"footer\";i:0;}s:28:\"tesseract_header_menu_select\";s:4:\"main\";s:18:\"custom_css_post_id\";i:-1;}','yes'),(379,'tesseract_advertisement_banner','168','yes'),(381,'tesseract_imported_packages','a:39:{s:9:\"contact-3\";a:2:{s:4:\"slug\";s:9:\"contact-3\";s:7:\"version\";s:3:\"1.1\";}s:10:\"treatments\";a:2:{s:4:\"slug\";s:10:\"treatments\";s:7:\"version\";s:3:\"1.1\";}s:9:\"gallery-2\";a:2:{s:4:\"slug\";s:9:\"gallery-2\";s:7:\"version\";s:3:\"1.1\";}s:9:\"contact-1\";a:2:{s:4:\"slug\";s:9:\"contact-1\";s:7:\"version\";s:3:\"1.1\";}s:10:\"services-3\";a:2:{s:4:\"slug\";s:10:\"services-3\";s:7:\"version\";s:3:\"1.1\";}s:10:\"services-2\";a:2:{s:4:\"slug\";s:10:\"services-2\";s:7:\"version\";s:3:\"1.2\";}s:14:\"google-about-1\";a:2:{s:4:\"slug\";s:14:\"google-about-1\";s:7:\"version\";s:3:\"1.2\";}s:15:\"got-cardboard-1\";a:2:{s:4:\"slug\";s:15:\"got-cardboard-1\";s:7:\"version\";s:3:\"1.1\";}s:12:\"get-viewer-1\";a:2:{s:4:\"slug\";s:12:\"get-viewer-1\";s:7:\"version\";s:3:\"1.1\";}s:9:\"Contact-2\";a:2:{s:4:\"slug\";s:9:\"Contact-2\";s:7:\"version\";s:3:\"1.1\";}s:11:\"hero-home-1\";a:2:{s:4:\"slug\";s:11:\"hero-home-1\";s:7:\"version\";s:3:\"1.1\";}s:6:\"home-1\";a:2:{s:4:\"slug\";s:6:\"home-1\";s:7:\"version\";s:3:\"1.1\";}s:11:\"blog-layout\";a:2:{s:4:\"slug\";s:11:\"blog-layout\";s:7:\"version\";s:3:\"1.1\";}s:8:\"about-us\";a:2:{s:4:\"slug\";s:8:\"about-us\";s:7:\"version\";s:3:\"1.2\";}s:20:\"color-image-text-box\";a:2:{s:4:\"slug\";s:20:\"color-image-text-box\";s:7:\"version\";s:3:\"1.3\";}s:12:\"6-text-boxes\";a:2:{s:4:\"slug\";s:12:\"6-text-boxes\";s:7:\"version\";s:3:\"1.3\";}s:10:\"video-page\";a:2:{s:4:\"slug\";s:10:\"video-page\";s:7:\"version\";s:3:\"1.2\";}s:5:\"video\";a:2:{s:4:\"slug\";s:5:\"video\";s:7:\"version\";s:3:\"1.2\";}s:11:\"simple-hero\";a:2:{s:4:\"slug\";s:11:\"simple-hero\";s:7:\"version\";s:3:\"1.3\";}s:16:\"simple-paragraph\";a:2:{s:4:\"slug\";s:16:\"simple-paragraph\";s:7:\"version\";s:3:\"1.3\";}s:8:\"4-images\";a:2:{s:4:\"slug\";s:8:\"4-images\";s:7:\"version\";s:3:\"1.2\";}s:10:\"cta-simple\";a:2:{s:4:\"slug\";s:10:\"cta-simple\";s:7:\"version\";s:3:\"1.3\";}s:19:\"large-centered-text\";a:2:{s:4:\"slug\";s:19:\"large-centered-text\";s:7:\"version\";s:3:\"1.5\";}s:13:\"4-image-boxes\";a:2:{s:4:\"slug\";s:13:\"4-image-boxes\";s:7:\"version\";s:3:\"1.3\";}s:10:\"hero-music\";a:2:{s:4:\"slug\";s:10:\"hero-music\";s:7:\"version\";s:3:\"1.4\";}s:10:\"google-map\";a:2:{s:4:\"slug\";s:10:\"google-map\";s:7:\"version\";s:3:\"1.3\";}s:12:\"hero-explore\";a:2:{s:4:\"slug\";s:12:\"hero-explore\";s:7:\"version\";s:3:\"1.3\";}s:27:\"full-width-image-right-text\";a:2:{s:4:\"slug\";s:27:\"full-width-image-right-text\";s:7:\"version\";s:3:\"1.3\";}s:26:\"full-width-image-left-text\";a:2:{s:4:\"slug\";s:26:\"full-width-image-left-text\";s:7:\"version\";s:3:\"1.4\";}s:5:\"cta-1\";a:2:{s:4:\"slug\";s:5:\"cta-1\";s:7:\"version\";s:3:\"1.2\";}s:21:\"right-text-left-image\";a:2:{s:4:\"slug\";s:21:\"right-text-left-image\";s:7:\"version\";s:3:\"1.2\";}s:21:\"left-text-right-image\";a:2:{s:4:\"slug\";s:21:\"left-text-right-image\";s:7:\"version\";s:3:\"1.2\";}s:8:\"4-square\";a:2:{s:4:\"slug\";s:8:\"4-square\";s:7:\"version\";s:3:\"1.3\";}s:13:\"3-image-boxes\";a:2:{s:4:\"slug\";s:13:\"3-image-boxes\";s:7:\"version\";s:3:\"1.3\";}s:17:\"center-text-image\";a:2:{s:4:\"slug\";s:17:\"center-text-image\";s:7:\"version\";s:3:\"1.4\";}s:12:\"simple-quote\";a:2:{s:4:\"slug\";s:12:\"simple-quote\";s:7:\"version\";s:3:\"1.2\";}s:13:\"just-an-image\";a:2:{s:4:\"slug\";s:13:\"just-an-image\";s:7:\"version\";s:3:\"1.3\";}s:16:\"3-featured-boxes\";a:2:{s:4:\"slug\";s:16:\"3-featured-boxes\";s:7:\"version\";s:3:\"1.2\";}s:13:\"discover-home\";a:2:{s:4:\"slug\";s:13:\"discover-home\";s:7:\"version\";s:3:\"1.5\";}}','yes'),(383,'external_theme_updates-tesseract-free-theme','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1510673503;s:14:\"checkedVersion\";s:5:\"3.7.6\";s:6:\"update\";N;}','yes'),(384,'_elementor_installed_time','1510669923','yes'),(385,'elementor_remote_info_templates_data','a:120:{i:0;a:10:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:13:\"popular_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:10:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:21:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:13:\"popular_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:2;a:10:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:23:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Homepage\",\"Restaurant\"]\";s:13:\"popular_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:10:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:13:\"popular_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:10:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:13:\"popular_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:10:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:20:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:13:\"popular_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:10:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:13:\"popular_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:10:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:13:\"popular_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:10:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:13:\"popular_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:10:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:18:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:13:\"popular_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:10:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:13:\"popular_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:10:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:10:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:10:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:10:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:10:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:10:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:10:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:10:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:10:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:10:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:10:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:10:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About – Delivery Compony\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-compony/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:10:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:10:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:13:\"popular_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:10:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:18:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:13:\"popular_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:10:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:10:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:21:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:13:\"popular_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:10:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:22:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:13:\"popular_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:10:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:13:\"popular_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:10:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:10:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:10:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:10:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:10:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:10:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:10:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:10:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:10:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:29:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:10:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:29:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:10:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:29:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:10:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:10:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:13:\"popular_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:10:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:44;a:10:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:10:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:46;a:10:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:10:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:10:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:10:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:10:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Langing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/langing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:10:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:10:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:10:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:54;a:10:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:10:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:10:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:10:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:10:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:10:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:10:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:10:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:10:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:10:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:10:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:10:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:10:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:10:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:10:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:10:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:10:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:10:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:10:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:10:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:10:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:10:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:10:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:10:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:10:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:10:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:10:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:10:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:10:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:10:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:10:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:10:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:10:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:10:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:10:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:10:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:10:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:10:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:10:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:10:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:10:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:10:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:10:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:10:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:10:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:10:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:10:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:13:\"Coming Soon 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:10:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:13:\"Coming Soon 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:10:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:10:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:10:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:10:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:10:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:10:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:10:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:10:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:10:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:19:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:10:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:10:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:10:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:10:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:10:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:10:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:10:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:118;a:10:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:10:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:13:\"popular_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}','no'),(386,'_transient_timeout_elementor_remote_info_api_data_1.8.3','1510713124','no'),(387,'_transient_elementor_remote_info_api_data_1.8.3','a:2:{s:9:\"timestamp\";i:1510669923;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(392,'woocommerce_store_address','','yes'),(393,'woocommerce_store_address_2','','yes'),(394,'woocommerce_store_city','','yes'),(395,'woocommerce_default_country','GB','yes'),(396,'woocommerce_store_postcode','','yes'),(397,'woocommerce_allowed_countries','all','yes'),(398,'woocommerce_all_except_countries','','yes'),(399,'woocommerce_specific_allowed_countries','','yes'),(400,'woocommerce_ship_to_countries','','yes'),(401,'woocommerce_specific_ship_to_countries','','yes'),(402,'woocommerce_default_customer_address','geolocation','yes'),(403,'woocommerce_calc_taxes','no','yes'),(404,'woocommerce_demo_store','no','yes'),(405,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(406,'woocommerce_currency','GBP','yes'),(407,'woocommerce_currency_pos','left','yes'),(408,'woocommerce_price_thousand_sep',',','yes'),(409,'woocommerce_price_decimal_sep','.','yes'),(410,'woocommerce_price_num_decimals','2','yes'),(411,'woocommerce_weight_unit','kg','yes'),(412,'woocommerce_dimension_unit','cm','yes'),(413,'woocommerce_enable_reviews','yes','yes'),(414,'woocommerce_review_rating_verification_label','yes','no'),(415,'woocommerce_review_rating_verification_required','no','no'),(416,'woocommerce_enable_review_rating','yes','yes'),(417,'woocommerce_review_rating_required','yes','no'),(418,'woocommerce_shop_page_id','','yes'),(419,'woocommerce_shop_page_display','','yes'),(420,'woocommerce_category_archive_display','','yes'),(421,'woocommerce_default_catalog_orderby','menu_order','yes'),(422,'woocommerce_cart_redirect_after_add','no','yes'),(423,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(424,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(425,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(426,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(427,'woocommerce_manage_stock','yes','yes'),(428,'woocommerce_hold_stock_minutes','60','no'),(429,'woocommerce_notify_low_stock','yes','no'),(430,'woocommerce_notify_no_stock','yes','no'),(431,'woocommerce_stock_email_recipient','jc@pcpros.com','no'),(432,'woocommerce_notify_low_stock_amount','2','no'),(433,'woocommerce_notify_no_stock_amount','0','yes'),(434,'woocommerce_hide_out_of_stock_items','no','yes'),(435,'woocommerce_stock_format','','yes'),(436,'woocommerce_file_download_method','force','no'),(437,'woocommerce_downloads_require_login','no','no'),(438,'woocommerce_downloads_grant_access_after_payment','yes','no'),(439,'woocommerce_prices_include_tax','no','yes'),(440,'woocommerce_tax_based_on','shipping','yes'),(441,'woocommerce_shipping_tax_class','inherit','yes'),(442,'woocommerce_tax_round_at_subtotal','no','yes'),(443,'woocommerce_tax_classes','Reduced rate\r\nZero rate','yes'),(444,'woocommerce_tax_display_shop','excl','yes'),(445,'woocommerce_tax_display_cart','excl','no'),(446,'woocommerce_price_display_suffix','','yes'),(447,'woocommerce_tax_total_display','itemized','no'),(448,'woocommerce_enable_shipping_calc','yes','no'),(449,'woocommerce_shipping_cost_requires_address','no','no'),(450,'woocommerce_ship_to_destination','billing','no'),(451,'woocommerce_shipping_debug_mode','no','no'),(452,'woocommerce_enable_coupons','yes','yes'),(453,'woocommerce_calc_discounts_sequentially','no','no'),(454,'woocommerce_enable_guest_checkout','yes','no'),(455,'woocommerce_force_ssl_checkout','no','yes'),(456,'woocommerce_unforce_ssl_checkout','no','yes'),(457,'woocommerce_cart_page_id','','yes'),(458,'woocommerce_checkout_page_id','','yes'),(459,'woocommerce_terms_page_id','','no'),(460,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(461,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(462,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(463,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(464,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(465,'woocommerce_myaccount_page_id','','yes'),(466,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(467,'woocommerce_enable_myaccount_registration','no','no'),(468,'woocommerce_enable_checkout_login_reminder','yes','no'),(469,'woocommerce_registration_generate_username','yes','no'),(470,'woocommerce_registration_generate_password','no','no'),(471,'woocommerce_myaccount_orders_endpoint','orders','yes'),(472,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(473,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(474,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(475,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(476,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(477,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(478,'woocommerce_logout_endpoint','customer-logout','yes'),(479,'woocommerce_email_from_name','Unas Grinding Corp','no'),(480,'woocommerce_email_from_address','jc@pcpros.com','no'),(481,'woocommerce_email_header_image','','no'),(482,'woocommerce_email_footer_text','Unas Grinding Corp','no'),(483,'woocommerce_email_base_color','#96588a','no'),(484,'woocommerce_email_background_color','#f7f7f7','no'),(485,'woocommerce_email_body_background_color','#ffffff','no'),(486,'woocommerce_email_text_color','#3c3c3c','no'),(487,'woocommerce_api_enabled','yes','yes'),(488,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(491,'woocommerce_version','3.2.3','yes'),(492,'woocommerce_db_version','3.2.3','yes'),(493,'woocommerce_admin_notices','a:0:{}','yes'),(494,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(495,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(496,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(497,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(498,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(499,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(500,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(501,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(502,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(503,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(504,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(505,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(506,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(508,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:9:\"moderated\";s:1:\"1\";s:8:\"approved\";s:1:\"1\";s:14:\"total_comments\";i:2;s:3:\"all\";i:2;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(509,'woocommerce_meta_box_errors','a:0:{}','yes'),(510,'_transient_timeout__woocommerce_helper_subscriptions','1510671029','no'),(511,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(512,'_transient_timeout__woocommerce_helper_updates','1510713329','no'),(513,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1510670129;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(516,'_transient_timeout_external_ip_address_24.147.252.4','1511274998','no'),(517,'_transient_external_ip_address_24.147.252.4','209.17.114.79','no'),(520,'_site_transient_timeout_community-events-91db0218fcd18ae1e52cff0967eeef03','1510714340','no'),(521,'_site_transient_community-events-91db0218fcd18ae1e52cff0967eeef03','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"24.147.252.0\";}s:6:\"events\";a:6:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://2017.us.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2017-12-01 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Nashville, TN, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.156608499999997;s:9:\"longitude\";d:-86.778490899999994;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:64:\"Committed: How I launched my startup by coding 150 days in a row\";s:3:\"url\";s:52:\"https://www.meetup.com/WordPressRI/events/242644024/\";s:6:\"meetup\";s:42:\"The WordPress RI Meetup Group - Since 2009\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WordPressRI/\";s:4:\"date\";s:19:\"2017-11-14 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Pawtucket, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.884929999999997;s:9:\"longitude\";d:-71.366294999999994;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Topic TBD But It Will Be Awesome!\";s:3:\"url\";s:55:\"https://www.meetup.com/WordPressRI/events/gnmxzmywqbqb/\";s:6:\"meetup\";s:42:\"The WordPress RI Meetup Group - Since 2009\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WordPressRI/\";s:4:\"date\";s:19:\"2017-12-12 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Pawtucket, RI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:41.88252;s:9:\"longitude\";d:-71.378783999999996;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Topic TBD But It Will Be Awesome!\";s:3:\"url\";s:55:\"https://www.meetup.com/WordPressRI/events/gnmxzmyxcbmb/\";s:6:\"meetup\";s:42:\"The WordPress RI Meetup Group - Since 2009\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WordPressRI/\";s:4:\"date\";s:19:\"2018-01-09 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Pawtucket, RI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:41.88252;s:9:\"longitude\";d:-71.378783999999996;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Topic TBD But It Will Be Awesome!\";s:3:\"url\";s:55:\"https://www.meetup.com/WordPressRI/events/gnmxzmyxdbrb/\";s:6:\"meetup\";s:42:\"The WordPress RI Meetup Group - Since 2009\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WordPressRI/\";s:4:\"date\";s:19:\"2018-02-13 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Pawtucket, RI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:41.88252;s:9:\"longitude\";d:-71.378783999999996;}}i:5;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Lancaster, PA\";s:3:\"url\";s:37:\"https://2018.lancasterpa.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-03-03 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Lancaster, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.054489500000003;s:9:\"longitude\";d:-76.282538299999999;}}}}','no'),(522,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1510714345','no'),(523,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-42157\";s:7:\"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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.9 Release Candidate 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:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";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:345:\"The third release candidate for WordPress 4.9 is now available. A release candidate (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. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but […]\";s: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:\"Weston Ruter\";s: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:4169:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (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. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, 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.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5184\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.9 Release Candidate 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:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 05:33:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5047\";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:342:\"The second release candidate for WordPress 4.9 is now available. A release candidate (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.9 on Tuesday, November 14 (just over one week from now), but we need your help […]\";s: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:\"Weston Ruter\";s: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:3424:\"<p>The second release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (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.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, 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.9-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42124&stop_rev=42049&limit=100&sfp_email=&sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>\n<ul>\n<li>Theme installation in the Customizer.</li>\n<li>Scheduling changes for publishing in the Customizer.</li>\n<li>Switching themes with live preview in the Customizer.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>:</p>\n<p><em>We squashed all the bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>But uh, if not, let us know</em><br />\n<em>Also, test your stuff</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5047\";s: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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/11/the-month-in-wordpress-october-2017/\";s: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 Nov 2017 12:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5044\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October. Take the 2017 Annual WordPress User Survey The annual WordPress User Survey is a great opportunity for you to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6093:\"<p>While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Take the 2017 Annual WordPress User Survey</h2>\n<p>The annual WordPress User Survey is a great opportunity for you to provide your feedback about how you use WordPress. This year is no exception, as <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">the 2017 WordPress User Survey</a> is out now.</p>\n<p>The information collected in the survey is used to make informed decisions about improvements across the WordPress project, so your answers are incredibly valuable and help shape the future of the platform.</p>\n<h2>WordPress 4.8.3 Security Release</h2>\n<p>At the end of October, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">WordPress 4.8.3 was released</a> containing an important security fix for all previous versions of WordPress. If your WordPress installation has not updated automatically, please update it now to protect your site.</p>\n<p>This security issue was brought to light by a community member, so if you ever discover a security vulnerability in WordPress core, please do the same and <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">disclose it responsibly</a>.</p>\n<h2>WordPress 4.9 Nearly Ready for Release</h2>\n<p>WordPress 4.9 was in rapid development this month. We released four beta versions and published a <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">release candidate</a>. The target for shipping WordPress 4.9 is November 14 — just two short weeks away. With many new features, this is a hugely exciting release that improves WordPress’ user experience considerably. Notably, you’ll see <a href=\"https://make.wordpress.org/core/2017/10/24/a-new-themes-experience-in-the-customizer/\">improvements to the theme selection experience</a>, plenty of <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\">widget enhancements</a>, drastically improved <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">code editing</a>, and much better <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">user role management</a>.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordPress Charity Hackathons are Growing</h2>\n<p>For the last few years, the number of <a href=\"https://doaction.org/\">do_action series of WordPress charity hackathons</a> has grown around the world. What started as a community event to assist local nonprofit organizations, has become something many WordPress communities are replicating in an increasing number of cities.</p>\n<p>As of this month, do_action events have been hosted in Cape Town and Johannesburg, South Africa, Beirut, Lebanon, Austin, Texas, and Montréal, Canada. In addition, events are now scheduled for <a href=\"https://doaction.org/event/bristol-2018/\">Bristol, England</a> and <a href=\"https://doaction.org/event/zurich-2018/\">Zurich, Switzerland</a> in 2018.</p>\n<p>To get involved in organizing a do_action event locally, read <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">the do_action organizer’s handbook</a> and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>Gutenberg Development Advances</h2>\n<p>While work steadily continues on Gutenberg — the new editor for WordPress core — one update from this month addresses one of the primary concerns that some people shared about the project.</p>\n<p>Up until <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\">the release on October 24</a>, Gutenberg did not support the meta boxes that so many WordPress content creators rely on. The new editor now has initial support for meta boxes as well as a host of other critical features for content creation in WordPress.</p>\n<p><a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Test out Gutenberg</a> right now and help develop it by joining the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Further Reading:</h2>\n<ul>\n<li>DonateWC, a new initiative that assists people in attending WordCamps, <a href=\"https://donatewc.org/wordcamp-stories/wordcamp-cape-town-experience/\">sponsored Trust Nhokovedzo from Harare, Zimbabwe</a> to speak at WordCamp Cape Town, South Africa this month.</li>\n<li><a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\">The popular Canvas theme was retired</a> this month to allow WooCommerce to focus on moving their products forward more effectively.</li>\n<li>The next installment of Camp Press, the WordPress community retreat event, will take place <a href=\"https://camp.press/event/iceland2018/\">in Iceland</a>.</li>\n<li>If you run a WordPress meetup group, but are struggling to find content for your events, the WordPress Marketing team <a href=\"https://make.wordpress.org/community/2017/10/04/supporting-for-meetups-with-low-content/\">has put together some ideas</a> to help.</li>\n<li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is just around the corner — there’s still time to grab your tickets.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.8.3 Security 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:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 14:20:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5035\";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:378:\"WordPress 4.8.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.8.2 and earlier are affected by an issue where $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to […]\";s: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:1337:\"<p>WordPress 4.8.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.8.2 and earlier are affected by an issue where <code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.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.8.3.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5035\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.9 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/2017/10/wordpress-4-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 04:42: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:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4963\";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:\"The release candidate for WordPress 4.9 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14, but we need your help to get there. If you haven’t tested 4.9 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s: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:3275:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, 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.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42049&stop_rev=42022&limit=100&sfp_email=&sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4963\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2017 WordPress Survey and WordCamp 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-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:\"Thu, 26 Oct 2017 20:59: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";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:332:\"It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS). It only takes a few minutes to fill out the survey, which will provide an overview of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1067:\"<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n<figure class=\"wp-block-image alignright\" style=\"width:357px\"><a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&ssl=1\" data-recalc-dims=\"1\" /></a><figcaption>WordCamp US in Nashville</figcaption></figure>\n<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what's new in WordPress and is given every year at WCUS. Don't forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5004\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 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/2017/10/wordpress-4-9-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 07:04:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4962\";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:364:\"WordPress 4.9 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.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]\";s: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:\"Mel Choyce\";s: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:2446:\"<p>WordPress 4.9 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.9, 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.9-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2, and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>. In Beta 4, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42020&stop_rev=41940&limit=100&sfp_email=&sfph_mail=\">80 changes</a>, focusing on bug fixes and finalizing new features.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><i>Beta 4 at last,<br />\nRC 1 draws ever near.<br />\nLet’s make it bug-free. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f6ab.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4962\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 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/2017/10/wordpress-4-9-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Oct 2017 05:18:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4953\";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:364:\"WordPress 4.9 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.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]\";s: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:\"Weston Ruter\";s: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:3479:\"<p>WordPress 4.9 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.9, 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.9-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2 and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in Beta 3. A few of these newest changes to take note of in particular:</p>\n<ul>\n<li>The plugin/theme editors now show files in a scrollable expandable tree list. See <a href=\"https://core.trac.wordpress.org/ticket/24048\">#24048</a>.</li>\n<li>Backwards compatibility has been improved for MediaElement.js, which is upgraded from 2.2 to 4.2. See <a href=\"https://core.trac.wordpress.org/ticket/42189\">#42189</a>.</li>\n<li>When you create post stubs in the Customizer (such as for nav menu items, for the homepage or the posts page), if you then schedule your customized changes or save them as a draft, then these Customizer-created posts will appear in the admin as “Customization Drafts”; these drafts can be edited before your customized changes are published, at which time these posts (or pages) will also be automatically published. See <a href=\"https://core.trac.wordpress.org/ticket/42220\">#42220</a>.</li>\n<li>Theme browsing and installation experience in the Customizer has seen some bugfixes (e.g. <a href=\"https://core.trac.wordpress.org/ticket/42215\">#42215</a> and <a href=\"https://core.trac.wordpress.org/ticket/42212\">#42212</a>), with some known remaining issues outstanding <a href=\"https://core.trac.wordpress.org/ticket/42052\">in Safari</a>.</li>\n<li>There is now a callout on the dashboard to install and activate Gutenberg. See <a href=\"https://core.trac.wordpress.org/ticket/41316\">#41316</a>.</li>\n<li>Menus in the Customizer have seen additional usability improvements. See <a href=\"https://core.trac.wordpress.org/ticket/36279\">#36279</a> and <a href=\"https://core.trac.wordpress.org/ticket/42114\">#42114</a>.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><i>Many refinements<br />\nExist within this release;<br />\nCan you find them all?</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4953\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 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/2017/10/wordpress-4-9-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Oct 2017 06:29:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4946\";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:364:\"WordPress 4.9 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.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]\";s: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:\"Mel Choyce\";s: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:1651:\"<p>WordPress 4.9 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.9, 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.9-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 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/2017/10/wordpress-4-9-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Oct 2017 05:54:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4926\";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.9 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.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s: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:9159:\"<p>WordPress 4.9 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.9, 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.9-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.9 is slated for release on <a href=\"https://make.wordpress.org/core/4-9/\">November 14</a>, but we need your help to get there. We’ve been working on making it even easier to customize your site. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li>Drafting (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>) and scheduling (<a href=\"https://core.trac.wordpress.org/ticket/28721\">#28721</a>) of changes in the Customizer. Once you save or schedule a changeset, when any user comes into the Customizer the pending changes will be autoloaded. A button is provided to discard changes to restore the Customizer to the last published state. (This is a new “linear” mode for changesets, as opposed to “branching” mode which can be enabled by filter so that every time user opens the Customizer a new blank changeset will be started.)</li>\n<li>Addition of a frontend preview link to the Customizer to allow changes to be browsed on the frontend, even without a user being logged in (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>).</li>\n<li>Addition of autosave revisions in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/39275\">#39275</a>).</li>\n<li>A brand new theme browsing experience in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37661\">#37661</a>).</li>\n<li>Gallery widget (<a href=\"https://core.trac.wordpress.org/ticket/41914\">#41914</a>), following the media and image widgets introduced in 4.8.</li>\n<li>Support for shortcodes in Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/10457\">#10457</a>).</li>\n<li>Support for adding media to Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/40854\">#40854</a>).</li>\n<li>Support for adding oEmbeds outside post content, including Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/34115\">#34115</a>).</li>\n<li>Support for videos from providers other than YouTube and Vimeo in the Video widget (<a href=\"https://core.trac.wordpress.org/ticket/42039\">#42039</a>)</li>\n<li>Improve the flow for creating new menus in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/40104\">#40104</a>).</li>\n<li>Educated guess mapping of nav menus and widgets when switching themes (<a href=\"https://core.trac.wordpress.org/ticket/39692\">#39692</a>).</li>\n<li>Plugins: Introduce singular capabilities for activating and deactivating individual plugins (<a href=\"https://core.trac.wordpress.org/ticket/38652\">#38652</a>).</li>\n<li>Sandbox PHP file edits in both plugins and themes, without auto-deactivation when an error occurs; a PHP edit that introduces a fatal error is rolled back with an opportunity then for the user to fix the error and attempt to re-save. (<a href=\"https://core.trac.wordpress.org/ticket/21622\">#21622</a>).</li>\n<li>Addition of dirty state for widgets on the admin screen, indicating when a widget has been successfully saved and showing an “Are you sure?” dialog when attempting to leave without saving changes. (<a href=\"https://core.trac.wordpress.org/ticket/23120\">#23120</a>, <a href=\"https://core.trac.wordpress.org/ticket/41610\">#41610</a>)</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li>CodeMirror editor added to theme/plugin editor, Custom CSS in Customizer, and Custom HTML widgets. Integration includes support for linters to catch errors before you attempt to save. Includes new APIs for plugins to instantiate editors. (<a href=\"https://core.trac.wordpress.org/ticket/12423\">#12423</a>)</li>\n<li>Introduction of an extensible code editor control for adding instances of CodeMirror to the Customizer. (<a href=\"https://core.trac.wordpress.org/ticket/41897\">#41897</a>)</li>\n<li>Addition of global notifications area (<a href=\"https://core.trac.wordpress.org/ticket/35210\">#35210</a>), panel and section notifications (<a href=\"https://core.trac.wordpress.org/ticket/38794\">#38794</a>), and a notification overlay that takes over the entire screen in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37727\">#37727</a>).</li>\n<li>A date/time control in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/42022\">#42022</a>).</li>\n<li>Improve usability of Customize JS API (<a href=\"https://core.trac.wordpress.org/ticket/42083\">#42083</a>, <a href=\"https://core.trac.wordpress.org/ticket/37964\">#37964</a>, <a href=\"https://core.trac.wordpress.org/ticket/36167\">#36167</a>).</li>\n<li>Introduction of control templates for base controls (<a href=\"https://core.trac.wordpress.org/ticket/30738\">#30738</a>).</li>\n<li>Use WP_Term_Query when transforming tax queries (<a href=\"https://core.trac.wordpress.org/ticket/37038\">#37038</a>).</li>\n<li>Database: Add support for MySQL servers connecting to IPv6 hosts (<a href=\"https://core.trac.wordpress.org/ticket/41722\">#41722</a>).</li>\n<li>Emoji: Bring Twemoji compatibility to PHP (<a href=\"https://core.trac.wordpress.org/ticket/35293\">#35293</a>). Test for any weirdness with emoji in RSS feeds or emails.</li>\n<li>I18N: Introduce the Plural_Forms class (<a href=\"https://core.trac.wordpress.org/ticket/41562\">#41562</a>).</li>\n<li>Media: Upgrade MediaElement.js to 4.2.5-74e01a40 (<a href=\"https://core.trac.wordpress.org/ticket/39686\">#39686</a>).</li>\n<li>Media: Use max-width for default captions (<a href=\"https://core.trac.wordpress.org/ticket/33981\">#33981</a>). We will want to make sure this doesn’t cause unexpected visual regressions in existing themes, default themes were all fine in testing.</li>\n<li>Media: Reduce duplicated custom header crops in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/21819\">#21819</a>).</li>\n<li>Media: Store video creation date in meta (<a href=\"https://core.trac.wordpress.org/ticket/35218\">#35218</a>). Please help test different kinds of videos.</li>\n<li>Multisite: Introduce get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40180\">#40180</a>).</li>\n<li>Multisite: Improve get_blog_details() by using get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40228\">#40228</a>).</li>\n<li>Multisite: Improve initializing available roles when switch sites (<a href=\"https://core.trac.wordpress.org/ticket/38645\">#38645</a>).</li>\n<li>Multisite: Initialize a user’s roles correctly when setting them up for a different site (<a href=\"https://core.trac.wordpress.org/ticket/36961\">#36961</a>).</li>\n<li>REST API: Support registering complex data structures for settings and meta</li>\n<li>REST API: Support for objects in schema validation and sanitization (<a href=\"https://core.trac.wordpress.org/ticket/38583\">#38583</a>)</li>\n<li>Role/Capability: Introduce capabilities dedicated to installing and updating language files (<a href=\"https://core.trac.wordpress.org/ticket/39677\">#39677</a>).</li>\n<li>Remove SWFUpload (<a href=\"https://core.trac.wordpress.org/ticket/41752\">#41752</a>).</li>\n<li>Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address (<a href=\"https://core.trac.wordpress.org/ticket/16470\">#16470</a>).</li>\n<li>Core and the unit test suite is fully compatible with the upcoming release of PHP 7.2</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.9, <a href=\"https://make.wordpress.org/core/tag/4-9/\">check out posts tagged with 4.9 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.9&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><b>If you think you’ve found a bug</b>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><i>Without your testing,<br />\nwe might hurt the internet.<br />\nPlease help us find bugs.<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4926\";s: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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 14 Nov 2017 14:52:25 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 14 Nov 2017 06:53:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20171003162754\";}','no'),(524,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1510714345','no'),(525,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1510671145','no'),(526,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1510714345','no'),(527,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: WordPress 4.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4080:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (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. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, 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.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: iA Writer 5 for iOS Released, Web Collaboration Version Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/ia-writer-5-for-ios-released-web-collaboration-version-coming-soon\";s: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:4453:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-3.40.57-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://ia.net/writer/blog/95-keyboard-ia-writer-5/\" rel=\"noopener\" target=\"_blank\">iA Writer 5 for iOS</a> was released last week, nearly a year after <a href=\"https://ia.net/writer/blog/ia-writer-4/\" rel=\"noopener\" target=\"_blank\">version 4</a>. This update is free for those who purchased version 4 from the iOS App Store. iA Writer 5 for Mac is still in the works. The free Android version of the app is receiving incremental improvements that will bring it to parity with version 5 in the near future.</p>\n<p>iA Writer is a plain text writing and editing app that is popular with authors, academics, and long-form writers. It’s also a favorite among WordPress users who look to third-party apps for to provide a more focused, distraction-free writing environment. In April 2016, version 3.1.4 for Mac and iOS introduced publishing drafts to WordPress.com and Jetpack-powered sites.</p>\n<p>Version 5 focuses on making everything accessible through the keyboard by bringing the Open Quickly feature in iA Writer for Mac to iOS. The app’s creators said the goal of the design process was to “allow the writer to do everything without leaving the keyboard, including file handling, export, and all commands.” The new Quick Search feature is now built into the keyboard bar along with with a fully configurable keyboard. This allows users to quickly do things like create new files, switch to night mode, and export to PDF without leaving the keyboard.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-12-at-11.20.56-PM.png?ssl=1\"><img /></a></p>\n<p>This release adds new organization features that allow users to select multiple files and folders and move, rename, or delete them from the Library. It also introduces Smart Folders which can be created based on a set of rules. Version 5 <a href=\"https://ia.net/writer/blog/files-in-ios11/\" rel=\"noopener\" target=\"_blank\">adds support for iOS11’s Files system</a>, allowing users to open and edit text files from any storage provider that works with Files. Support for Dropbox, Google Drive, and Box is already available with more providers coming soon.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-12.54.33-PM.png?ssl=1\"><img /></a></p>\n<p>The makers of iA Writer are interested in <a href=\"https://ia.net/writer/blog/ia-writer-5-forging-the-hammer/\" rel=\"noopener\" target=\"_blank\">exploring other platforms</a> if there is sufficient interest, including the possibility of creating a Windows version. Demand doesn’t seem to be very high, as the writing app’s fans are primarily Apple-only users.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">How badly do you want a Windows version of iA Writer?</p>\n<p>— iA Writer (@iAWriter) <a href=\"https://twitter.com/iAWriter/status/920297492280852480?ref_src=twsrc%5Etfw\">October 17, 2017</a></p></blockquote>\n<p></p>\n<p>However, users across multiple platforms have requested a web version of iA Writer, and the company confirmed in September that they are already working on it. After releasing a big Material Design <a href=\"https://ia.net/writer/blog/turbocharged-ia-writer-for-android/\" rel=\"noopener\" target=\"_blank\">update to the iA for Android app </a>in October, the creators said Android users will be the first to have access to the web version:</p>\n<blockquote><p>The biggest request from you was collaboration, in other words, iA Writer for Web. iA Writer for Android will stay free and you will be able to connect and subscribe to the Web version via the app, if you wish to. If you could tell us what you’d expect to pay for it, that would be very helpful…As part of our commitment to continually improve iA Writer on all platforms, Android will likely be the first to gain access to the upcoming Web collaboration.</p></blockquote>\n<p>The upcoming web version should provide a sort of bridge for users on other desktop platforms without an iA Writer app.</p>\n<p>There’s no target release date for iA Writer 5 for Mac but iA Inc has <a href=\"https://twitter.com/iA/status/917679399008215041\" rel=\"noopener\" target=\"_blank\">confirmed</a> that it will also be a free update for those who have purchased the previous version.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2017 22:00:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Watch the State of the Woo! After You Give WooCommerce Your Name and Email Address\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/watch-the-state-of-the-woo-after-you-give-woocommerce-your-name-and-email-address\";s: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:1557:\"<p>If you didn’t watch the live stream or attend <a href=\"https://wooconf.com/\">WooConf</a> in-person, you’re in luck as videos from the event are starting to come online. The first talk highlights is the <a href=\"https://wptavern.com/woocommerce-stores-on-track-to-surpass-10b-in-sales-this-year\">State of the Woo</a> by Todd Wilkens, Head of WooCommerce. Wilkens shares stats, provides an overview of projects the team is working on, what to expect in new versions, and explains the relationship between WooCommerce and Jetpack.</p>\n<p></p>\n<p>The video is available to watch for free, but viewers must provide their first and last name as well as an email address. Clicking the play button without entering this information displays a message that says Please enter your full name. This is a classic technique used by many internet marketers.</p>\n<p>Although you can provide fake information in order to watch the video for free, I feel it’s an unnecessary burden. The WooCommerce team could obtain the same information with a form in the post. An alternative to watching the video is reading the company’s<a href=\"https://woocommerce.com/2017/11/wooconf-state-of-the-woo/?utm_campaign=coschedule&utm_source=twitter&utm_medium=WooCommerce&utm_content=WooConf%3A%20State%20of%20the%20Woo\"> great overview</a> of Wilkens’ session. The team plans to publish other talks from WooConf in the coming weeks.</p>\n<p><strong>Updated November 14th: </strong>An Automattic employee has removed the email form and made it skippable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2017 21:25:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Product and Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2017/11/product-and-process/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:713:\"<blockquote class=\"wp-block-quote blocks-quote-style-1\">\n<p>When I look back over the last 25 years, in some ways what seems most precious is not what we have made but how we have made it and what we have learned as a consequence of that. I always think that there are two products at the end of a programme; there is the physical product or the service, the thing that you have managed to make, and then there is all that you have learned. The power of what you have learned enables you to do the next thing and it enables you to do the next thing better. — Jony Ive</p>\n</blockquote>\n<p>From the <a href=\"https://www.wallpaper.com/design/jony-ive-apple-park\">Wallpaper article on the new Apple campus</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Nov 2017 05:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76434\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://wptavern.com/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6048:\"<p>The <a href=\"https://wordpress.org/plugins/WP-SpamShield/\" rel=\"noopener\" target=\"_blank\">WP-SpamShield</a> plugin was removed from the WordPress.org directory this week due to what the Plugin Review Team has deemed a violation of the guidelines and a possible miscommunication.</p>\n<p>Two weeks ago, the author of WP-SPamShield and the author of the Plugin Organizer plugin exchanged contentious remarks in a <a href=\"https://wordpress.org/support/topic/please-remove-code-that-maliciously-disables-wp-spamshield/\" rel=\"noopener\" target=\"_blank\">support forum thread</a> where each accused the other of targeting each others’ plugins. This resulted in both parties adding code that disabled the others’ plugins, and both were asked by the Plugin Team to remove the code.</p>\n<p>WP-SpamShield’s author, Scott Allen, has <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">published an account of his interactions with the Plugin Team</a> with updates for users who are monitoring the status of the plugin. Although the team rarely discloses why a plugin was removed, representative Mika Epstein <a href=\"https://wordpress.org/support/topic/plugin-removed-from-repository-6/page/2/#post-9671552\" rel=\"noopener\" target=\"_blank\">responded</a> to Allen when he said he had not received an answer about what guideline the plugin had violated:</p>\n<blockquote><p>Sorry, I thought it was clear that it’s issues regarding the <a href=\"https://wordpress.org/support/guidelines/\" rel=\"noopener\" target=\"_blank\">forum guidelines</a> and rule #9:<br />\n <em>Intentionally attempting to exploit loopholes in the guidelines</em>.</p>\n<p>To whit, you were asked to make a change and did so incompletely. If this was not intentional, then I apologize.</p>\n<p>I’ve sent you a followup email, trying to clarify what we would accept as solutions to the issue (I came up with 3 options, but I’m open to hearing more).</p>\n<p>I understand why you’re angry and we will respect any decision you make regarding this. Nothing that has happened thus far is insurmountable or permanent.</p></blockquote>\n<p>In the post Allen published, he said his experiences with the Plugin Team over the past 10 years have caused him to decide to move his plugins off of WordPress.org. When I contacted him to see if he plans to update his code according to the Plugin Team’s suggestions, he said he doesn’t agree with the solutions the team is offering, nor their assessment of the situation.</p>\n<p>“They really were not solutions,” Allen said. “It was just rehashing the same issues we’d already discussed. Unfortunately, neither Otto nor Mika have the security expertise to be making the dictates they were making, so there were no realistic solutions.”</p>\n<p>Allen also claimed that Epstein’s report about him making a change and it being incomplete was not accurate and that the Plugin Team did not seem to be on the same page:</p>\n<blockquote><p>We literally did exactly what they asked and made the changes. Two weeks ago Mika had emailed me and indicated things were good. (No code updates since then.) Then two weeks of silence, and then angry email from Otto out of the blue yesterday telling us it was booted. The issue he brought up was different code.</p>\n<p>The two of them cannot make up their minds on what is acceptable, and what is not. The arbitrary removal was the last straw though. WordPress.org is the only venue that would do that. We repeatedly asked them what rule we broke, to no answer. Only after I called Mika out on the forum did she come up with something – Rule 9 – exploiting a loophole in the rules. Seriously? It’s impossible for developers to comply with rules that are constantly changing.</p></blockquote>\n<p>Allen confirmed that his team at Red Sand Media Group plans to pull all seven of its plugins from WordPress.org as the result of the incident but will continue maintaining and hosting them elsewhere.</p>\n<p>“Developers cannot operate like that,” Allen said. “People depend on us. While it might hurt a bit in the short term, in the long term, we have to do it. There really need to be some major reforms to the way plugins are handled.”</p>\n<p>WP-SpamShield was installed on more than 100,000 WordPress sites before it was removed. There is currently no standard way to notify users why a plugin was removed from the directory, but the original dispute between the WP-SpamShield and Plugin Organizer authors is public, as well as a few exchanges between Allen and the Plugin Team. Allen said he is still working out the details of how to notify users that his plugins will be hosted elsewhere from now on.</p>\n<p>“We’ll come up with a good plan in the next few days,” he said. “Some people have been notified already because WordFence let them know yesterday that WPSS was removed. (They knew before I did.)”</p>\n<p>Samuel “Otto” Wood said the Plugin Team is still willing to put Allen’s plugins back up if he removes the code in question and that the team is not offended by a plugin developer being angry over a decision. At this time Allen appears to be unwilling to comply with the team’s most recent requests.</p>\n<p>In the meantime, users who know that WP-SpamShield was been removed are waiting to hear if they need to begin looking for a replacement. Allen said that users shouldn’t need to replace the plugin, since the it will continue to work as before. However, some users are not comfortable installing free plugins hosted outside of WordPress.org. Allen’s team is figuring out a plan for how they will deliver updates to the plugin and will post more information for users on the <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">Red Sand Marketing blog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Nov 2017 04:19:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Weglot Passes €44K in Monthly Revenue, Plans to Expand into More CMS and E-commerce Markets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/weglot-passes-e44k-in-monthly-revenue-plans-to-expand-into-more-cms-and-e-commerce-markets\";s: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:5746:\"<p><a href=\"https://wordpress.org/plugins/weglot/\" rel=\"noopener\" target=\"_blank\">Weglot</a>, a SaaS-based multilingual plugin that entered the WordPress market last year, has <a href=\"http://blog.weglot.com/21000-44000-euro-monthly-company-rises/\" rel=\"noopener\" target=\"_blank\">passed €44,000 in monthly revenue</a>. The company received <a href=\"https://wptavern.com/weglot-multilingual-plugin-closes-450k-in-seed-funding\" rel=\"noopener\" target=\"_blank\">€450K in seed funding</a> in May 2017 and has nearly doubled its user base in the past six months. Co-founder Rémy Berda reports that the plugin is approaching 20,000 users and that more than 20,000 websites are connected to the Weglot API, if you include the company’s Shopify product and those using the JS script directly.</p>\n<p>WordPress customers currently represent 75% of Weglot’s revenue with Shopify at 25%, but Berda says the two markets are growing at the same rate. In May, the company’s customer distribution was primarily in the US and France, which made sense as the product’s founders are French and Weglot was first marketed to the French WordPress community. Weglot’s customer distribution has become more global over the past six months and the US has now overtaken France as the strongest market for the multilingual plugin. Canada has also passed Germany, and Berda said he thinks the distribution will eventually align progressively with global WordPress usage.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/chart-1.png?ssl=1\"><img /></a>Weglot customer distribution as of November 2017\n<p>Despite having only recently entered the WordPress community in a niche with well-established competitors, Weglot’s cofounders are confident their SaaS approach is the road to success for becoming the best multilingual solution for WordPress. The team is aiming for its product to become the highest rated multilingual plugin in the WordPress directory within the next six months.</p>\n<p><a href=\"https://wpml.org/\" rel=\"noopener\" target=\"_blank\">WPML</a>, a purely commercial product and the most widely used, has been in business since 2009 and is active on more than 500K sites. <a href=\"https://wordpress.org/plugins/polylang/\" rel=\"noopener\" target=\"_blank\">Polylang</a>, a popular free plugin with a commercial option, is installed on more than 300,000 sites and has a 4.7-star rating on WordPress.org. <a href=\"https://wordpress.org/plugins/qtranslate-x/\" rel=\"noopener\" target=\"_blank\">qTranslate X</a> is also a formidable competitor with more than 100,000 active installs and a 4.7-star rating.</p>\n<p>“For now the two biggest plugins in terms of active installs are WPML and Polylang,” Berda said. “Both don’t have a SaaS approach. Polylang recently released the PRO version (it was only free previously) but it is still sold as a piece of software, not a SaaS. We are convinced that SaaS is the right approach as it allows us to be in constant relation with users and make the product evolve faster. It’s also healthier in terms of business.”</p>\n<p>Although he has no precise statistics on how many, Berda said he sees a lot of former WPML and Polylang users (freelancers and agencies) in their support center who have opted to use Weglot on their new projects. This indicates that Weglot may not so much be whittling away at the existing customer base of other plugins but is finding success at attracting customers who are starting new projects.</p>\n<p>In their efforts to stake a claim in the WordPress ecosystem, the Weglot team has found that being active in the community is important to having a successful product.</p>\n<p>“WordPress is really huge so there is no magical formula for marketing,” Berda said. “I think what is important is to accept that it takes time. You must keep improving your product forever while being active in the community and do it not only with high intensity but for a long time.”</p>\n<p>The €450K in seed funding Weglot received earlier this year has helped the team to expand its support and development team, but it has also made it possible for the company to invest more in the community. They have now sponsored a dozen WordCamps across the world, including WordCamp Europe in Paris.</p>\n<p>Berda’s advice to other WordPress entrepreneurs who are looking for funding is to consider the option carefully and understand how it will impact the company’s future and ability to act independently.</p>\n<p>“My recommendation would be to think twice about raising money as it takes time,” Berda said. “It changes your governance and it temporarily distracts you from your number one focus – your users. Raise only if you are sure you will have a return with the money invested. Not every business need to raise money.”</p>\n<p>Fueled by their success in the WordPress market, Weglot plans to expand into other CMS and e-commerce markets, including BigCommerce and Jimdo, followed by Drupal, Magento, and Joomla. Berda said the company also plans to release an open version of the API for developers to integrate their non-CMS websites built on technologies like Symfony and Laravel.</p>\n<p>“In 2018, we will be adding many things: We will start using machine learning to improve the quality of automatic translations,” Berda said. “We will also leverage the fact that we are SaaS to add some insights about language usage for the users so they can see what languages are performing better. Finally, we will add extra features to manage multilingual SEO. In terms of monthly recurring revenue, we aim to reach €70,000 in 6 months.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Nov 2017 20:04: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"WPTavern: Jetpack 5.5 Removes Syntax Highlighting and Gallery Widget for Compatibility with Upcoming WordPress 4.9 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/jetpack-5-5-removes-syntax-highlighting-and-gallery-widget-for-compatibility-with-upcoming-wordpress-4-9-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2878:\"<p><a href=\"https://jetpack.com/2017/11/08/jetpack-5-5-compatibility-enhancements/\" rel=\"noopener\" target=\"_blank\">Jetpack 5.5</a> was released yesterday with several important changes that ensure the plugin is compatible with the upcoming WordPress 4.9 release scheduled for November 14. The plugin will be able to shed some weight, as core improvements will make Jetpack’s syntax highlighting and gallery widget obsolete.</p>\n<p>WordPress 4.9 incorporates <a href=\"https://codemirror.net/\" rel=\"noopener\" target=\"_blank\">CodeMirror</a>, which brings syntax highlighting, linting, and auto-completion to the built-in code editors. Jetpack 5.5+ will rely on WordPress to handle syntax highlighting and the Custom CSS module has been updated to be fully compatible with <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">core’s new code editing improvements</a>.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-08-at-12.30.08-PM.png?ssl=1\"><img /></a>image credit: <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">make.wordpress.org</a>\n<p>Jetpack 5.5 also adds compatibility for WordPress 4.9’s <a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">new core gallery widget</a>. When users update to 4.9, Jetpack will automatically migrate its own <a href=\"https://jetpack.com/support/extra-sidebar-widgets/gallery-widget/\" rel=\"noopener\" target=\"_blank\">gallery widgets</a> to use the widget included in core.</p>\n<p>The release also includes several other changes for compatibility with WordPress 4.9:</p>\n<ul>\n<li>Press This sharing button removed, since the feature is being <a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\" rel=\"noopener\" target=\"_blank\">removed from core in favor of a plugin</a></li>\n<li>Changes to ensure compatibility with <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\" rel=\"noopener\" target=\"_blank\">role and capability updates in WordPress 4.9</a></li>\n<li>Remove code for processing Contact Form shortcodes in widgets, as <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">WordPress adds support for shortcodes in widgets in 4.9</a></li>\n</ul>\n<p>Jetpack 5.5 also improves the connection process between the plugin and WordPress.com, which should reduce recent issue users have experienced when migrating their sites from HTTP to HTTPS. A full list of the changes in this release is available in the plugin’s <a href=\"https://wordpress.org/plugins/jetpack/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 20:13:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"HeroPress: From the Outskirts to an Insider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"https://heropress.com/essays/from-the-outskirts-to-an-insider/#utm_source=rss&utm_medium=rss&utm_campaign=from-the-outskirts-to-an-insider\";s: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:11235:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/110817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress has changed lives. It has given people a voice. It has brought people together.\" /><p>WordPress wasn’t the first blogging platform I tried. My very first blog was set up using Blogspot (now Blogger). I didn’t even know I wanted a blog to tell you the truth. But let me take a step back.</p>\n<p>I am a techie. A very “untechie” techie, but a techie nonetheless. I actually went to university with a plan to study mathematics and become an actuarial scientist (math and money made for a perfect career, I thought). After one year of university-level mathematics, I decided that I was done with the subject and I stuck with the computer science courses I had also taken. It turned out I had a knack for programming and was often found in the computer lab, debugging my friends’ assignments.</p>\n<p>Following my graduation, I worked for several years as a programmer before deciding that I had no interest in coding for the rest of my life. I moved on and up, studying management and information systems, which led me into more managerial positions. On my way there, I decided that I needed to have a personal website. I bought a domain (not my real name though) and starting looking into building my website.</p>\n<p>My very first job out of university had been with a web development company as web administrator, where I had picked up quite a bit of HTML, so I figured it would be easy to just build my own website. While researching the latest and best, it struck me that being able to easily add content would be cool, as I had seen early content management systems used back in that job (Tango, anyone?).</p>\n<h3>Blogging Begins</h3>\n<p>Suddenly my search results were showing me something called blogging. This was 2005, and blogs were still pretty new. I was excited by the concept, that I could have an easy way to put my thoughts out into cyberspace. I signed up for Blogspot and dove in. For all of 2 days. I wanted to change the design and the layout of my new blog, but I couldn’t. I was stuck in the box that Blogspot provided. A little more searching and I found <a href=\"http://wordpress.org/\">WordPress</a>.</p>\n<p>WordPress meant I could install it myself on my own hosting and play around to my heart’s content. It was a techie’s dream. In April 2005, WordPress was at version 1.5 and I was in heaven. I spent days and nights tweaking and customizing my brand new website and blog. I was a WordPresser.</p>\n<p>I was an avid blogger, sharing posts everyday — longer thought-pieces and short asides (who remembers that concept?). The blogging community in Jamaica was small but we were an enthusiastic bunch. Many of my friends were still using other platforms, but I was a diehard WordPress lover. They took comfort in the ease of use of their hosted platforms, while I reveled in being able to completely mess my site up myself (and fix it!).</p>\n<p>I played with themes, and experimented with plugins. Two years later, I was helping other people set up and customize their WordPress blogs, and doing migrations from Blogspot.</p>\n<blockquote><p>I was a WordPress freelancer. I didn’t even know this was a thing people did.</p></blockquote>\n<p>It took me several years before I officially created my freelance consultancy, <a href=\"http://lattitudestudios.com/\">L’Attitude Studios</a> and actually looked to bring in clients.</p>\n<p>Despite the fact that WordPress is the most popular blogging platform in Jamaica, and is used by many web developers to built CMS-based websites, there is not much of a WordPress community. And despite my reading all about WordCamps and community meetups, I didn’t really think of myself as part of an actual community. WordCamps started back in 2006 and there have been hundreds since, but I only went to my first WordCamp in 2016, in Miami.</p>\n<h3>Finding a Place</h3>\n<p>The organizers of <a href=\"http://2016.miami.wordcamp.org/\">WordCamp Miami</a> made me feel so welcome. They were excited to have me come from Jamaica “just” to attend their event. For the first time, I understood that I have a place in the community, not just as a user. I signed up with the WordPress Community team as an organizer of the WordPress Kingston meetups. Full of enthusiasm I came home, ran a survey to find out how people were using WordPress and declared I was starting local meetups. The sound of crickets followed as the interest was low.</p>\n<p>I started a new job and didn’t have time to focus on WordPress, so the meetups fell by the wayside. But I still wanted to contribute. So In 2017, I made the leap to speaking. I decided that there were things I could offer the WordPress community based on my own experiences. <a href=\"https://2017.ottawa.wordcamp.org/\">WordCamp Ottawa</a> became the first WordCamp I spoke at.</p>\n<p>Again, the WordCamp organizers (one of which I had met at WordCamp Miami) were thrilled to have me travel from Jamaica to participate. Funnily, I had to point out to several people that it took less time to get from Jamaica to Ottawa than it did for those traveling from San Francisco.</p>\n<blockquote><p>Everyone I met at WordCamp Ottawa made me feel like a part of the WordPress family, like I belonged.</p></blockquote>\n<p>I still hadn’t got my local meetups going, but I had started making connections in the WordPress space locally. And there seemed to be more interest. I proposed a series of workshops to the organizer of Caribbean Bloggers’ Week. It wouldn’t quite be a WordCamp, which we wouldn’t get permission for, but we could try to do an educational community event to spur interest and raise awareness. <a href=\"http://wpinthecity.com/\">WP in the City</a> was born! Sadly, it had to be postponed, but it will still take shape for 2018.</p>\n<h3>WordCamp US</h3>\n<p>Now bitten by the bug, I set my speaking sights even higher and made a submission to <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a>. A month later, I was notified that one of my two proposals was accepted. I was to be a <a href=\"https://2017.us.wordcamp.org/speaker/bianca-welds/\">WordCamp US speaker</a>! Now an even bigger part of the WordPress community would be open to me. I set about making plans for Nashville in December.</p>\n<p>By the time you read this, I will be able to announce that I was selected as the recipient of the <a href=\"https://2017.us.wordcamp.org/2017/07/21/kim-parsell-memorial-scholarship-applications-open/\">Kim Parsell Memorial Scholarship</a>. When they notified me, I didn’t even remember I had applied. Kim Parsell was an active member of the WordPress community until her passing in 2015. She was nicknamed “WPMom” because of the care she took in making sure any member of the WordPress community she met felt welcomed and valued.</p>\n<p>Kim was already gone before I actively started taking part in the wider WordPress community. But the community I encountered definitely made me feel welcomed and valued, and now I want to help others feel that way. Going to WordCamp US is going to be an amazing opportunity, in part because of the size and breadth of the community I will get to interact with.</p>\n<h3>Bringing it Home</h3>\n<p>Jamaica is a small country, an island in the middle of the Caribbean sea. Most people know about our biggest stars (like Bob Marley and Usain Bolt), our culture (reggae music and jerk cooking) or our beaches. The people who go usually remember the people. Our community is what makes us a powerhouse. And I want to tap into that for WordPress.</p>\n<p>I want to bring Jamaica into the WordPress community, and bring the WordPress community to Jamaica. I want to get more Jamaicans to WordCamps and actively participating in the WordPress community in other ways (through contributing and meetups).</p>\n<blockquote><p>I want to bring more WordPressers to Jamaica to share and exchange knowledge, not just enjoy the beach.</p></blockquote>\n<p>When I started out, WordPress was just a tool to get me to my goal. For a long time, I didn’t think much about the people behind WordPress, much less considering getting involved myself. Despite my own technical background, I am a newbie where it comes to WordPress development, having remained a tinkerer for much of the last decade. But WordPress is so much more than just code.</p>\n<p>Through WordPress, I have been able to express myself through <a href=\"http://biancawelds.com/blog\">blogging</a> and <a href=\"http://poetry.biancawelds.com/\">poetry</a>. I have been able to help others achieve their own success. I have found people willing to share their knowledge for others (like me) to learn. I have found people willing to hear about my WordPress experiences. I have built a network of contacts always willing to help out.</p>\n<p>Reading through the other essays on HeroPress, it is also clear that WordPress has changed lives. It has given people a voice. It has brought people together.</p>\n<p>WordPress is community. WordPress is my community.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: From the Outskirts to an Insider\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=From%20the%20Outskirts%20to%20an%20Insider&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: From the Outskirts to an Insider\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F&title=From+the+Outskirts+to+an+Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Share: From the Outskirts to an Insider\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/from-the-outskirts-to-an-insider/&media=https://heropress.com/wp-content/uploads/2017/11/110817-150x150.jpg&description=From the Outskirts to an Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: From the Outskirts to an Insider\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\" title=\"From the Outskirts to an Insider\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\">From the Outskirts to an Insider</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 12:00:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Bianca Welds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WPTavern: How to Whitelist Comments in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/how-to-whitelist-comments-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1078:\"<p>Out-of-the-box, WordPress provides the ability to blacklist comments or configure a set of options to send comments to moderation. If all comments are moderated, there are no options to whitelist comments.</p>\n<p>Searching the plugin directory for comment whitelisting provides few, if any, solutions. However, a cursory search of Google led me to the <a href=\"https://wordpress.org/plugins/comment-whitelist/\">Comment Whitelist</a> plugin by Alejandro Carravedo.</p>\n<img />Comment Whitelist Box\n<p>Comment Whitelist adds a ‘Put in Whitelist’ quick moderation link to comments that makes adding email addresses to the list an easy task. One thing to keep in mind is that the whitelist uses email addresses and it’s possible comments from people impersonating whitelisted users may get published.</p>\n<p>Despite not being updated in more than nine years, the plugin works as advertised. You’ll need to download the zip file and manually install it as you won’t be able to find it by searching the plugin directory from the WordPress backend.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 02:50:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Gutenberg Contributors Explore Alternative to Using iframes for Meta Boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76302\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\";s: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:9834:\"<p>The <a href=\"https://wptavern.com/gutenberg-contributors-discuss-the-drawbacks-of-using-iframes-for-meta-boxes\" rel=\"noopener\" target=\"_blank\">discussion surrounding the use of iframes for meta boxes in Gutenberg</a> became more heated over the weekend, as concerned developers implored the team to consider the detriments of the current approach. Responses from Gutenberg’s leadership initially deflected concerns, presenting the iframe implementation as <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341400365\" rel=\"noopener\" target=\"_blank\">an experiment that “works ‘for now\'”</a> but isn’t what the team would ship.</p>\n<p>Instead of getting a response to the specific concerns about performance and accessibility of the iframes approach, Kevin Hoffman was urged to think about the future of meta boxes and “the cases (if any) that would not be converted to blocks.” When the developer community is repeatedly asked to test and offer feedback but is met with deflection on issues that are critical to sites using WordPress as a CMS, the GitHub discussions begin to get more heated.</p>\n<p>“People are worried, and getting frustrated and it seems to me that they have every right to do so because the perception is that the team working on Gutenberg has little understanding of how meta boxes are being used, little concern for what the impact will be, and is going to move forward with their vision no matter what,” Jimmy Smutek, lead developer at the office of external affairs at Johns Hopkins, said in response to a Gutenberg collaborators’ admission to having been <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341922758\" rel=\"noopener\" target=\"_blank\">dismissive of feedback</a>.</p>\n<p>After several rounds of developers joining the thread to debunk the notion that iframes for meta boxes “work for now,” Gutenberg lead developer Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-342129195\" rel=\"noopener\" target=\"_blank\">joined the discussion</a> yesterday and confirmed that the experiment is likely to be dropped fairly soon.</p>\n<p>“I’m glad the conversation refocused in the end to the topic’s issue: is the current approach to meta-boxes in an iframe viable? With the answer being no,” Ventura said. “The iframes are an implementation detail I think we can drop relatively easy. So let’s focus on that.”</p>\n<p>He also addressed the popular opinion that WordPress should make iterative enhancements to the editor itself (and not the full page) before proceeding with overhauling meta boxes.</p>\n<p>“What some people have called as the pragmatic approach is not concomitant with the design direction this project has had from the start — heading towards full site customization — and what has dictated our decisions so far,” Ventura said. “Nothing here has to be a final solution, we are exploring what is possible within the design premises and putting it out there for testing.”</p>\n<p>Ventura said that not making changes to the other aspects of the edit screen would certainly be the simplest path for Gutenberg to take but that it “would not be fair to the goals of the project and the long term users of WordPress.”</p>\n<p>WordPress developer Gary Jones contended that pursuing a more iterative approach would not change the goals of the project but would make it possible for more sites to come along during the process.</p>\n<p>“Going one step at a time does not, in any way, compromise the goals of the project,” Jones said. “You can still head to full-size customization if that’s the goal, but by doing it in a stepped way, you’ll bring the rest of the developer community along with you.” Jones cited the Customizer as an example of a feature within WordPress with a concept that is being realized over time with many iterations.</p>\n<p>Ventura responded with clarification on the Gutenberg team’s approach to iterating on the project, a paradigm shift that supports block-based content creation from the outset.</p>\n<p>“We have proposed a staged approach, from Matt’s original new focuses post, it just considers the steps differently,” Ventura said. “There are generally three stages for the Gutenberg project: from the post editor, to page templates, to site building. What is primordial is that the paradigm is one where the content is a single area, with the block as the primary concept, and where the outcome can be visually represented with clarity and without excessive abstractions.”</p>\n<p>Ventura also assured those following along on the discussion that the project will not be dropping support for meta boxes but needs more time to experiment with different interface options.</p>\n<p>“WordPress always moves with the user, and we take the burden of figuring out development paths to ease transitions for our existing code,” he said. “As a project, we have said before that we were not dropping support for meta-boxes from WordPress, but also that we had to explore what interface decisions we would have to make within the new paradigm, including the possibility of loading the classic editor when we detect meta-boxes we cannot handle or that directly conflict with an editor that seeks to more clearly delineate what is content and what is meta-data.”</p>\n<p>He also said the team plans to create more mechanisms to handle incompatibilities as well as “allowing more things to be opt-in (say if you are comfortable with your meta-boxes showing in Gutenberg you could declare support for it, or vice versa.”</p>\n<p>A new approach to rendering meta boxes without using iframes is currently underway. Riad Benguella has created <a href=\"https://github.com/WordPress/gutenberg/pull/3345\" rel=\"noopener\" target=\"_blank\">a pull request that attempts to undo the iframes</a> and implement <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-342023452\" rel=\"noopener\" target=\"_blank\">a suggestion that Tom Nowell offered</a> during the discussion:</p>\n<blockquote><p>Instead of loading Gutenberg on a settings page, lets load it into the main classic editors page, load metaboxes in their native environment, then hoist their container DOM node into a component via JS.</p>\n<p>We then use a different kind of toggle to make sure the classic editor can still be used. This way:</p>\n<p>– we avoid the iframe nonsense<br />\n– metaboxes work as they always have done as far as registration is concerned<br />\n– the existing JS works as expected, and no hacks are necessary to make things work on the PHP end</p></blockquote>\n<p>The new approach has the advantage of no problems with links, modals, duplicate stylesheets, and the other drawbacks to using iframes.</p>\n<h3>The Gutenberg Team Needs a New Communication Strategy</h3>\n<p>The discussion regarding the long-term viability of using iframes for meta boxes has highlighted a lack of a unified message or communication strategy among Gutenberg leads. Collaborators on the project <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341922758\" rel=\"noopener\" target=\"_blank\">have grown impatient</a> with the community for not grasping the vision, but communication is scattered across various blogs, comments, Slack channels, and GitHub discussions.</p>\n<p>Morten Rand-Hendriksen has opened a new <a href=\"https://github.com/WordPress/gutenberg/issues/3354\" rel=\"noopener\" target=\"_blank\">issue</a> requesting a centralized resource that can serve as a plain language outline of Gutenberg’s scope, direction, and goals.</p>\n<p>“My observation is the community is struggling to see the wider scope of the Gutenberg project due to lack of a single authoritative plain language resource containing this information,” Rand-Hendriksen said. “This creates a high degree of speculation, miscommunication, and frustration from all parties and the project suffers as a consequence.”</p>\n<p>Gutenberg does have a documentation hub, but so far those documents are more technical and lack a practical roadmap for how the team is aiming to accomplish its goals. The <a href=\"http://gutenberg-devdoc.surge.sh/reference/faq/\" rel=\"noopener\" target=\"_blank\">FAQ section</a> of the current docs is the closest thing to the plain language resource that Rand-Hendriksen is requesting in his ticket. The readme.txt files for both Gutenberg’s GitHub repository and the WordPress.org plugin give the impression that the project is simply updating the current editor to be block-based, not overhauling the entire editor screen.</p>\n<p>“Due to the fractured nature of this information it is challenging for anyone to get a clear picture of the entire project, and though Matias and Matt’s posts do a good job at explaining the grand vision of the project, they lack concrete plain language breakdowns of the essentials the community need to get a firm understanding of what this project is and where it’s headed,” Rand-Hendriksen said. “They also exist as independent satellites of information circling the project rather than core parts of the project itself.”</p>\n<p>The community is chiming in on the GitHub <a href=\"https://github.com/WordPress/gutenberg/issues/3354\" rel=\"noopener\" target=\"_blank\">issue</a> with questions they would like to see answered in a more transparent plain language product roadmap. A document like this might help the Gutenberg team to better communicate the goals of the project and avoid sending mixed messages that cause unnecessary confusion.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 22:58:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Harare and Nairobi Host 2nd Round of Successful WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/harare-and-nairobi-host-2nd-round-of-successful-wordcamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6675:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/wordcamp-nairobi-2017.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://twitter.com/wordcampnairobi/status/926817401374523392/photo/1\">WordCamp Nairobi</a>\n<p>Six WordCamps were held over the weekend in cities across the globe, including two in Africa where WordPress events are just starting to take off. Harare and Nairobi hosted their second WordCamps in areas where the WordPress community was virtually non-existent two years ago.</p>\n<p>Harare’s first camp was part of the WordCamp Incubator program the first year it launched. Nairobi was one of a handful of cities on the short list for the same program but ended up organizing its first camp independently in December 2016. Both communities have continued to flourish, as local leadership and meetup groups have grown.</p>\n<p>Topics at both Harare and Nairobi WordCamps included freelancing, blogging, marketing, and community, with a sprinkling of more technical sessions. <a href=\"https://www.weforum.org/agenda/2017/05/blogging-a-new-frontier-for-african-millennials/\" rel=\"noopener\" target=\"_blank\">Blogging is a popular activity in Africa</a> and those in the local WordPress community are eager to share what they have learned in maintaining and marketing their blogs.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Got inspired on…. <a href=\"https://twitter.com/hashtag/WordCampNairobi?src=hash&ref_src=twsrc%5Etfw\">#WordCampNairobi</a> by <a href=\"https://twitter.com/Jeanwandimi?ref_src=twsrc%5Etfw\">@Jeanwandimi</a> with her Cooperate Blogging Success with WordPress. <a href=\"https://t.co/m1YvcUkU66\">pic.twitter.com/m1YvcUkU66</a></p>\n<p>— Victor Owuor (@victoravikobits) <a href=\"https://twitter.com/victoravikobits/status/926839909331107840?ref_src=twsrc%5Etfw\">November 4, 2017</a></p></blockquote>\n<p></p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/beaton.jpg?ssl=1\"><img /></a>“This year the WordCamp was bigger and better than last year, the tickets sold out, and a local company ZOL Fibroniks was a gold sponsor,” WordCamp Harare speaker <a href=\"https://becomingthemuse.wordpress.com/2017/11/06/of-a-wordcamp-over-coffee/\" rel=\"noopener\" target=\"_blank\">Beaton Mabaso</a> said. “The future looks bright. Hello, 2018 is looking promising.”</p>\n<p>Mabaso is an admin on <a href=\"https://afrobloggers.wordpress.com/\" rel=\"noopener\" target=\"_blank\">Afrobloggers</a>, a blogging community that connects creatives across the continent. He brought his storytelling skills to his WordCamp session titled “A website is a conversation.”</p>\n<p>“One of the best things about a WordCamp is meeting the community, networking, and making new friends,” Mabaso said. “It’s inspiring seeing people representing their grind, opportunities everywhere.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Really enjoying the amazing learning and networking opportunity at <a href=\"https://twitter.com/hashtag/WordCampNairobi?src=hash&ref_src=twsrc%5Etfw\">#WordCampNairobi</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f64c-1f3fd.png\" alt=\"??\" class=\"wp-smiley\" /> <a href=\"https://t.co/4ygb5LRJib\">pic.twitter.com/4ygb5LRJib</a></p>\n<p>— FOI<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2b50.png\" alt=\"⭐\" class=\"wp-smiley\" /> (@WambuiFoi) <a href=\"https://twitter.com/WambuiFoi/status/926823454480859137?ref_src=twsrc%5Etfw\">November 4, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WorldCamp is the highlight of my year as a programmer. l have gained so much already.<br />Cant even wait for the next one.<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f601.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f601.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f601.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://twitter.com/hashtag/WCHRE?src=hash&ref_src=twsrc%5Etfw\">#WCHRE</a> <a href=\"https://twitter.com/hashtag/wchre2017?src=hash&ref_src=twsrc%5Etfw\">#wchre2017</a> <a href=\"https://t.co/Z1XfKGXjBj\">pic.twitter.com/Z1XfKGXjBj</a></p>\n<p>— Thelma (@thelmachido1) <a href=\"https://twitter.com/thelmachido1/status/927056916571934720?ref_src=twsrc%5Etfw\">November 5, 2017</a></p></blockquote>\n<p></p>\n<p><a href=\"https://2017.nairobi.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Nairobi</a> was originally scheduled for October 14-15 but was <a href=\"https://2017.nairobi.wordcamp.org/postponed-wordcamp-nairobi-2017/\" rel=\"noopener\" target=\"_blank\">postponed</a> to November 4-5 for the safety of attendees during the repeat Presidential elections that took place October 17. Even with the change of dates, the camp was still a success.</p>\n<p>“We made it despite the challenges that came with the political climate in the country that affected much of the planning,” WordCamp Nairobi organizer Chekumbe Emmanuel said. “I am so proud of our local WordPress community for showing up in full force.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/WordCampNairobi?src=hash&ref_src=twsrc%5Etfw\">#WordCampNairobi</a> <a href=\"https://twitter.com/wordcampnairobi?ref_src=twsrc%5Etfw\">@wordcampnairobi</a> amazing interactive platform full of great ideas on online content. <a href=\"https://t.co/oa2SBtB5Xq\">pic.twitter.com/oa2SBtB5Xq</a></p>\n<p>— ACE PHOTOGRAPHY KE<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2122.png\" alt=\"™\" class=\"wp-smiley\" /> (@acephotographyk) <a href=\"https://twitter.com/acephotographyk/status/926770391128969216?ref_src=twsrc%5Etfw\">November 4, 2017</a></p></blockquote>\n<p></p>\n<p>Only a handful of attendees have published wrap up posts so far, but browsing the <a href=\"https://twitter.com/hashtag/wchre?src=hash\" rel=\"noopener\" target=\"_blank\">#wchre</a> and <a href=\"https://twitter.com/hashtag/WordCampNairobi?src=hash\" rel=\"noopener\" target=\"_blank\">#WordCampNairobi</a> hashtags on Twitter show how successful the camps were at connecting and inspiring the local communities. The WordCamp Incubator Program was instrumental in helping put Harare on the WordCamp map in 2016, along with Denpasar and Medellín. Incubator volunteers are currently <a href=\"https://wptavern.com/wordcamp-incubator-program-gears-up-for-round-2\" rel=\"noopener\" target=\"_blank\">gearing up for a second year</a> of jump starting new WordPress communities and a call for 2018 candidates is anticipated soon.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 06:09:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: WordPress 4.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2017/11/wordpress-4-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3361:\"<p>The second release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (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.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, 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.9-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42124&stop_rev=42049&limit=100&sfp_email=&sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>\n<ul>\n<li>Theme installation in the Customizer.</li>\n<li>Scheduling changes for publishing in the Customizer.</li>\n<li>Switching themes with live preview in the Customizer.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\"https://profiles.wordpress.org/melchoyce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>melchoyce</a>:</p>\n<p><em>We squashed all the bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>But uh, if not, let us know</em><br />\n<em>Also, test your stuff</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 05:33:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.0.1 of the Akismet WordPress Plugin Is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1978\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2017/11/06/akismet-wordpress-plugin-4-0-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1232:\"<p>Version 4.0.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>4.0.1 contains a few helpful changes:</p>\n<ul>\n<li>We fixed a bug that could prevent some sites from connecting Akismet using an existing Jetpack connection.</li>\n<li>We added some code to ensure that any pending Akismet-related events are unscheduled if (heaven forbid) the plugin is deactivated.</li>\n<li>Some of the Akismet JavaScript is now run asynchronously in order to increase the speed with which your pages will appear to load.</li>\n</ul>\n<p>Pretty good, right? To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1978/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1978/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1978&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Nov 2017 20:29:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WordCamp Europe 2018 Early Bird Tickets Now on Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76299\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2336:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/wordcamp-europe-2018.png?ssl=1\"><img /></a></p>\n<p>WordCamp Europe 2018 has begun <a href=\"https://2018.europe.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">early bird ticket sales</a> for its sixth edition in Belgrade, Serbia, June 14-16. Attendees who purchase a ticket before December 31, 2017, will receive a limited-edition swag item.</p>\n<p>WordCamp Europe has sold out in many previous years and organizers of the 2017 event in Paris anticipated that it would be the largest event in WordPress history. They expected to host more than 3,000 attendees but the actual number on the ground was 1,900 – 5% fewer than the 2,000 who attended in Vienna the previous year. WCEU 2017 <a href=\"https://wptavern.com/wordcamp-europe-2017-posts-24-no-show-rate-cites-early-ticket-sales-and-expensive-location\" rel=\"noopener\" target=\"_blank\">posted a 24% no-show rate</a>, which was more than double that of previous years.</p>\n<p>Putting tickets on sale too early was one of the factors that contributed to the Paris event’s high no-show rate, in addition to higher local sales, an expensive location, and attendees’ problems obtaining visas. This year ticket sales are starting a little later and batches will be staged out into 2018.</p>\n<p>The WCEU organizing team for Belgrade includes <a href=\"https://2018.europe.wordcamp.org/organizers/\" rel=\"noopener\" target=\"_blank\">54 people</a> leading 10 teams to manage sponsors, PR, volunteers, design, and on-site responsibilities. The event has also added a new Attendee Services team that will assist with things like ticket invoices, visa letters, and other services on the ground.</p>\n<p>A batch of <a href=\"https://2018.europe.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">1,000 early bird tickets</a> were released today and more than 10% have already been purchased on the first day of sales. Tickets are €40.00 and include two days of presentations, lunch, coffee and snacks, a t-shirt, and a ticket to the After Party. The ticket also gives the attendee access to Contributor Day, which will take place the day before the conference and requires a separate sign up. Tickets are non-refundable but can easily be resold or gifted in the event that the purchaser cannot attend.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Nov 2017 19:54:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Gutenberg Contributors Discuss the Drawbacks of Using iframes for Meta Boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/gutenberg-contributors-discuss-the-drawbacks-of-using-iframes-for-meta-boxes\";s: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:10883:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/paper-box.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/32618149@N00/4187722297\">Closed square box, variation</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>A lively and productive discussion regarding Gutenberg’s use of iframes for meta boxes is happening on GitHub. Yesterday, WordPress developer Kevin Hoffman created an issue titled “<a href=\"https://github.com/WordPress/gutenberg/issues/3304\" rel=\"noopener\" target=\"_blank\">Are iframes a viable long-term solution for meta boxes?</a>”</p>\n<p>Gutenberg 1.5 introduced <a href=\"https://wptavern.com/gutenberg-1-5-adds-initial-support-for-meta-boxes-makes-gutenberg-the-default-editor\" rel=\"noopener\" target=\"_blank\">initial support for meta boxes</a>. Hoffman identified several issues with iframes that have been popping up as developers have begun testing the current meta box implementation. He did some performance testing that revealed Gutenberg’s use of iframes triples the number of asset requests, as it enqueues all of the CSS and JS assets in the parent window as well as in all the iframes.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/gutenberg-iframes-request.png?ssl=1\"><img /></a>image credit: Kevin Hoffman\n<p>“Generally speaking, iframes have been discouraged in web development for many years for reasons that are well-documented,” Hoffman said, before citing a litany of issues that plugin developers have already discovered in testing Gutenberg’s meta box support. “Can these issues be addressed without requiring modification of the theme or plugin that generates the meta box? We have to consider that third-party code that has powered meta boxes for years may not have the luxury of being updated in order to be compatible within an iframe.”</p>\n<p>Gutenberg design lead Tammie Lister responded to Hoffman’s concerns, indicating that the current implementation of meta boxes is simply an experiment and not necessarily what would land in WordPress 5.0:</p>\n<blockquote><p>It’s good to think a little that what we have today for meta boxes in Gutenberg is an experiment, in many respects it’s a holding pattern as the project works out the direction to take. In saying that it’s one that works ‘for now’ but isn’t what we would ship with.</p>\n<p>All the above said, I think it’s important to look at what in the future metaboxes will be used for. What are the cases (if any) that would not be converted to blocks? Do all metaboxes have to work on mobile? Is there even an alternative interface that we haven’t explored? I bet there is. Right now, it’s about looking at those possibilities and getting on a road that works for the state right now and the future state.</p></blockquote>\n<p>The presentation of this implementation as an experiment that “works for now” (but would not be shipped) comes as a surprise after Gutenberg 1.5 arrived with the <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\" rel=\"noopener\" target=\"_blank\">announcement</a> that “this release includes long awaited meta-boxes support (needs testing!)”</p>\n<p>Hoffman contends that the iframe approach doesn’t even work ‘for now,’ as the issue was opened in order to cite several major ways where it is broken. If Gutenberg moves forward with the current approach, it would require many plugins to be modified in order to be compatible with WordPress 5.0, which Hoffman said would defeat the whole purpose of supporting legacy meta boxes.</p>\n<p>“I have not seen any evidence to date that suggests meta boxes will continue working with Gutenberg,” Hoffman said. “If the answer is no, then we ought to stop pretending that 5.0 will be just another WordPress release and start being honest about breaking backwards compatibility.”</p>\n<p>Edwin Cromley, a collaborator on the project, <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341470058\" rel=\"noopener\" target=\"_blank\">said</a> that the team anticipates that certain themes and plugins will be broken and that it is not possible to accommodate every possible use case. He admitted that the iframe solution may not meet the project’s goals. Instead, he advocates creating the best experience for the vast majority of users.</p>\n<p>However, the current approach would adversely affect many sites out there that use WordPress primarily as a CMS with meta boxes. WordPress core committer Scott Taylor <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341500339\" rel=\"noopener\" target=\"_blank\">expressed concerns</a> about custom post types, many of which do not make use of the traditional “content” section in favor of meta boxes only.</p>\n<p>“In this current iteration, meta box support is an add-on, when in many people’s reality, meta boxes ARE the UI, the API, the mechanism they use to compose their CMS,” Taylor said. “iframes are the gulag.</p>\n<p>“And we are forgetting the values WP has been built on forever: I should be able to update to the latest version of WP, and have to rewrite nothing. I have so many projects in the wild on WP that I will never touch again. Can I be confident that some of them won’t break wildly with this change?”</p>\n<p>Hoffman advocated scaling back the scope of the project to focus on the editor component, a popular opinion that many plugin developers share and one that was illustrated in detail in Yoast’s post proposing an <a href=\"https://yoast.com/gutenberg-alternative-approach/\" rel=\"noopener\" target=\"_blank\">alternative approach to Gutenberg</a>. This approach stages out the changes to the edit screen, giving developers more time to update their plugins, as well as allowing the Gutenberg team to find an adequate solution for meta boxes.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/gutenberg-scaled-back.png?ssl=1\"><img /></a></p>\n<p>“I think that goal would be a lot more achievable if Gutenberg stuck to overhauling the editor rather than taking over the entire page,” Hoffman said. “Then we could leave the existing hooks in place and meta boxes could continue to communicate with each other as they do now. Also, asset enqueuing would be a non-issue since it would work as it does today.</p>\n<p>“I’m in strong agreement with this concept put forth by Yoast, which seems to me like it would maintain much of the work already done while scaling back the scope of the project to focus on the editor component.”</p>\n<p>Gutenberg engineer Riad Benguella indicated the team is not too keen on working towards this concept.</p>\n<p>“Reusing Gutenberg pieces to build this concept is relatively doable, but this is not the UX we want to optimize for, we want to build the best possible editor first and make it available for people without backwards compatibility concerns (fresh installs, no metaboxes…),” Benguella said.</p>\n<p>“When we think the ideal vision of Gutenberg is ready to ship, we’ll have time to discuss upgrade path strategies, a concept like this one is an option for an upgrade path, but definitely not as the final product. Other upgrade paths are also possible.”</p>\n<p>The WordPress developer community is not, however, in favor of delaying this discussion once again. Many are eager to finally answer the question of how meta boxes will fit into the context of the Gutenberg editor so they know how to prepare. Given the numerous issues with the iframes approach, rendering legacy PHP meta boxes under the new editor will require more experimentation and possibly an alternative solution.</p>\n<p>“Why devote thousands of hours into developing the ideal editor if it cannot be made compatible with existing sites?” Hoffman said. “If the first impression is that it breaks the UI they depend on, users will never experience the ideal editor in the first place.”</p>\n<p>“I think it may be a mistake to put this off too far,” WordPress core committer Aaron Jorbin said. “Especially since many organizations are going to need at least 1-2 quarters to prepare.”</p>\n<p>Mark Kaplun suggests the Gutenberg team use a popular plugin as a gauge for the success of current and future meta box support experiments.</p>\n<p>“My productive suggestion, is to not declare meta boxes ready, as long as Yoast SEO does not properly work in it,” Kaplun said. “It is both slightly complex in terms of interactions and it is installed on shit loads of sites. If Gutenberg cannot work with it, probably no one is going to use it.”</p>\n<p>Greg Schoppe, who has tested and <a href=\"https://gschoppe.com/\" rel=\"noopener\" target=\"_blank\">written extensively on Gutenberg’s ongoing development</a>, joined the conversation to advocate for Yoast’s alternative approach to the project as well.</p>\n<p>“I highly support Yoast’s view of Gutenberg,” Schoppe said. “It is unclear to me how ‘upgrade the visual editor’ was reinterpreted to be ‘replace the entire post edit interface’ by the Gutenberg team, but it seems directly at odds with the so-called ‘Ship of Theseus.’</p>\n<p>“In this case, the lack of clear direction and support for the existing standard workflows is actively hurting developers now. How can I move forward building a project, without a trusted set of hooks and tools that I can rely on? It is unconscionable to think that such a large software project would entirely upend the standard workflow for developers in a single update. and it is insane that these conversations are just happening now, in November, when the plan is to have a merge approved at the beginning of the year.”</p>\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/3304\" rel=\"noopener\" target=\"_blank\">discussion regarding the iframes approach to meta boxes</a> was opened yesterday is still relatively new, but so far the Gutenberg team’s responses have failed to adequately address the concerns of the developer community in this thread. Finding an approach to meta boxes that preserves WordPress’ powerful CMS capabilities, without alienating users and developers, is one of the Gutenberg team’s greatest challenges. They are still aiming at producing a merge proposal early next year, but with meta boxes still in the experimentation stage, the team’s anticipated timetable continues to put the project at odds with the WordPress developer community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Nov 2017 23:44:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Bianca Welds Awarded Kim Parsell Travel Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76264\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/bianca-welds-awarded-kim-parsell-travel-scholarship\";s: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:2512:\"<p><img />The WordPress Foundation has awarded <a href=\"http://biancawelds.com/now/\">Bianca Welds</a> with the <a href=\"https://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\">Kim Parsell travel scholarship</a> to <a href=\"https://2017.us.wordcamp.org/2017/11/01/announcing-the-kim-parsell-memorial-scholarship-winner-bianca-welds/\">attend WordCamp US 2017</a>. Welds lives in Jamaica and has been using WordPress since 2005. We featured her on the Tavern in 2015 when she <a href=\"https://wptavern.com/insight-into-the-jamaican-wordpress-community-with-bianca-welds\">provided insight</a> into the Jamaican WordPress community.</p>\n<p>Welds will be <a href=\"https://2017.us.wordcamp.org/session/pah-jamaican-sign-language-and-wordpress/\">presenting at WordCamp US</a> on how a couple is using WordPress to try to increase understanding and participation of the Deaf community in Jamaica.</p>\n<p>“Besides the fact that I am really excited and honored to have been selected, and humbled by the outpouring of support since the announcement,” Welds said. “I’m looking forward to WordCamp US and meeting even more amazing people from the WordPress community.”</p>\n<p>Welds has identified a few members of the WordPress community in her area and is attempting to create a nucleus to build on, “We will be starting meetups in December/January,” she said. “We also have a workshop series (a bit of an unWordCamp) being planned to help stir up more interest in WordPress and the community.”</p>\n<p>If you see Welds at WCUS, be sure to say hi and congratulate her.</p>\n<h2>HeroPress Publishes Essay Dedicated to Kim Parsell</h2>\n<p>Coinciding with the scholarship announcement, HeroPress has <a href=\"https://heropress.com/essays/family-well-loved/\">published an essay</a> that members of the community contributed too, including myself, in memory of <a href=\"https://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">Kim Parsell</a>. The theme of the essay is ‘What did the WordPress Community Mean to Kim?’.</p>\n<p>It has been nearly three years since Kim passed away but in my conversations with her online and in the physical world, I understood what the community meant to her. It meant family, a responsibility she took very seriously. I highly encourage you to read the essay and the beautiful things people had to say about Kim. She is missed by many but her spirit lives on.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Nov 2017 08:07:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Press This Removed from WordPress 4.9 in Favor of a Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4493:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/scissors.jpg?ssl=1\"><img /></a>photo credit: matt-artz <a href=\"http://www.flickr.com/photos/75682414@N06/16694883798\">Tools. 2015</a> – <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>Press This, a tool that allowed users to quickly clip and publish content from web pages, is set to be <a href=\"https://make.wordpress.org/core/2017/11/02/press-this-in-4-9/\" rel=\"noopener\" target=\"_blank\">removed from WordPress’ upcoming 4.9 release</a>. The feature is being retired and will live out its remaining days as a canonical <a href=\"https://wordpress.org/plugins/press-this/\" rel=\"noopener\" target=\"_blank\">plugin</a>.</p>\n<p>WordPress contributors opted to make a clean break by completely removing Press This and its supporting functions from core. After 4.9 is released, users visiting <strong>wp-admin/press-this.php</strong> will be prompted to install the plugin from WordPress.org.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/press-this-plugin-prompt.png?ssl=1\"><img /></a></p>\n<p>A revamped version of Press This <a href=\"https://make.wordpress.org/core/2015/02/18/press-this-revamp-merge-proposal/\" rel=\"noopener\" target=\"_blank\">landed in WordPress 4.2</a>, released two years ago. Contributors had been talking about switching it to use the REST API instead of admin-ajax since the <a href=\"https://wptavern.com/preview-the-press-this-bookmarklet-redesign-alpha-plugin-now-ready-for-testing\" rel=\"noopener\" target=\"_blank\">2014 redesign of the bookmarklet</a>. This update is still on the plugin’s roadmap for anyone interested in contributing to its development.</p>\n<p>“Following the importers and the link manager, it’s about time to say goodbye to Press This,” WordPress lead developer Andrew Ozz said in a <a href=\"https://core.trac.wordpress.org/ticket/41689\" rel=\"noopener\" target=\"_blank\">ticket</a> proposing the feature’s retirement. “Bookmarklets were popular seven – eight years ago, and now are considered mostly ‘old tech.’ The Press This usage was dwindling for the last several years. Currently it is at under 0.2% of the wp-admin requests (as far as I can tell). It seems best to extract it from core to a plugin, similarly to the importers.”</p>\n<h3>What Use is Press This without the Bookmarklet?</h3>\n<p>Development on Press This’ accompanying bookmarklet feature has also been discontinued. Older bookmarklets will not work with the new canonical plugin.</p>\n<p>“Usage of bookmarklets across the web has decreased significantly and bad actors attempting to trick users to preform unsavory actions increased over the years,” Brandon Kraft said in a post announcing Press This’ retirement. “Coupled with advancing toward a new editing in experience in core, we decided it was a suitable time to make these changes in one swift move.”</p>\n<p>Heavy users of Press This might wonder what the feature is worth without the bookmarklet. Posting through the interface will now require more copying and pasting. The URL scanning remains, but it’s not as efficient as highlighting a portion of text on a page and clicking on the bookmarklet to auto-populate a new post in WordPress. This change makes the plugin simpler to maintain but removes the time-saving feature that made Press This feel like magic.</p>\n<p>“With the rise of bad actors attempting to trick folks to entering their credentials via phishing attempts, I removed the functionality in an effort to not promote requesting credentials after firing off JavaScript on a random site,” Kraft said. “To set expectations, I am not foreseeing a change in this decision; however, I support continued conversation and dialogue.”</p>\n<p>Kraft opened a GitHub <a href=\"https://github.com/WordPress/press-this/issues/15\" rel=\"noopener\" target=\"_blank\">issue</a> on the plugin’s new <a href=\"https://github.com/WordPress/press-this\" rel=\"noopener\" target=\"_blank\">repository</a> to centralize any discussion regarding restoring the bookmarklet functionality.</p>\n<p>Any plugin authors who have extended Press This will need to update their plugins with a check for plugin availability as demonstrated in <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-admin/press-this.php\" rel=\"noopener\" target=\"_blank\">wp-admin/press-this.php</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 22:18:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: GitHub Launches Community Forums to Connect Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/github-launches-community-forums-to-connect-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3622:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-02-at-11.55.24-AM-e1509641805292.png?ssl=1\"><img /></a></p>\n<p>GitHub <a href=\"https://github.community/\" rel=\"noopener\" target=\"_blank\">launched its new community forums</a> this week as another way for the platform’s 24 million developers to stay connected. The company built them on top of the <a href=\"https://www.lithium.com/products/online-communities/\" rel=\"noopener\" target=\"_blank\">Lithium SaaS community platform</a>, a popular choice for enterprise customers, including Sony, Cisco, HP, Skype, Barclaycard, Symantec, Google, and PayPal.</p>\n<p>The first iteration of the forums includes a gamification aspect that rewards participants for interaction and contribution. Users can “rank up” by receiving “Kudos” and providing solutions to questions on the forums. GitHub plans to expand on these features in the future.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-02-at-12.47.22-PM.png?ssl=1\"><img /></a></p>\n<p>Naturally, this style of ranking and participation led users to be curious whether GitHub is aiming to have its forums become a StackOverflow Q&A platform alternative. When asked what the company had in mind when designing this feature, GitHub Community Manager Nadia Padzensky <a href=\"https://github.community/t5/Welcome/What-are-the-primary-use-cases-for-community-forum/m-p/286/highlight/false#M81\" rel=\"noopener\" target=\"_blank\">said</a> the forums provide another avenue for open discussion on ideas and general questions unrelated to specific projects.</p>\n<p>“Issues don’t always lend themselves well to these kinds of discussions; however, a forum presents a place designed specifically for these types of conversations,” Padzensky said. “In the past, we’ve not had a GitHub-owned space for users to engage with each other in this way.”</p>\n<p>GitHub has also launched an educational section called <a href=\"https://github.community/t5/GitHub-Original-Series/ct-p/GitHubOriginalSeries\" rel=\"noopener\" target=\"_blank\">GitHub Original Series</a> with articles from staff on workflows and features, written on topics that users often ask about in private support emails. The team plans to build out this section of the site while adding more features to the forums.</p>\n<p>“We are looking to add contests, polls, and better processes and tooling for taking user feature requests,” Padzensky said. “Additionally, the Community Forum will adapt to its members needs; Community Forum member activity and feedback will directly help inform what the Community Forum evolves into.”</p>\n<p>The ability to keep in touch with its user base is perhaps the most important function the forums will provide to GitHub. It offers a space where users can discussion problems they are having with GitHub’s products and have those concerns heard by staff. This could potentially help the company avoid public relations disasters like last year’s when a group of open source project maintainers confronted GitHub with an open letter of complaints regarding issue management. The company <a href=\"https://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" rel=\"noopener\" target=\"_blank\">admitted to having become disconnected from the needs of its open source community</a> and promised to launch new features that would better serve community-led projects, as well as make it easer for developers to offer feedback on the products it is building.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 19:00:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"BuddyPress: BuddyPress 2.9.2 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=268770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://buddypress.org/2017/11/buddypress-2-9-2-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1580:\"<p>BuddyPress 2.9.2 is now available. This is a security and maintenance release. We strongly encourage all BuddyPress sites to upgrade as soon as possible.</p>\n<p>The 2.9.2 release addresses five security issues:</p>\n<ul>\n<li>A Cross Site Request Forgery (CSRF) vulnerability was fixed in the interface used by admins to perform certain actions related to sitewide notices. Reported by <a href=\"https://hackerone.com/jdgrimes\">J.D. Grimes</a>.</li>\n<li>Some uses of serialized data were judged to need hardening. Reported by <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> of the BuddyPress security team.</li>\n<li>An open redirect was fixed on the user edit screens. Reported by <a href=\"https://hackerone.com/ysx\">Yasin Soliman (ysx)</a>.</li>\n<li>An unauthorized information disclosure vulnerability was fixed in an AJAX handler. Reported by <a href=\"https://hackerone.com/jdgrimes\">J.D. Grimes</a>.</li>\n<li>A Cross Site Scripting (XSS) vulnerability was fixed in the avatar upload interface. Reported by <a href=\"https://dk.linkedin.com/in/skansing\">Ronnie Skansing</a>.</li>\n</ul>\n<p>These vulnerabilities were reported privately to the BuddyPress team, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to all reporters for practicing coordinated disclosure.</p>\n<p>In addition, 2.9.2 includes a change that improves compatibility with the upcoming WordPress 4.9 release, by removing the call to a newly deprecated hook.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 16:30:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Dev Blog: The Month in WordPress: October 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/11/the-month-in-wordpress-october-2017/\";s: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:6092:\"<p>While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Take the 2017 Annual WordPress User Survey</h2>\n<p>The annual WordPress User Survey is a great opportunity for you to provide your feedback about how you use WordPress. This year is no exception, as <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">the 2017 WordPress User Survey</a> is out now.</p>\n<p>The information collected in the survey is used to make informed decisions about improvements across the WordPress project, so your answers are incredibly valuable and help shape the future of the platform.</p>\n<h2>WordPress 4.8.3 Security Release</h2>\n<p>At the end of October, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">WordPress 4.8.3 was released</a> containing an important security fix for all previous versions of WordPress. If your WordPress installation has not updated automatically, please update it now to protect your site.</p>\n<p>This security issue was brought to light by a community member, so if you ever discover a security vulnerability in WordPress core, please do the same and <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">disclose it responsibly</a>.</p>\n<h2>WordPress 4.9 Nearly Ready for Release</h2>\n<p>WordPress 4.9 was in rapid development this month. We released four beta versions and published a <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">release candidate</a>. The target for shipping WordPress 4.9 is November 14 — just two short weeks away. With many new features, this is a hugely exciting release that improves WordPress’ user experience considerably. Notably, you’ll see <a href=\"https://make.wordpress.org/core/2017/10/24/a-new-themes-experience-in-the-customizer/\">improvements to the theme selection experience</a>, plenty of <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\">widget enhancements</a>, drastically improved <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">code editing</a>, and much better <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">user role management</a>.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordPress Charity Hackathons are Growing</h2>\n<p>For the last few years, the number of <a href=\"https://doaction.org/\">do_action series of WordPress charity hackathons</a> has grown around the world. What started as a community event to assist local nonprofit organizations, has become something many WordPress communities are replicating in an increasing number of cities.</p>\n<p>As of this month, do_action events have been hosted in Cape Town and Johannesburg, South Africa, Beirut, Lebanon, Austin, Texas, and Montréal, Canada. In addition, events are now scheduled for <a href=\"https://doaction.org/event/bristol-2018/\">Bristol, England</a> and <a href=\"https://doaction.org/event/zurich-2018/\">Zurich, Switzerland</a> in 2018.</p>\n<p>To get involved in organizing a do_action event locally, read <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">the do_action organizer’s handbook</a> and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>Gutenberg Development Advances</h2>\n<p>While work steadily continues on Gutenberg — the new editor for WordPress core — one update from this month addresses one of the primary concerns that some people shared about the project.</p>\n<p>Up until <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\">the release on October 24</a>, Gutenberg did not support the meta boxes that so many WordPress content creators rely on. The new editor now has initial support for meta boxes as well as a host of other critical features for content creation in WordPress.</p>\n<p><a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Test out Gutenberg</a> right now and help develop it by joining the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Further Reading:</h2>\n<ul>\n<li>DonateWC, a new initiative that assists people in attending WordCamps, <a href=\"https://donatewc.org/wordcamp-stories/wordcamp-cape-town-experience/\">sponsored Trust Nhokovedzo from Harare, Zimbabwe</a> to speak at WordCamp Cape Town, South Africa this month.</li>\n<li><a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\">The popular Canvas theme was retired</a> this month to allow WooCommerce to focus on moving their products forward more effectively.</li>\n<li>The next installment of Camp Press, the WordPress community retreat event, will take place <a href=\"https://camp.press/event/iceland2018/\">in Iceland</a>.</li>\n<li>If you run a WordPress meetup group, but are struggling to find content for your events, the WordPress Marketing team <a href=\"https://make.wordpress.org/community/2017/10/04/supporting-for-meetups-with-low-content/\">has put together some ideas</a> to help.</li>\n<li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is just around the corner — there’s still time to grab your tickets.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 12:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: New Backpack: Aer Fit 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2017/11/new-backpack-aer-fit-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:979:\"<a href=\"https://ma.tt/2017/11/new-backpack-aer-fit-pack/\"><img src=\"https://i1.wp.com/ma.tt/files/2017/11/11002_fp2_black_34.jpeg?resize=266%2C266&ssl=1\" /></a>\n<p>As an interim update to my <a href=\"https://ma.tt/2017/05/whats-in-my-bag-2017/\">2017 gear post</a>, I'd like to strongly endorse the <a href=\"https://www.aersf.com/fit-pack-2-black/\">Aer Fit Pack 2</a> as my new primary backpack, replacing the Lululemon bag I suggested before. It has better material, much better zippers, a logical design, more pocket distribution inside, and it's cheaper! I put this bag and its predecessor through all the rounds, including taking it to Burning Man, and it's been a champ. If you're reading this and work for <a href=\"https://automattic.com/\">Automattic</a>, this bag is also now available as an official choice for your bag and it'll come embroidered with a cool logo. (Previously we only offered <a href=\"https://www.timbuk2.com/\">Timbuk2</a>.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 05:50:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Gutenberg 1.6 Improves Writing Experience, Moves Block Toolbar to the Top of the Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76182\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/gutenberg-1-6-improves-writing-experience-moves-block-toolbar-to-the-top-of-the-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6408:\"<p>The Gutenberg plugin’s Halloween release (<a href=\"https://make.wordpress.org/core/2017/10/31/whats-new-in-gutenberg-31st-october/\" rel=\"noopener\" target=\"_blank\">version 1.6</a>) includes major updates to the writing experience and many performance improvements. The block toolbar has been <a href=\"https://github.com/WordPress/gutenberg/pull/2998\" rel=\"noopener\" target=\"_blank\">relocated to the top of the editor</a>, a suggestion that was mocked up and described in detail in a post on the Yoast SEO blog proposing <a href=\"https://yoast.com/gutenberg-alternative-approach/\" rel=\"noopener\" target=\"_blank\">an alternative approach for Gutenberg</a>.</p>\n<p>Prior to version 1.6, users could inadvertantly end up in a situation like the screenshot below – with tools and toggles popping into view from all sides of a block.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-01-at-5.17.46-PM.png?ssl=1\"><img /></a>Gutenberg prior to version 1.6\n<p>Previously, any small mouse move would pull the block toolbar back into view, which made for a somewhat jarring writing experience. Gutenberg 1.6 makes the block toolbar completely independent of the content by fixing it to the top of the editor. This move reduces the amount of visual distraction in the writing zone, while keeping the toolbar accessible in a way that is familiar to users coming from the Classic Editor.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-01-at-5.24.34-PM-e1509575932134.png?ssl=1\"><img /></a></p>\n<p>The toolbar will automatically adjust to display tools specific to the block type that is in focus, so that users don’t have to sift through other tools that are not applicable to that specific type of content. It does not show if no blocks are selected.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/gutenberg-block-toolbar.gif?ssl=1\"><img /></a></p>\n<p>In the ticket proposing the change, Gutenberg designer Joen Asmussen describes it as part of a larger effort to <a href=\"https://github.com/WordPress/gutenberg/issues/2983\" rel=\"noopener\" target=\"_blank\">try to reduce the visual weight of the block</a>.</p>\n<p>“The cognitive load of the chrome we show around and in context of the block unit has been an ongoing topic for a while,” Asmussen said. “Concerns have been noted that it feels heavy, there are many toolbars, options, and it gets in the way of writing.”</p>\n<p>Placing the block toolbar to the top of the editor is a strong move toward making blocks feel lighter, and version 1.6 includes several other UI tweaks along the same theme. It introduces an alternate style for block boundaries and multi-selection that removes the previous hover and selected styles for blocks, which were somewhat heavy-handed and distracting. Instead, hovering over blocks will simply bring the floating settings dots into view on the side of the block. Contributors also redesigned the selection styles to be more subtle, making the separator, more, and button UI items feel more lightweight.</p>\n<p>Other visual changes include:</p>\n<ul>\n<li>Engage “edit” mode when using arrow keys (hides UI)</li>\n<li>Complete rework of arrow keys navigation between blocks—faster, clearer, and respects caret position while traversing text blocks</li>\n<li>Added keyboard shortcuts to navigate regions</li>\n<li>Implement multi-selection mode using just arrow with shift keys and support horizontal arrows</li>\n<li>Change visual style of multi-selected blocks so it has the same color as highlighted text does</li>\n</ul>\n<p>Gutenberg 1.6 introduces the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/3179\" rel=\"noopener\" target=\"_blank\">convert a classic block (post) into several Gutenblocks</a>. The resulting divided block is fairly instantaneous.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-01-at-6.47.03-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wptavern.com/gutenberg-1-5-adds-initial-support-for-meta-boxes-makes-gutenberg-the-default-editor\" rel=\"noopener\" target=\"_blank\">Version 1.5</a> of the plugin added initial support for meta boxes in an Extended Settings panel beneath the post content. Version 1.6 changes the UI to make meta boxes part of the main column, instead of a collapsible box. Plugin developers had complained that the UI gave the impression of having been pinned to the bottom as “a bit of an afterthought.”</p>\n<p>“I think the current design does meta boxes a real disservice,” one tester, Patrick B., <a href=\"https://wptavern.com/gutenberg-1-5-adds-initial-support-for-meta-boxes-makes-gutenberg-the-default-editor#comment-238575\" rel=\"noopener\" target=\"_blank\">commented</a> on our post. “The current layout and the section heading, “Extended Settings,” makes it look and feel like a bit of an afterthought. Undoubtably, many meta boxes will be able to be moved to their own blocks, but there will still be situations where what is contained under Extended Settings is essential to putting together a page but isn’t appropriate as a block. In that case, Extended Settings just doesn’t feel right and seems easily forgettable. That could create an awkward publishing experience, especially when those fields are required to publish.”</p>\n<p>Meta boxes now appear below the content without the Extended Settings label and individual accordion items are toggled closed by default. The bottom section appears regardless of whether or not the sidebar Settings panel is toggled open, so it is always there. This is a change from the previous release where toggling the sidebar Settings panel open was required to see the Extended Settings panel.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-01-at-7.04.00-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg 1.6 is a fairly large release with several dozen fixes and performance improvements. For a full list of all the changes, check out the <a href=\"https://make.wordpress.org/core/2017/10/31/whats-new-in-gutenberg-31st-october/\" rel=\"noopener\" target=\"_blank\">release post</a> from Matias Ventura and the plugin’s <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 00:18:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WPWeekly Episode 293 – WordPress 4.8.3, RIP Firebug, and Patreon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76200&preview=true&preview_id=76200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wpweekly-episode-293-wordpress-4-8-3-rip-firebug-and-patreon\";s: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:2805:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discuss the news of the week including, a behind the scenes look at how WordPress 4.8.3 was released, WordPress 4.9 RC1, and Patreon launching an app directory along with a free WordPress plugin. We also talk about the difficulties of surveys, from asking the right questions, to organizing the data obtained from them. Last but not least, we pour one out for Firebug.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-8-3-a-security-release-six-weeks-in-the-making\">WordPress 4.8.3, A Security Release Six Weeks in the Making</a><br />\n<a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">WordPress 4.9 Release Candidate 1 Released</a><br />\n<a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\">WordPress 4.9 Will Support Shortcodes and Embedded Media in the Text Widget</a><br />\n<a href=\"https://wptavern.com/patreon-launches-app-directory-and-free-wordpress-plugin-for-membership-sites\">Patreon Launches App Directory and Free WordPress Plugin for Membership Sites</a><br />\n<a href=\"https://wptavern.com/results-from-the-2017-wordpress-user-survey-are-not-guaranteed-to-be-shared\">Results From the 2017 WordPress User Survey Are Not Guaranteed to Be Shared</a><br />\n<a href=\"https://online.wpcampus.org/\">Call For Speakers for WPCampus Online</a><br />\n<a href=\"https://wptavern.com/goodnight-firebug\">Goodnight Firebug</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://heropress.com/essays/family-well-loved/\">A Family Well Loved</a>, a HeroPress essay I contributed too about Kim Parsell and her love for the WordPress community.</p>\n<p><a href=\"https://wordpress.org/plugins/transients-manager/\">Transients Manager</a> by Pippin Williamson is a developer’s tool that provides a UI to manage your site’s transients. You can view, search, edit, and delete transients at will. A toolbar option is also provided that allows you to suspend transient updates to help with testing and debugging.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 8th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #293:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Nov 2017 22:41:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Scotch School Offers Free Course on Getting Started with JavaScript for Web Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76168\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/scotch-school-offers-free-course-on-getting-started-with-javascript-for-web-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2848:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-11-01-at-4.07.32-PM-e1509570496371.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://scotch.io/\" rel=\"noopener\" target=\"_blank\">Scotch School</a>, a developer resource with video training and tutorials, is offering its <a href=\"https://scotch.io/courses/getting-started-with-javascript\" rel=\"noopener\" target=\"_blank\">Getting Started with JavaScript for Web Development</a> course for free through the end of this week. If you’re just now getting started on your journey to <a href=\"https://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" rel=\"noopener\" target=\"_blank\">learning JavaScript deeply</a>, this 23-lesson video course from <a href=\"https://twitter.com/chrisoncode\" rel=\"noopener\" target=\"_blank\">Chris Sevilleja</a> offers a quick foundation on the basics with 4.7 hours of learning and hands-on practice.</p>\n<p>The course includes lessons that introduce students to the following concepts:</p>\n<ul>\n<li>Types and Variables</li>\n<li>Operators</li>\n<li>Comparisons</li>\n<li>Conditionals, Flow, and Loops</li>\n<li>Functions</li>\n<li>Objects</li>\n<li>Built-in Objects</li>\n</ul>\n<p>After completing the fundamentals, students move on to build a couple of starter applications. At the end of the course Sevilleja guides students through building a bookmarking type application for grabbing links from the web and storing them in local storage. Code for the course is available on GitHub and requires a basic set of tools: a browser with support for ES6 features, DevTools and the console, and a code editor.</p>\n<p>The course is targeted at those who have already learned HTML and CSS but don’t know JavaScript yet. It’s also helpful for developers who have jumped into jQuery, Angular, React, or other libraries but haven’t taken the time to learn the core language first.</p>\n<p>The Scotch School has two other free courses at the moment: <a href=\"https://scotch.io/courses/10-need-to-know-javascript-concepts\" rel=\"noopener\" target=\"_blank\">10 Need to Know JavaScript Concepts</a> and <a href=\"https://scotch.io/courses/build-an-online-shop-with-vue\" rel=\"noopener\" target=\"_blank\">Build an Online Shop with Vue</a>. The site also offers a wide selection tutorials and paid courses on using Angular, React, Sass, CSS, Git, Node, Laravel, HTML, and other technologies.</p>\n<p><a href=\"https://scotch.io/courses/getting-started-with-javascript\" rel=\"noopener\" target=\"_blank\">Getting Started with JavaScript for Web Development</a> will go back to being a paid course next week but WP Tavern readers can use a <a href=\"https://scotch.io/registering?coupon=WPTAVERN\" rel=\"noopener\" target=\"_blank\">coupon for 3 months free</a> to continue learning at the Scotch School.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Nov 2017 21:22:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"HeroPress: A Family Well Loved\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://heropress.com/essays/family-well-loved/#utm_source=rss&utm_medium=rss&utm_campaign=family-well-loved\";s: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:15441:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/110117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: At WordCamp you also have opportunity to meet new people, who later become friends, & what they bring to your life is priceless. Kim Parsell, 1956-2015\" /><p>There are times when I hear a story from the WordPress community and I think “That’s a HeroPress story”, whether it has been or ever will actually be posted on the site. Some stories are just so great that you think “Wow, that’s just really great”. This week’s essay is one of those stories, but it won’t be told by the person it’s about.</p>\n<p>Kim Parsell has one of my absolute favorite HeroPress stories, but we lost her before HeroPress was even properly started. I’ve keenly felt the loss of the wisdom and joy she would have brought to HeroPress. I only met her in person once, at the last WordCamp San Francisco. She was so very much in her element, even I could see it, who barely knew her.</p>\n<p>I’ve literally spent years now, trying to think of an appropriate way to share her story on HeroPress, and I think this year I found it. The WordPress community was Kim’s family, and she was our mom. I’m going to let some of the people closest to her tell some of her story.</p>\n<p>— Topher</p>\n<blockquote class=\"light\"><p><em>From Jeff Chandler</em></p>\n<p>What did the WordPress community mean to Kim Parsell? Family.</p>\n<p>In order to understand how highly valued the WordPress community was to Kim Parsell, you first have to realize her environment.</p>\n<p>Kim was a middle-aged woman who lived off a dirt road, on top of a hill, in Southern rural Ohio. She was often by herself, taking care of the property with only a few neighbors up and down the road.</p>\n<p>She received internet access from towers that broadcasted wireless signals, similar to cell phones but at lower speeds.</p>\n<p>Through WordPress Weekly, Kim gained access to members of the WordPress community where she was able to talk to them on a weekly basis. The show and its after hours sessions provided Kim a chance to mingle with the who’s who of WordPress at the time. It helped establish long-lasting relationships that would open up future opportunities.</p>\n<p>In a location where not many around her used or even heard of WordPress, the community was an outlet for her to be around like-minded people. Kim had a blast interacting with people online and at WordCamp events. Many members of the WordPress community became her second family, a responsibility she took very seriously.</p></blockquote>\n<hr />\n<a href=\"http://www.kpimages.net/index.php?showimage=248\"><img class=\"wp-image-2243 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/20071025160711_dscf2405-pano.jpg\" alt=\"\" width=\"950\" height=\"500\" /></a>My Backyard, Revisited – 10/25/2007 – Kim Parsell<br /> Autumn’s patchwork quilt has finally descended upon this area – the trees are in full fall color. This was taken yesterday morning. I tried to take this from just about the same vantage point as the previous one – I think I got pretty close!<br /> Copyright © 2007 Kim Parsell. May not be reproduced without permission. If you’d like to license an image for usage, contact me at kparsell@kpimages.net for details.\n<hr />\n<blockquote class=\"light\"><p><em>From Carrie Dils</em></p>\n<p>When Topher asked me if I’d write a few words in remembrance of Kim, I couldn’t say YES fast enough. I told him I remembered a whole lot more about how she made me feel versus how she felt about WordPress and the community. (I suppose the saying is true that people don’t remember what you say, they remember how you made them feel).</p>\n<p>I first remember meeting Kim on Twitter, so I went back and did a search to the earliest <a href=\"https://twitter.com/search?q=%40cdils%20AND%20%40kimparsell&src=typd&lang=en\">conversations of ours</a> I could find. They dated back to January 2013, nearly two years to the date after she passed in January 2015. I will always remember Kim, along with Mika Epstein and Andrea Rennick, for their kindness to me when I was new to the community. They were the first “women of WordPress” to draw me in and make me feel at home simply by sharing themselves and their knowledge.</p>\n<p>That’s what community is, right? You share things that are personal, vulnerable even. You share your experiences. In doing that, you naturally invite others to reciprocate. That’s the environment Kim created with hundreds of others, not just me. Affectionately called #wpmom, Kim was an investor. She invested countless hours into the WordPress project (she had “props” for 5 major releases of WP and also volunteered her time for the documentation team). She invested in women who wanted to break into tech. She invested in me.</p>\n<p><a href=\"https://carriedils.com/for-you-kim/\">I still well up with tears</a> when I remember Kim. I’m proud that the WordPress Foundation now offers a scholarship in her memory. She loved this community and this community loved her right back. Her legacy lives on…</p></blockquote>\n<hr />\n<a href=\"http://www.kpimages.net/index.php?showimage=243\"><img class=\"size-full wp-image-2244\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/20070930095922_dscf0913.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>Eastern Tiger – Posted on 09/30/2007 – Kim Parsell<br />An Eastern Tiger Swallowtail perches on some tall ironweed that grows down near the pond. I shot this one when I slipped away from the festivities for a little while during my family reunion back in August. Couldn’t pass up the opportunity!<br />Copyright © 2007 Kim Parsell. May not be reproduced without permission. If you’d like to license an image for usage, contact me at kparsell@kpimages.net for details.\n<hr />\n<blockquote class=\"light\"><p><em>From Jayvie Arellano</em></p>\n<p>Kim was a self-reliant person who had a nurturing spirit, and WordPress gave her a channel by which she can channel that energy. I believe that her participation in WordCamps and the docs team enriched her life; every WC she went to, there was always someone she’s known online that she would connect with and check up on. She was concerned with everyone’s well-being.</p>\n<p>She wouldn’t be a coder in our common understanding, but she understood coders. She understood the pitfalls of an isolated life and encouraged people to reach out and be concerned for one another. Her record of kindness and generosity have set an example for a lot of others to follow.</p></blockquote>\n<hr />\n<a href=\"http://www.kpimages.net/index.php?showimage=235\"><img class=\"size-full wp-image-2245\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/20070819053504_dscf0784.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>Misty Morning – Posted on 08/19/2007 – Kim Parsell<br />Storms the night before gave way to dense fog in early morning. The sun finally began to burn through, creating beautiful pools of light and long morning shadows. Copyright © 2007 Kim Parsell. May not be reproduced without permission. If you’d like to license an image for usage, contact me at kparsell@kpimages.net for details.\n<hr />\n<blockquote class=\"light\"><p><em>From Jan Dembowski</em></p>\n<p>Kim Parsell was the sort of person who made me want to become a better human being. And the reciprocal of that is that I sought her approval for what I did, how I behaved and how I handled myself in the WordPress community and in life.</p>\n<p>Just to be clear, she never said or did anything that indicated that her approval was needed. Or that it was a condition for her friendship. But she was #wpmom and that’s just how it was for me. Our online interactions were fun and collaborating with her in the WordPress community was a learning experience for me. I used that experience to become better at my job and it showed.</p>\n<p>When I had to deal with a death in my family, she was one of the people I emailed. I needed that interaction and she was there for me with others in the community.</p>\n<p>I met Kim in person at WordCamp SF 2014. She was amazed at how everyone was treating her. All these people she had contact with and everyone was thrilled to meet her. When the time came, she gave a video presentation on the docs team. She was nervous, had some laptop troubles and didn’t feel prepared. She did fine and I was there cheering her on from the sidelines.</p>\n<p>After WCSF 2014 we stayed in touch and I would send her images of things my children did. When I got the news of her passing it was hard. But she left an amazing example. She taught me and others to take care of yourself, take care of those close to you and be a responsible person. How often do you meet someone like that? I’m so glad for having met her. Just by being herself she made me a better person.</p></blockquote>\n<hr />\n<a href=\"http://www.kpimages.net/index.php?showimage=109\"><img class=\"size-full wp-image-2249\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/20070516131722_dscf0942-1.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>Fire at Night, Part II – Posted on 02/17/2007 – Kim Parsell<br />7/10/2005 – The colors become more brilliant as the sky darkens even more.<br />Copyright © 2005 Kim Parsell. May not be reproduced without permission. If you’d like to license an image for usage, contact me at kparsell@kpimages.net for details.\n<hr />\n<blockquote class=\"light\"><p><em>From Drew Jaynes</em></p>\n<p>Kim Parsell was driven. She knew the things she knew, and had a pretty good idea of how to find out the things she didn’t.</p>\n<p>You’d be amazed how far the simple quality of that “self starter” attitude can take you as a contributor.</p>\n<p>Don’t get me wrong, I’m not intentionally diminishing Kim to simply having the will to pull herself up by her proverbial boot straps. It’s merely to demonstrate the point that Kim’s temperament and poise in unfamiliar situations was unmatched, and that is one of the reasons why she was able to affect so much positive change in WordPress.</p>\n<p>Kim’s positive attitude and helping nature was infectious. She had the uncanny ability to walk into a room of complete strangers and walk out with a group of new friends – and newly-gleaned knowledge to go along with it.</p>\n<p>When Kim visited WordCamp San Francisco (the precursor to WordCamp US) for the first time in 2014, it was hugs all around. Literally. Kim had been contributing to WordPress for years and largely never met many of the people she’d had an opportunity to collaborate with.</p>\n<p>The community summit was being held in conjunction with WCSF that year and the only way she could afford to go was on a travel scholarship offered at the time by the foundation – the same scholarship that now justly bears her name.</p>\n<p>It was an amazing thing to see, made all the more tragic when Kim left us just a few short months later. She was well on her way to realizing her goal of being able to contribute full time and get paid for her effort.</p>\n<p>I’m sad to say Kim never got there, but her spirit lives on in the people she knew and inspired. Here’s hoping that the Kim Parsell Memorial Scholarship will serve to further inspire those who follow in her footsteps.</p></blockquote>\n<hr />\n\n<a href=\"https://heropress.com/essays/family-well-loved/img_0366/\"><img width=\"150\" height=\"150\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/img_0366-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"A view of the sunrise from Kim\'s home\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/img_1045/\"><img width=\"150\" height=\"150\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/img_1045-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Kim and Sam Sidler\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/wcphx-friday-night-firepit/\"><img width=\"150\" height=\"150\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/wcphx-friday-night-firepit-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"WordCamp Phoenix Friday Night Firepit\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/wpdocs-team-openhelp-cropped/\"><img width=\"150\" height=\"150\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/wpdocs-team-openhelp-cropped-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"The WP Docs Team\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/kim_wcsf14_diag/\"><img width=\"150\" height=\"150\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/kim_wcsf14_diag-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Picture turned sideways so that a very tall Drew could be in the same picture as a very short Kim.\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/kim_wcsf14/\"><img width=\"150\" height=\"150\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/kim_wcsf14-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Kim at WCSF\" /></a>\n\n<h3>Kim Parsell<br />\n1956-2015</h3>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Family Well Loved\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Family%20Well%20Loved&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffamily-well-loved%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Family Well Loved\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffamily-well-loved%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffamily-well-loved%2F&title=A+Family+Well+Loved\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Family Well Loved\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/family-well-loved/&media=https://heropress.com/wp-content/uploads/2017/11/110117-150x150.jpg&description=A Family Well Loved\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Family Well Loved\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/family-well-loved/\" title=\"A Family Well Loved\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/family-well-loved/\">A Family Well Loved</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Nov 2017 12:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordPress 4.8.3, A Security Release Six Weeks in the Making\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76178\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wordpress-4-8-3-a-security-release-six-weeks-in-the-making\";s: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:6265:\"<p>WordPress 4.8.3 <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">is available</a> and is a security release for 4.8.2 and all previous versions. This release addresses an issue with $wpdb->prepare() that could lead to a potential SQL injection. While WordPress core is not vulnerable, <a href=\"https://en.wikipedia.org/wiki/Hardening_(computing)\">hardening</a> has been added to prevent plugins and themes from inadvertently causing a vulnerability.</p>\n<p>If you’re experiencing a bit of déjà vu, it’s because WordPress 4.8.2 <a href=\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\">attempted to solve</a> the same problem. <a href=\"https://blog.ircmaxell.com/2017/10/disclosure-wordpress-wpdb-sql-injection-background.html\">According</a> to <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a> who <a href=\"https://blog.ircmaxell.com/2017/10/disclosure-wordpress-wpdb-sql-injection-technical.html\">reported and disclosed</a> the vulnerability, the patch in 4.8.2 didn’t solve the underlying problem and broke many sites.</p>\n<p>Ferrara says he reported the issue immediately after 4.8.2 was released and was ignored by the WordPress security team for several weeks.</p>\n<p>“When I got the attention of the team, they wanted to fix a subset of the issue I reported,” he said. “It became clear to me that releasing a partial fix was worse than no fix (for many reasons). So I decided the only way to make the team realize the full extent was to Full Disclosure the issue.”</p>\n<p>Full Disclosure is the process of publicly sharing technical details of a vulnerability so that the public knows the same amount of information about it as hackers. The threat of full disclosure is typically used to pressure businesses and software creators to act swiftly and release patches as soon as possible.</p>\n<p>On October 26th, Ferrara used his Twitter account to <a href=\"https://twitter.com/ircmaxell/status/923662170092638208\">notify the public</a> that WordPress contained a serious SQLi vulnerability and that because he lacked confidence in the team, fully disclosing it was his only option. His message was retweeted 562 times and liked by 484 people.</p>\n<p>The amount of publicity his Tweet received had an impact as on October 27th, Ferrara reported that constructive discussions resumed with the team and that he would delay the disclosure until October 31st.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">RE: WP Issue: I constructive discussions have resumed with the security team. I will be delaying FD until at earliest the 31st.</p>\n<p>— Anthony Ferrara (@ircmaxell) <a href=\"https://twitter.com/ircmaxell/status/923907743555178496?ref_src=twsrc%5Etfw\">October 27, 2017</a></p></blockquote>\n<p></p>\n<p>On October 27th, Ferrara spoke to a member of the WordPress security team who provided a fresh set of eyes to the problem, “A security team member who hadn’t yet participated in the thread went back to the beginning of the thread and re-read every post,” he said.</p>\n<p>“He (correctly I may add) summarized the entirety of the issues, as well as asked a few clarifying questions. He also asked for a little more time but gave me a target of Tuesday, October 31st so it wasn’t wide open. This was the response I was looking for the entire time.”</p>\n<p>Both parties collaborated on a patch that fixed the issue and WordPress 4.8.3 was released. Although his experience started out frustrating, Ferrara is hopeful that the team will do better with future reports.</p>\n<p>“I get that there are competing priorities,” he said. “But show attention. Show that you’ve read what’s written. And if someone tells you it seems like you don’t understand something, stop and get clarification. And ask for help. Overall, I hope the WP security team moves forward from this. I do honestly see hope.”</p>\n<p>Aaron Campbell, WordPress Security Team Lead, says that although there were some rough patches in working with Ferrara, they were able to work together to get a fix released in the end. While the threat of full disclosure didn’t have a huge impact on getting the vulnerability patched, it may have been the catalyst to get a new person involved in the process.</p>\n<p>“A threat of disclosure certainly adds pressure and possibly stress, but doesn’t actually change the overall equation that much.” Campbell said. “An issue isn’t more severe because it’s going to be disclosed, but it can become more rushed (meaning a higher likelihood of mistakes).</p>\n<p>In this case, I actually think the threat of disclosure ended up coinciding with one of the people from our security team joining in to help out. The new person was much better at communicating with Anthony, and it really turned things around.”</p>\n<p>In the official release post, the WordPress Security Team thanked Ferrara for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">Responsible Disclosure</a>. This generated some conversation on Twitter on whether responsible disclosure should be renamed to coordinated disclosure.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Dear WordPress:</p>\n<p>Stop calling it \"responsible disclosure\". It\'s \"coordinated disclosure\".</p>\n<p>— Scott Arciszewski (@CiPHPerCoder) <a href=\"https://twitter.com/CiPHPerCoder/status/925384513307504641?ref_src=twsrc%5Etfw\">October 31, 2017</a></p></blockquote>\n<p></p>\n<p>“I’m not sure I know what the terminology change would be aiming to accomplish,” Campbell said. “I do see that some places use this particular phrasing, but honestly I don’t see how it conveys anything that’s not already generally understood with responsible disclosure.”</p>\n<p>Users are encouraged to update their sites to 4.8.3 as soon as possible. Since this release changes the behavior of esc_sql(), developers are highly encouraged to read this <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">dev note</a> on the Make WordPress Core site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Nov 2017 10:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Dev Blog: WordPress 4.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1336:\"<p>WordPress 4.8.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.8.2 and earlier are affected by an issue where <code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.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.8.3.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 14:20:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Dev Blog: WordPress 4.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2017/10/wordpress-4-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3136:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, 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.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42049&stop_rev=42022&limit=100&sfp_email=&sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\"https://profiles.wordpress.org/pento/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 04:42:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: GDPR for WordPress Project Seeks to Provide a Standard for Plugin Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/gdpr-for-wordpress-project-seeks-to-provide-a-standard-for-plugin-compliance\";s: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:6641:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/WP-GDPR-Compliance.png?ssl=1\"><img /></a></p>\n<p>WordCamp Denmark organizer <a href=\"https://twitter.com/kaaremulvad\" rel=\"noopener\" target=\"_blank\">Kåre Mulvad Steffensen</a> and WP Pusher creator <a href=\"https://wppusher.com/\" rel=\"noopener\" target=\"_blank\">Peter Suhm</a> are working on a <a href=\"https://www.gdprwp.com/\" rel=\"noopener\" target=\"_blank\">GDPR for WordPress</a> project that aims to provide an industry standard for getting plugins compliant with EU General Data Protection Regulation (GDPR) legislation. The deadline for compliance is May 28, 2018, approximately 200 days from now. The Danish duo met at WordCamp Europe a few years ago and were inspired to work together on several projects, with GDPR compliance for WordPress sites being the most urgent item on their list.</p>\n<p>“We want to create a standard for plugin creators to describe what kind of data they store and how to handle it,” Suhm said. “With a standard like this it will be possible to build tools to make WP sites compliant with GDPR. That basically means things like generating privacy policies, tools to export sensitive data, and tools to delete it completely. GDPR is pretty complex, so there will likely be a lot of tools around this. The first thing we need is a standard. It’s critical especially for EU based companies, and I can tell you that it’s something people discuss in every meetup and WordCamp over here.”</p>\n<p>The GDPR for WordPress site includes a summary of website owners’ obligations in regards to collecting data related to EU citizens. It’s not comprehensive but gives an idea of what items the standard will need to cover:</p>\n<ul>\n<li>Tell the user: who you are, why you collect the data, for how long and who receives it.</li>\n<li>Get a clear consent, before collecting any data</li>\n<li>Let users access their data, and take it with them</li>\n<li>Let users delete their data</li>\n<li>Let users know if data breaches occur</li>\n</ul>\n<p>Steffensen and Suhm’s first step is <a href=\"https://goo.gl/forms/U9zp6rS1HSDcKZI42\" rel=\"noopener\" target=\"_blank\">surveying WordPress plugin developers</a> to gauge their awareness of the GDPR. They also want to know if developers would be interested in using a free, open source solution, like a simple file with a map of personal and sensitive data stored by their plugins. The GDPR for WordPress team would then use the tool as a foundation to build tools that can take care of compliance by parsing these files.</p>\n<p>“When we have the survey data we will continue to work on the standard,” Suhm said. “It will be 100% open source, so everyone can use it to build whatever they see fit afterwards. So far it’s just a lot of ideas and we really want to collect as much input as possible so we can get everyone onboard.”</p>\n<p>The team has created a roadmap that that they will update based on feedback from plugin developers. They plan to work on the following:</p>\n<ul>\n<li>Methodology to describe how a plugin collects, stores, and uses personal data</li>\n<li>Methodology file builder for plugin developers to use</li>\n<li>Provide a clear visual compliance indicator on every plugin installed</li>\n<li>Privacy policy text builder based on installed (compliant) plugins</li>\n<li>Provide an administrative overview on each users data being stored, across plugins</li>\n<li>Provide an administrative way to send user data to a specific user upon request</li>\n<li>Provide an administrative way to delete user data on a specific user upon request</li>\n<li>Add site wide Explicit consent checkbox, with detailed yet plain English on what data is stored, how it is used and how long. (This is a replacement for the cookie popup) – possible disablement of submitting actions until consent is given? The request to collect data should happen to every user before any data is collected, that might also mean cookies.</li>\n</ul>\n<p>Despite the quickly approaching deadline, solutions aimed at helping WordPress sites to be compliant with the GDPR are virtually non-existent. There are currently only <a href=\"https://wordpress.org/plugins/search/GDPR/\" rel=\"noopener\" target=\"_blank\">six plugins in the directory</a> with descriptions that mention having been built with GDPR compliance and privacy in mind. Many site owners will be woefully unprepared to comply with the legislation.</p>\n<p>A couple of months ago we looked the <a href=\"https://wptavern.com/gravity-forms-stop-entries-plugin-aims-to-help-sites-comply-with-the-eus-gdpr\" rel=\"noopener\" target=\"_blank\">Wider Gravity Forms Stop Entries plugin</a>, which helps site owners protect the privacy of form submissions by preventing them from being stored in the database. Since many plugins don’t have these options built in, other plugin developers have to extend them to suit their users’ needs. At the moment, there is no standard way of doing this because of the wide variance in how plugins store their data.</p>\n<p>This solution the GDPR for WordPress team is proposing is different in that it aims to give plugin authors a standard for including a meta description of the personal and sensitive data that their plugins stores. The GDPR doesn’t prohibit plugins from storing personal identifiable data but it does require website owners to detail what, where, and for what purpose it is stored.</p>\n<p>“The problem right now is that it is almost impossible to figure out what information a WordPress plugin stores and where it is stored,” Suhm said. “This will make it possible to build general solutions across plugins to ensure GDPR compliance. An example could be a tool to delete sensitive data from a WordPress site, including the data stored by plugins. That is only possible if plugin authors include some sort of description of their ‘data footprint.\'”</p>\n<p>The biggest challenge the team has is rallying plugin developers to get on board with following a new standard and updating their plugins to provide a data footprint. This is not an easy task as the burden of compliance falls to the website owners, not individual plugin developers. Even if site owners are motivated to educate themselves, the prospect of figuring out what data is being stored and where can be daunting. If the GDPR for WordPress team can successfully get the plugin developer community on board, they can work together to build a suite of tools that help end users get a broad overview of their sites’ GDPR compliance.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Oct 2017 23:20:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Post Status: The WordPress product market is completely different now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=39797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/wordpress-product-market-completely-different-now/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8685:\"<p><em>This article is a member contribution from Scott Bolinger. Scott is the founder of <a href=\"https://hollerwp.com/\">Holler Box</a> and the co-founder of <a href=\"https://apppresser.com/\">AppPresser</a>.</em></p>\n<p>The WordPress economy is changing, and many businesses are feeling it.</p>\n<p>The <a href=\"https://poststatus.com/future-wordpress-economy-im-not-worried/\">market is maturing</a>, and <a href=\"http://chrislema.com/wordpress-economy-shrinking/\">customers are behaving differently</a>. It’s happening slowly, but I think everyone realizes things are changing.</p>\n<p>Often this change has been discussed in terms of hosts and agencies, but let’s talk about products.</p>\n<p>I just read an article on Indie Hackers about MH Themes, a premium theme shop that started in 2013. They describe a <a href=\"https://www.indiehackers.com/businesses/mh-themes\">hard-fought journey</a> to a solid $30K in monthly revenue, but they have noticed big changes in the market since they started.</p>\n<p>The author, Michael Hebenstreit, puts it this way:</p>\n<blockquote><p>Back in 2013 it was much easier to launch a WordPress theme and make it somewhat popular. Today the market for WordPress themes has become heavily crowded and oversaturated. It’s near to impossible to make a theme highly successful without investing lots of time and money in marketing and building a community behind your product.</p></blockquote>\n<p>It comes as no surprise that the theme business is saturated; it <a href=\"http://scottbolinger.com/wordpress-theme-business/\">has been for years</a>. I would now say the plugin business is saturated as well.</p>\n<p>From 2008 to 2010 you could have released just about any decent plugin or theme, and it would have done fairly well, simply because there was very little competition. The WordPress market was in an early and extreme growth phase. People were realizing there was money to be made.</p>\n<p>Many different product categories were ripe for innovation, with no dominant players at all. For example, the eCommerce landscape was wide open before WooCommerce became popular in 2011. Now there is no one even remotely close to them, and <a href=\"https://ithemes.com/exchange/\">competing</a> with WooCommerce doesn’t seem like a good idea.</p>\n<p>Today what we see in most product categories is at least one dominant player, and many other new entrants at their heels. Backups, security, SEO, themes, page builders, forms, caching, lead generation, and other categories all have stiff competition.</p>\n<p>Previously the competition was a developer trying to figure out how to grow a company. Now it’s a 30+ person organization with millions of dollars in revenue. iThemes, Yoast, Gravity Forms, Awesome Motive, and WooCommerce are just a few. These companies have a loyal following that makes it harder for smaller shops to take a piece of the pie.</p>\n<p>Popular plugins now have millions of downloads, lots of articles written about them, and avid fans. They are becoming harder and harder to dethrone, or even to challenge for a slice of market share.</p>\n<h3>Your product is a commodity</h3>\n<p>As Alex Turnbull says <a href=\"https://www.groovehq.com/blog/commoditization\">in this recent article</a>, “if your product isn’t already a commodity, it will become one in the next few years.”</p>\n<p>It’s becoming easier and easier to create and sell a product online. Developers are ubiquitous, websites are cheap, and many people can build something on the side with a full time job.</p>\n<p>That means when you release a product you not only have the established leaders to contend with, but lots smaller players with great products just getting started. Even if your product is great, there are 10 other great products in the same category.</p>\n<p>That doesn’t mean a great product isn’t important — it certainly is. It does mean that it’s not enough.</p>\n<p>If your product isn’t enough to stand out in a crowded marketplace, what does it take?</p>\n<h3>How to bring a new product to market now</h3>\n<p>The old way of starting a new product might have been to go where there was less competition and create a better product. If there are still places of “less competition” they are much harder to see.</p>\n<p>You can go after a niche, but WordPress is already a niche. A niche within a niche is a very small market.</p>\n<p>It’s not impossible to slay the giant Goliath product companies. As <a href=\"https://blog.asmartbear.com/compete-on-profit.html\">Jason Cohen</a> points out, they have an Achilles heel: “The profitable revenue stream is a prison.” They are slower to adapt to changes in the marketplace because they can still make money doing what they have always done.</p>\n<p>If you are thinking about bringing a new product to market, here are a few observations that may help you.</p>\n<h4>1) It’s going to be a lot harder than it used to be, and it’s going to take longer.</h4>\n<p>Can you go for a year (or two) without making any money and still be cranking out code and marketing yourself? That may be what it takes.</p>\n<p>Putting up a website and starting a content strategy takes six months to see any solid organic traffic. Publishing your plugin to official WordPress directory does not result in automatic downloads. The newer search algorithms favor the entrenched plugins that have more downloads and reviews.</p>\n<p>It’s an uphill battle, and it takes time.</p>\n<h4>2) You must have a strategic advantage, or a unique difference to win.</h4>\n<p>Ninja Forms went into a crowded space against one of the most popular plugins of all time, Gravity Forms. They gained an advantage by offering a free version and distributing it on the directory, while Gravity Forms was entirely commercial. Why did they do so much better than other free form plugins? I don’t know, but they certainly executed well, and they have created a great brand.</p>\n<p>Can you find a competitive advantage and exploit it?</p>\n<p>One weakness I see in many WordPress companies is marketing. Many of the early successes in WordPress were coders who made a cool plugin. Most of them are not marketers, and they have enough business without needing to learn marketing. This leaves the door open for companies with great marketing.</p>\n<p>Can you dominate an under-marketed product category?</p>\n<p>You are going to have to do something different and better than what has come before. Copying a business model that worked in 2012 is not a good strategy.</p>\n<h4>3) Branding is more important than ever.</h4>\n<p>Your brand is what will help you gain market share against your competitors.</p>\n<p>A brand is not your logo, and it’s not what you say about your company. It’s what they say. They, as in, your customers.</p>\n<p>Providing great customer service, getting to know people at events, being helpful on social media, providing refunds without asking questions — these are all parts of your brand. Being known for doing good work is another, so that when you release a new product, people just buy it.</p>\n<p>I think of the brand Pippin Williamson has built for himself, since he is known for putting out high quality products. I will buy a plugin he makes over a more established competitor because of his reputation for quality. iThemes is another great example of a company that cares about their customers. They have built a brand on integrity.</p>\n<p>Building a brand takes time, but it is more important than ever.</p>\n<h3>Looking forward</h3>\n<p>The WordPress market is no longer high growth and low competition.</p>\n<p>The companies involved in products are maturing into well staffed, well funded operations. Their fans are loyal, and their products are entrenched. This makes it harder for new entrants into the market to compete.</p>\n<p>New products must have a well thought out strategy to gain traction in this competitive marketplace. Without unique positioning and hard fought execution, they will not survive.</p>\n<p>It’s not all bad news, because this is how most marketplaces look already. It’s a sign that those of us who make products need to get more creative about how we approach product development and marketing.</p>\n<p>As the more successful companies get larger, they will also become more resistant to change. When this happens, newer product offerings will be able to steal market share with fast paced innovation and development.</p>\n<hr />\n<p>This post was originally posted for <a href=\"https://poststatus.com/club\">Post Status Club Members</a>. Join to get exclusive content like this.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Oct 2017 21:38:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Scott Bolinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Akismet: Akismet Has Caught Four Hundred Billion Spam 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2017/10/30/400-billion-spam-caught/\";s: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:1338:\"<p>Over the weekend, Akismet stopped its 400 billionth spam comment.</p>\n<p><a href=\"https://akismet.com/400billion/\"><img /></a></p>\n<p>400,000,000,000 is a lot. How many is it?</p>\n<ul>\n<li>It’s so many that I lost count of the zeroes while I was typing it out.</li>\n<li>It’s so many that most <a href=\"https://akismet.files.wordpress.com/2017/10/51c6f8n-wml.jpg\">basic calculators</a> can’t even display a number that big.</li>\n<li>It’s so many that if it took you five seconds to mark each of those comments as spam, you’d have to skip your office Halloween party for the next 63,419 years because you’d still be busy clicking.</li>\n</ul>\n<p>Akismet will continue quietly catching spam. (In fact, it’s already caught another million spam while you were reading this.) If you have a spam problem, <a href=\"https://akismet.com/plans/\">sign up for Akismet</a>, and you can help us reach our next hundred billion milestone even faster.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1973/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1973/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1973&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Oct 2017 16:13:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Drake Trick-or-Treats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2017/10/drake-trick-or-treats/\";s: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:133:\"<br />\n\n<p>As you prepare for Halloween you'll enjoy this Drake parody, especially if you're familiar with his catalog.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Oct 2017 19:23:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: New Dispensary Details Plugin for WooCommerce Adds Cannabis Details to Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/new-dispensary-details-plugin-for-woocommerce-adds-cannabis-details-to-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5876:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/blueberry-kush.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/57298467@N03/5500914557\">Blueberry Kush, Indica-3</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Two years ago, WordPress developer Robert DeVore launched <a href=\"https://www.wpdispensary.com/\" rel=\"noopener\" target=\"_blank\">WP Dispensary</a>, a free marijuana dispensary menu plugin for WordPress, and has since built an accompanying theme, additional free add-ons, and six commercial extensions. DeVore is aiming to make WP Dispensary a complete online menu software solution for dispensaries and delivery services. The business has grown enough over recent months for him to begin working full-time on it.</p>\n<p>“One of the larger objectives going full time with WP Dispensary was to put together content that was specific for both dispensary owners and freelance WordPress developers,” Devore said. “There is a 50/50 split with buyers, so I know that writing content to outline how WPD can help you specifically is an important next step.”</p>\n<p>Due to recent demand seen in pre-sales questions, DeVore has just released a Dispensary Details plugin to meet the needs of the much larger market of customers using WooCommerce. The plugin does not require WP Dispensary to work.</p>\n<p>“Instead of leaving a need out there, I looked at WP Dispensary and knew I could create a standalone plugin that added the proper details and displayed cleanly within the WooCommerce structure,” DeVore said.</p>\n<p>The <a href=\"https://www.wpdispensary.com/downloads/dispensary-details-for-woocommerce/\" rel=\"noopener\" target=\"_blank\">Dispensary Details for WooCommerce</a> plugin is the first of its kind for the e-commerce platform. It adds custom taxonomies and metaboxes that allow store owners to add cannabis details to products, including information like compound details, aromas, effects, conditions, vendors, symptoms, and more.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/dispensary-details-front-end-table.jpg?ssl=1\"><img /></a></p>\n<p>The plugin includes separate Edibles and Topicals details boxes where store owners can enter THC/CBD per serving, size, serving count, and net weight. It also has a Grower Details box for cannabis shops that sell clones or seeds with specific sections for origin, average grow time and yield, and the clones/seeds per unit.</p>\n<p>Dispensary Details for WooCommerce works with any WordPress theme and simply adds the new Details tab to product pages alongside the various other tabs that WooCommerce displays. The plugin is priced at $149.00, which includes one year of support and updates.</p>\n<p>The WordPress product market is just starting to build solutions for the growing marijuana industry, and DeVore predicts that WordPress site builders will soon be in high demand.</p>\n<p>“I feel like the industry is going to become more regulated and also increased banking will allow for companies to focus on the marketing/sales side of the business rather than the business side of the business. With companies like KIND Financial recently putting out a <a href=\"http://kind.financial/kind-seed-payment/\" rel=\"noopener\" target=\"_blank\">seed-to-sale solution</a> along with a bank in Canada, it’s just a sign that things are changing for the better.”</p>\n<p>DeVore said changes like these will allow businesses to focus on their websites and WordPress developers will have the opportunity to provide solutions for them, just like they already do for so many other industries. Outside of the U.S. there are already many mail order cannabis services in operation and DeVore said inside the U.S. he has noticed a lot of delivery services that are using WP Dispensary with WooCommerce to allow patients to place orders.</p>\n<p>More competition is starting to sprout up for this new niche in the WordPress ecosystem and many of them are working towards providing more comprehensive e-commerce solutions. <a href=\"https://liftedthemes.com/\" rel=\"noopener\" target=\"_blank\">Lifted Themes</a> is a shop that sells WordPress plugins and themes for the marijuana industry. The company is working on building products that will sync with major POS or Seed to Sale systems. Similarly, <a href=\"https://h32b.com/\" rel=\"noopener\" target=\"_blank\">H32B</a> provides a theme along with a suite of WooCommerce plugins for medical marijuana dispensaries.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-27-at-3.12.08-PM-e1509135316697.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://mmjecommerce.com/\" rel=\"noopener\" target=\"_blank\">MMJ E-Commerce</a> is another newer company that provides WooCommerce and WordPress plugins and services for dispensaries with a focus on resources for compliance. The site offers plugins for patient registration forms, credit card payments, THC CBD shipping restrictions, and Age Verification forms.</p>\n<p>A report from <a href=\"https://www.forbes.com/sites/debraborchardt/2017/01/03/marijuana-sales-totaled-6-7-billion-in-2016/#463a07d75e39\" rel=\"noopener\" target=\"_blank\">Arcview Market Research</a> published this year showed that North American marijuana sales grew 30% to $6.7 billion and sales are projected to exceed $20 billion by 2021 (assuming a compound annual growth rate of 25%). As of September 2017, <a href=\"http://www.governing.com/gov-data/state-marijuana-laws-map-medical-recreational.html\" rel=\"noopener\" target=\"_blank\">29 states and the District of Columbia</a> have laws that legalize marijuana in some form. As prohibition collapses in more states, the marijuana industry is set to expand and this budding niche in the WordPress ecosystem will likely see significant growth.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Oct 2017 21:48:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Results From the 2017 WordPress User Survey Are Not Guaranteed to Be Shared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/results-from-the-2017-wordpress-user-survey-are-not-guaranteed-to-be-shared\";s: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:1425:\"<p>As November edges closer, the countdown to <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a> begins. One of the annual traditions that’s part of the event is the <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">WordPress User Survey</a>. The survey is used to gauge who and how people use WordPress. Although the survey says results will be presented at WordCamp US, that hasn’t been the case the last two years.</p>\n<p>Astute readers <a href=\"https://wptavern.com/take-the-2016-wordpress-user-survey\">may remember</a> that results from the 2015 survey were not shared. When asked why, Matt Mullenweg replied, “Lots of data to go over, but basically more people are using WordPress, app development is growing, lots of people are making their living with WordPress, and other great trends are showing up,” he said. “We’ll try to do a blog post about it.”</p>\n<p>That blog post was never published. Additionally, results from last year’s survey were not shared during the State of the Word or in a blog post.</p>\n<p>Thousands of people take the survey providing insight into trends, how people use the software, and demographics. If users voluntarily provide this data to WordPress.org, sharing the results with the public whether it’s a blog post, separate session, or during the State of the Word, would be a nice way to return the favor.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Oct 2017 20:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Patreon Launches App Directory and Free WordPress Plugin for Membership Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/patreon-launches-app-directory-and-free-wordpress-plugin-for-membership-sites\";s: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:3319:\"<p><a href=\"https://www.patreon.com/\" rel=\"noopener\" target=\"_blank\">Patreon</a> was founded in May 2013 as a service with business tools that allow content creators to crowdfund their work through donations and subscriptions. The service is now expanding to help users connect their accounts to more third-party tools that make patron management easier. Patreon <a href=\"https://blog.patreon.com/patreon-powers-membership-across-the-web/\" rel=\"noopener\" target=\"_blank\">launched</a> its new <a href=\"https://www.patreon.com/apps/featured\" rel=\"noopener\" target=\"_blank\">App Directory</a> and <a href=\"http://patreon.com/portal\" rel=\"noopener\" target=\"_blank\">Developer Portal</a> today, featuring <a href=\"https://www.patreon.com/apps/wordpress\" rel=\"noopener\" target=\"_blank\">a free WordPress plugin</a> that offers basic membership capabilities.</p>\n<p>The plugin uses the Patreon API to tell the WordPress site who is a patron and what pledge level they are at. Patrons can then click on the “Connect with Patreon” button included with the plugin and site owners will have the ability to publish posts that are viewable by patrons only. It also includes an option to provide an ad-free experience for patrons visiting the site.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/patron-posts.png?ssl=1\"><img /></a></p>\n<p>The plugin is free, maintained and supported by Patreon, and released under the Apache License Version 2.0. Users who want more features can purchase a commercial plugin called <a href=\"https://www.patreon.com/apps/patronpluginpro\" rel=\"noopener\" target=\"_blank\">Patron Plugin Pro</a>, which is available in the App Directory from a third party. It offers more granular control over content restriction:</p>\n<ul>\n<li>Make entire site patron only with a single click</li>\n<li>Mark an entire post, post type, or parts of content as patron-only with a click</li>\n<li>Customizable different types of notifications for Patron only content with Message and buttons</li>\n<li>Custom Banner/Notification for non-patrons viewing a patron-only Post</li>\n<li>Protect excerpts in listings for patron-only content</li>\n</ul>\n<p>Usage of the plugin is $30/year, which includes ongoing updates and access to community support. It does not include premium support. Patron Plugin Pro was created and maintained by <a href=\"https://codebard.com/\" rel=\"noopener\" target=\"_blank\">CodeBard</a>, a company that also has a plugin on WordPress.org for <a href=\"https://wordpress.org/plugins/patron-button-and-widgets-by-codebard/\" rel=\"noopener\" target=\"_blank\">adding Patreon buttons and widgets</a>. For those who want to build their own integrations, Patreon’s new <a href=\"https://www.patreon.com/portal\" rel=\"noopener\" target=\"_blank\">Developer Portal</a> has documentation on its REST API and Webhooks.</p>\n<p>Last month Patreon announced that the company had <a href=\"https://patreonhq.com/new-round-funding-816d5a592477\" rel=\"noopener\" target=\"_blank\">raised $60M in new funding</a> and hinted that integrations with other platforms were coming. Today’s announcement of apps for WordPress, Zapier, Discourse, Slack, and other services is the beginning of the company’s plan to make a whole ecosystem of tools available to help creators expand their memberships.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 21:27:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Dev Blog: 2017 WordPress Survey and WordCamp 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:944:\"<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n<a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&ssl=1\" /></a>WordCamp US in Nashville\n<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what's new in WordPress and is given every year at WCUS. Don't forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 20:59: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: WordPress 4.9 Will Support Shortcodes and Embedded Media in the Text 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3924:\"<p>WordPress 4.8 brought TinyMCE to the core Text widget, along with brand new Image, Video, and Audio media widgets. The upcoming 4.9 release builds on this progress and will introduce some long-awaited improvements to Text widget. Users will finally be able to <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">use shortcodes in the Text widget</a> without the help of additional code from plugins or themes.</p>\n<p>This new feature is the answer to an eight-year-old <a href=\"https://core.trac.wordpress.org/ticket/10457\" rel=\"noopener\" target=\"_blank\">ticket</a> requesting shortcode support inside the Text widget. Weston Ruter broke down the technical details in the <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">dev note</a> for the feature, explaining why it took so long to find a solution:</p>\n<blockquote><p>One reason for the long delay with adding shortcode support in Text widgets was due to many shortcodes looking for a global <code>$post</code> when they run. Since the global <code>$post</code> varies depending on whatever the query is, the shortcodes in a Text widget could render wildly different on different templates of a site. The solution worked out was to temporarily nullify the global <code>$post</code> before doing the shortcodes so that they will consistently have the same global state, with this global $post then restored after the shortcodes are done.</p></blockquote>\n<p>Hundreds of thousands of WordPress installations currently <a href=\"https://wordpress.org/plugins/search/shortcodes+text+widget/\" rel=\"noopener\" target=\"_blank\">use a plugin to add shortcode support to widgets</a>. Contributors to 4.9 have taken this into account so that updating will not cause unexpected issues.</p>\n<p>“If a plugin has added <code>do_shortcode()</code> to <code>widget_text</code> then this filter will be suspended while the widget runs to prevent shortcodes from being applied twice,” Ruter said.</p>\n<p>In addition to the <a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">new core gallery widget</a> landing in 4.9, this release will also allow users to embed media in the Text widget. A new “Add Media” button is available, making it easy for users to insert images, audio, galleries, and videos, along with text and other content. WordPress 4.9 also adds support for oEmbeds in the Text widget and the Video widget has been updated with expanded support for any oEmbed provider for video.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-26-at-12.00.59-AM.png?ssl=1\"><img /></a></p>\n<p>Little enhancements like these make it easier for users to update their own websites without having to hire a developer or add extra plugins for things that should be simple. The improvements to widgets have also been implemented in such a way that users will be more prepared for how Gutenberg will handle media.</p>\n<p>“The media-specific widgets are closely aligned with blocks in Gutenberg; the existence of media inside the Text widget will align with eventual nested blocks in Gutenberg, and would be treated as Classic Text blocks in any future migration from widgets to blocks,” Ruter said.</p>\n<p>WordPress 4.9 will improve the experience of switching between themes by including logic that is better at mapping widgets between two themes’ widget areas. This release will also improve the <a href=\"https://core.trac.wordpress.org/ticket/23120\" rel=\"noopener\" target=\"_blank\">UI for updating and saving widgets</a> in the admin screen. It adds an indicator that shows whether or not widget changes have been saved, as well as a notice if the user attempts to leave the page with unsaved changes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 05:46:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 292 – Recap of WooConf and CaboPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76080&preview=true&preview_id=76080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wpweekly-episode-292-recap-of-wooconf-and-cabopress\";s: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:2434:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by Cody Landefeld, co-founder of <a href=\"https://modeeffect.com/\">Mode Effect</a>. Landefeld described his experience attending WooConf as we reviewed highlights from the State of the Woo.</p>\n<p>We also discussed WooCommerce retiring its Canvas theme in favor of Storefront. Jacoby shared his experience attending CaboPress and near the end of the show, we talk about WordPress 4.9 Beta 4.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/woocommerce-stores-on-track-to-surpass-10b-in-sales-this-year\">WooCommerce Stores on Track to Surpass $10B in Sales This Year</a><br />\n<a href=\"https://wptavern.com/woocommerce-retires-canvas-theme-recommends-customers-migrate-to-storefront-theme\">WooCommerce Retires Canvas Theme, Recommends Customers Migrate to Storefront Theme</a><br />\n<a href=\"https://wptavern.com/wordpress-4-9-beta-4-removes-try-gutenberg-call-to-action\">WordPress 4.9 Beta 4 Removes ‘Try Gutenberg’ Call to Action</a></p>\n<h2>Picks of the Week:</h2>\n<p>HeroPress is <a href=\"https://heropress.com/accepting-donations/\">now accepting donations</a>. If you support the project, please consider donating.</p>\n<p>Ninja Forms achieved a milestone. The plugin is activated on more than 1M sites.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Ninja Forms reached 1 million active installs at the very beginning of the day today! This is a huge milestone! <a href=\"https://t.co/RECAHWJyOV\">https://t.co/RECAHWJyOV</a></p>\n<p>— James Laws (@jameslaws) <a href=\"https://twitter.com/jameslaws/status/923251034272817152?ref_src=twsrc%5Etfw\">October 25, 2017</a></p></blockquote>\n<p></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 1st 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #292:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 01:13:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Gauguin to Olive Garden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2017/10/gauguin-to-olive-garden/\";s: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:775:\"<blockquote class=\"wp-block-quote blocks-quote-style-1\">\n<p>[Gauguin] was penniless and adrift, trying to paint his way through the devastations of his dying marriage, his rejection by the cliques of the Parisian art establishment, and the precarity of his friendship with Vincent van Gogh, who shortly before Christmas had assaulted him with a razor and, after Gauguin’s departure that evening, used the same blade to cut off his own ear […] Despite the promises of the name, it can be a challenge to find actual olives at Olive Garden.</p>\n</blockquote>\n<p>Probably my favorite food writing I've read this year is <a href=\"https://www.eater.com/2017/10/3/16395312/olive-garden-review\">Helen Rosner's comprehensive review of Olive Garden for Eater</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 23:44:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WPTavern: Goodnight Firebug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76038\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wptavern.com/goodnight-firebug\";s: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:3657:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-25-at-1.07.39-PM.png?ssl=1\"><img /></a></p>\n<p>Twitter is lighting up with sentimental Firebug remembrances today after Mozilla <a href=\"https://hacks.mozilla.org/2017/10/saying-goodbye-to-firebug/\" rel=\"noopener\" target=\"_blank\">announced</a> it will reach end-of-life in the Firefox browser next month. Firebug was the first browser-based tool that allowed developers to easily inspect HTML and debug JS. It was discontinued as a separate add-on and <a href=\"https://hacks.mozilla.org/2016/12/firebug-lives-on-in-firefox-devtools/?mc_cid=a4117f9cbc&mc_eid=ad602f9b49\" rel=\"noopener\" target=\"_blank\">merged into Firefox DevTools</a> in 2016 where it will live on.</p>\n<p>I remember the days of painstaking debugging before Firebug was available. It was a revolutionary tool that instantly became indispensable, helping developers work more efficiently.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Firebug was the rare kind of tool that instantly doubled the productivity of every developer it touched.</p>\n<p>— Rob Spectre (@dN0t) <a href=\"https://twitter.com/dN0t/status/923198959082000384?ref_src=twsrc%5Etfw\">October 25, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">RIP Firebug. Couldn\'t have built any of my companies without you. <a href=\"https://t.co/NzoWHtxbTu\">https://t.co/NzoWHtxbTu</a></p>\n<p>— justin kan (@justinkan) <a href=\"https://twitter.com/justinkan/status/922948111684714496?ref_src=twsrc%5Etfw\">October 24, 2017</a></p></blockquote>\n<p></p>\n<p>“Firebug changed everything for me as a frontend developer,” Jens Grochtdreis said. “Looking back I cannot remember how hard the times were before Firebug stepped on the scene. Now each browser has mature developer tools. That’s because of Firebug. Mission accomplished!”</p>\n<p>In recognition of what Firebug brought to developers, Mozilla reviewed one of the most important points in Firebug history – the decision to open source the software. This allowed for the proliferation of similar browser development tools that we see today. Firebug creator Joe Hewitt, who eventually moved on to Facebook, made the tool open source in December 2006:</p>\n<blockquote><p>The first announcement is in regards to Firebug’s licensing. As I was developing Firebug 1.0, I began to wonder if I should try to turn the project from a hobby into a business. When I proposed this idea on my blog, the response was very positive and reaffirmed my belief that Firebug could do well as a commercial product.<br />\nHowever, in the end, I just don’t feel like that is the right thing to do. I love working on Firebug because I know I’m making a lot of people happy and helping to advance the state of the art. That’s a lot more meaningful to me than just about anything else, and so, I’ve decided that <strong>Firebug will remain free and open source.</strong></p></blockquote>\n<p>Mozilla reported that more than a million people are still using the Firebug add-on. Firefox Developer Tools has a guide for <a href=\"https://developer.mozilla.org/en-US/docs/Tools/Migrating_from_Firebug\" rel=\"noopener\" target=\"_blank\">migrating from Firebug</a>. There are still several Firebug features missing from Firefox DevTools, but <a href=\"https://bugzil.la/991806\" rel=\"noopener\" target=\"_blank\">Mozilla is tracking them</a> and working to bring greater parity between the two. Support for the separate Firebug extension will be discontinued with the release of Firefox Quantum (version 57) in November 2017.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 19:26:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WordPress 4.9 Beta 4 Removes ‘Try Gutenberg’ Call to Action\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wordpress-4-9-beta-4-removes-try-gutenberg-call-to-action\";s: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:5619:\"<p>WordPress beta releases typically don’t generate controversy but in WordPress 4.9 Beta 3, a <a href=\"https://core.trac.wordpress.org/ticket/41316\">call to action was added</a> to the dashboard that encouraged users to install and activate <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>.</p>\n<img />Try Gutenberg Call to Action\n<p>Members of the WordPress community raised concerns that clients may install Gutenberg and shared ways to hide the prompt from users. The negative reaction inspired some developers to <a href=\"https://github.com/boogah/gutenag\">create plugins</a> that hide the prompt.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress 4.9 beta 3 includes a Gutenberg notification. I think this is a bad idea. This might trigger clients to try it, with bad things that can happen. If this goes in 4.9, use this code in your functions.php: remove_action( \'try_gutenberg_panel\', \'wp_try_gutenberg_panel\' ); <a href=\"https://t.co/VwCo2OUtvc\">pic.twitter.com/VwCo2OUtvc</a></p>\n<p>— Marcel Bootsman (@mbootsman) <a href=\"https://twitter.com/mbootsman/status/920904595823644672?ref_src=twsrc%5Etfw\">October 19, 2017</a></p></blockquote>\n<p></p>\n<p>One of the <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:33\">primary concerns</a> is that Gutenberg is in a high state of flux and encouraging users to create content inside of it on live sites may cause compatibility issues or adversely affect saved content in the future.</p>\n<p>“Any change to the integrity of published content and its formatting that results from changes during continued development and evolution would be unacceptable from the point that we encourage users this directly to install it on live sites,” Nick Halsey said.</p>\n<p>“On the other hand, this could require core to take on significant technical debt to maintain compatibility for earlier iterations of the editor as a plugin.</p>\n<p>“There should be a make/core post addressing this issue, at a minimum, along with a compatibility plan for the next stage of development as a plugin. Before core encourages millions of sites to use the plugin and rely on it functioning a certain way.”</p>\n<p>Other members of the community advocated for the call to action saying it would lead to a larger test sample.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Getting the public to test Gutenberg is essential. If bad things happen, that\'s important data that must be gathered before full release.</p>\n<p>— MortenRandHendriksen (@mor10) <a href=\"https://twitter.com/mor10/status/921031245710082048?ref_src=twsrc%5Etfw\">October 19, 2017</a></p></blockquote>\n<p></p>\n<p>The call to action <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:49\">was removed</a> after the core team discussed it with Matt Mullenweg, “I like the idea of the Gutenberg promo, but want things to be a bit further along before we really open the doors to try to get as many users as possible,” Mullenweg said. “If we can flag off or remove the promo, we can always bring it back in 4.9.1 or another time when things are more ready.”</p>\n<h2>‘Try Gutenberg’ Dashboard Prompt Will Set A New Precedent</h2>\n<p>There have been many WordPress features in core that started off as plugins first, MP6 being one of the <a href=\"https://wptavern.com/mp6-is-like-eye-candy\">most memorable</a>. However, to the best of my knowledge, there has never been a dashboard prompt encouraging users to install and activate a beta plugin on a live site.</p>\n<p>Although the call to action is focused on raising awareness of Gutenberg, <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:47\">John James Jacoby suggests</a> that the meta block be rewritten so that it can be recycled for other features or plugins to use in the future.</p>\n<p>“My concern is that the current approach is not scalable to future feature developments beyond Gutenberg,” Jacoby said. “For example, when a new codenamed feature comes along for WordPress 5.2, cloning this same approach does not seem ideal.”</p>\n<p>He suggests that the dashboard widget become a standard part of the dashboard. “This way, we can hype the new hotness on an as-needed basis, and plugins that want to hide it forever can reliably do so one time in a plugin,” Jacoby said.</p>\n<h2>When Is the Right Time to Hype Gutenberg to the Masses?</h2>\n<p><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a> is actively installed on more than 3K sites with <a href=\"https://wordpress.org/plugins/gutenberg/advanced/\">nearly half of installations</a> running version 1.4. This is a far cry from the 100K active installs <a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">Mullenweg would like to see</a> before merging it into core.</p>\n<p>I don’t think advertising Gutenberg in the dashboard to millions of users as the new editing experience should be considered until a merge proposal has been published on the Make Core WordPress site. By this time, many of its quirks and how it handles meta data, meta blocks, and preventing data loss will likely be solved.</p>\n<p>I am one of the people who raised their eyebrows at the idea of advertising Gutenberg at its current stage of development to the masses. My primary concern is that it’s not ready yet. At the same time, I wonder when or if there is a right or responsible time to advertise installing beta software onto a live site. What do you think?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 18:35:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Donncha: Writing WP Super Cache Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://odd.blog/2017/10/25/writing-wp-super-cache-plugins/\";s: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:3436:\"<p>WP Super Cache is a full page caching plugin for WordPress. When a page is cached almost all of WordPress is skipped and the page is sent to the browser with the minimum amount of code executed. This makes the page load much faster.</p>\n<p>Unfortunately if you want to run code on every page load you’re out of luck as regular WordPress plugins are not loaded or executed. You’ll need to write a WP Super Cache plugin. This short introduction will not teach you how to write plugins but the example plugins that ship with WP Super Cache will get you a long way towards understanding how they work.</p>\n<p><img /></p>\n<p>WP Super Cache ships with some example plugins in wp-super-cache/plugins/. Some of them even do useful tasks like help with domain mapping and Jetpack integration. There’s one called “awaitingmoderation.php” which removes the text “Your comment is awaiting moderation.” when someone writes a moderated comment.<br />\nThere’s also dynamic-cache-test.php which is a complicated beast but it’s heavily commented. It allows you to add template tags to your site that are replaced when the cached page is loaded.</p>\n<p>Before you get started writing a plugin you should be aware that you should <em>not</em> use the wp-super-cache/plugins/ directory. Every time WP Super Cache is updated this directory is deleted. So, edit your wp-config.php and set <code>$wp_cache_plugins_dir</code> to another directory where you’ll put your plugin.</p>\n<p>These plugins run before most of WordPress has loaded. That means you can’t rely on some of the nice features of WordPress such as filters and actions. However, WP Super Cache has it’s own action/filter system that is similar to actions and filters in WordPress:</p>\n<ul>\n<li>add_cacheaction( $action, $func )</li>\n<li>do_cacheaction( $action, $value = ” )</li>\n</ul>\n<p>A cacheaction is also a filter. If you hook on to a cache action that has a parameter, you must return that parameter at the end of the function like you would with a WordPress filter.</p>\n<p><img /></p>\n<p>If you need to hook into a WordPress filter use the imaginatively named cache action “add_cacheaction”. That runs on “init” so the function that is executed can use <code>add_action()</code> or <code>add_filter()</code>. You can see this in action in the plugins/dynamic-cache-test.php or plugins/awaitingmoderation.php scripts.</p>\n<p>Two very useful filters are the WordPress filter, “wpsupercache_buffer” (in wp-cache-phase2.php) that is used to modify the page before it is <em>cached</em> and the cache action “wpsc_cachedata” (in wp-cache-phase1.php) is used to modify the cached page just before it’s <em>served</em>.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/2010/02/08/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li><li> <a href=\"https://odd.blog/2009/07/17/wp-super-cache-0-9-5/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.5\">WP Super Cache 0.9.5</a></li></ul></p>\n<p><a href=\"https://odd.blog/\" rel=\"nofollow\">Source</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 16:21:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"HeroPress: Paying It Forward\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2217\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://heropress.com/essays/paying-it-forward/#utm_source=rss&utm_medium=rss&utm_campaign=paying-it-forward\";s: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:8261:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/102817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: The spirit of WordPress is paying it forward.\" /><p>I have always embraced an entrepreneurial spirit. As a kid in the 1970’s, I tagged along with my parents to craft shows on the weekends where they made and sold hand-stamped leather belts to earn extra income and I made macrame necklaces and sold those too. When I was 14 I told my dad I wanted to be a stewardess when I grew up, he said “Why not be the pilot? Be the captain!” and gave me some flight lessons for my birthday (I discovered I get air sick very easily, so did not pursue that dream for long!).</p>\n<p>Throughout my childhood and into adulthood, I loved to create things that people would buy from me – from a lemonade stand when I was 7 to custom-made t-shirts I sold on football weekends in college;</p>\n<blockquote><p>I was always thinking about ways to earn income – not to get rich, but to have the validation that I created something of value to others.</p></blockquote>\n<h3>Pivoting to Entrepreneurship</h3>\n<p>Fast-forward to a time after my first child was born. My career in advertising and marketing introduced me to tools, techniques and jargon that are still valid today, but “working for the man” was never a truly satisfying experience for me. Thankfully, my husband had a salaried job with benefits, and since he traveled a lot for work, we decided that I would stay home with our son. When I left my marketing job, my boss suggested I start a little business selling illustrated prints I had become known for around the office, having given them as gifts to my co-workers when they had babies.</p>\n<p><img class=\"alignleft size-full wp-image-2219\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/growupgirl.gif\" alt=\"Cartoon people holding up letters that spell MORGAN\" width=\"249\" height=\"153\" />With that idea in mind, I started gradually spreading the word among my new “mom” friends, and before I knew it, about 5 years later, with a second child and a wonderful network of moms, I had a full-fledged stationery business, TLC by TARA, that allowed me to work from home and take care of my kids. My income was low, but grew over the years until it covered piano lessons for my children and a car payment on an awesome blue Dodge mini van!</p>\n<blockquote><p>More importantly, this “accidental” career allowed me to broaden my identity and skill set without even intending to.</p></blockquote>\n<p>It introduced me to wonderful friends and fellow entrepreneurs, and satisfied that craving for validation, connection, and a little bit of income.</p>\n<h3>Pivoting to the Web</h3>\n<p>The business began before the internet was “a thing” and before computers were widely used. By 2003, however, I began to explore digital tools and built a website for my business using Microsoft Front Page. I uploaded hundreds of illustrations and laid them out in html tables.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/screenshot_2017-10-10_12.21.58_1024.png\"><img class=\"alignleft wp-image-2218\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/screenshot_2017-10-10_12.21.58_1024.png\" alt=\"Example of design library by Tara Claeys\" width=\"350\" height=\"360\" /></a>I fell in love with technology and eventually decided to stop making stationery. I got rid of my industrial printer, paper cutter, paper, and supplies and changed my business name to Design TLC to focus on graphic and web design. I had heard about WordPress and volunteered to build a new website for my neighborhood association and a local women’s cycling group to check out the platform, practice and learn. I taught myself how to make custom child themes and combined that with my marketing background to create websites for a number of small local businesses.</p>\n<h3>And then WordCamp</h3>\n<p>It wasn’t until 2014 that I discovered the WordPress community. I heard about “WordCamps” and found one near me, in Baltimore, Maryland. By chance I sat at a lunch table with two strangers who I later learned were quite well known in the WordPress world – Chris Lema and Shay Bocks. They were so friendly and supportive, answering my many questions and offering tips and advice that changed my approach to website design and to running my business. I still think back to that experience as transformative; having lived in a bubble for the first years of working with WordPress, it was eye-opening to discover its community and resources.</p>\n<p>I quickly started absorbing everything I could about WordPress. I live-streamed WordCamp San Francisco in 2014, and joined Slack and Facebook groups. I started listening to a ton of WordPress podcasts and attended WordCamp Philadelphia and WordCamp New York City. I began attending the DC WordPress Meetup, where eventually one of the organizers encouraged me to speak about Genesis for a lightning talk. I couldn’t believe I was suddenly in a position of authority – sharing my knowledge with others when I felt like everything was still so new to me.</p>\n<blockquote><p>Like many in our community, I am plagued by imposter syndrome.</p></blockquote>\n<p>Relative to many, I am still new to WordPress and I am not a trained coder/programmer. I am also self-consciously older than many people I meet, and still sometimes think of myself as a “Mompreneur.” I am constantly making choices about what to learn next and where to focus my time and resources. Most importantly, I think about how I can run a business while also giving back to the community that has welcomed me and given me so much. I love the mission of HeroPress – giving a voice to others like me, who may often <em>feel</em> insignificant but whose lives have been inspired and enhanced by the WordPress community. With this vision in mind, this year Liam Dempsey and I started the podcast Hallway Chats, where we introduce and talk to people who use WordPress. Like HeroPress, we hope these stories inspire someone else who in turn will keep the cycle of sharing and encouragement going!</p>\n<blockquote><p>The spirit of WordPress is “paying it forward” and I think that is the best kind of payment there is.</p></blockquote>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Paying It Forward\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Paying%20It%20Forward&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fpaying-it-forward%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Paying It Forward\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fpaying-it-forward%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fpaying-it-forward%2F&title=Paying+It+Forward\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Paying It Forward\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/paying-it-forward/&media=https://heropress.com/wp-content/uploads/2017/10/102817-150x150.jpg&description=Paying It Forward\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Paying It Forward\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/paying-it-forward/\" title=\"Paying It Forward\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/paying-it-forward/\">Paying It Forward</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 12:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Tara Claeys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 4.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2017/10/wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2297:\"<p>WordPress 4.9 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.9, 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.9-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2, and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>. In Beta 4, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42020&stop_rev=41940&limit=100&sfp_email=&sfph_mail=\">80 changes</a>, focusing on bug fixes and finalizing new features.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<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 WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><i>Beta 4 at last,<br />\nRC 1 draws ever near.<br />\nLet’s make it bug-free. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f6ab.png\" alt=\"?\" class=\"wp-smiley\" /></i></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 07:04:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WooCommerce Retires Canvas Theme, Recommends Customers Migrate to Storefront Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/woocommerce-retires-canvas-theme-recommends-customers-migrate-to-storefront-theme\";s: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:4033:\"<p>WooCommerce is <a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\" rel=\"noopener\" target=\"_blank\">retiring its Canvas Theme</a> after seven years. Canvas was one of the most innovative themes on the market when it first launched in 2010, giving customers the ability to modify their sites’ design and layout through an extensive options panel. It sold for $99 before the <a href=\"https://woocommerce.com/products/canvas/\" rel=\"noopener\" target=\"_blank\">product URL</a> was redirected to a retirement page today.</p>\n<p>Canvas’ retirement is a strong signal that Automattic is going all-in on Gutenberg. Without a complete overhaul, the theme is no longer able to keep pace with the changes that Gutenberg and the Customizer will bring to WordPress theming and site building.</p>\n<p>“While still early, we believe strongly that Gutenberg is the future,” Canvas lead developer Jeffrey Pearce said. “We’ve decided to invest our resources in preparing our products for it in order to bring you the best experience. Unfortunately, that won’t include Canvas.”</p>\n<p>WooCommerce has discontinued Canvas sales and will not be open sourcing the theme to the community.</p>\n<p>“Overhauling the theme wouldn’t serve our users, yet continuing to sell it as-is wasn’t the right decision. So we made the difficult decision to say goodbye,” Pearce said.</p>\n<p>“We considered open sourcing Canvas to the community, but ultimately decided that extending its lifetime will not serve the community. It’s in the best interest of our users and the community to eventually move to another theme.”</p>\n<p>WooCommerce plans to continue supporting active subscriptions and will offer support for lifetime subscriptions for the next year. However, the theme will not be updated to support newer features coming to WordPress. The team strongly urges users to migrate their sites to <a href=\"https://woocommerce.com/storefront/\" rel=\"noopener\" target=\"_blank\">Storefront</a>, the company’s more mobile-friendly flagship theme built on top of the Underscores starter theme. WooCommerce has published a <a href=\"https://docs.woocommerce.com/document/choose-change-theme/\" rel=\"noopener\" target=\"_blank\">migration guide</a> to help customers <a href=\"https://docs.woocommerce.com/document/moving-on-from-canvas/\" rel=\"noopener\" target=\"_blank\">move on from Canvas</a>.</p>\n<p>Over the years customers have created many different types of websites (not limited to e-commerce) using Canvas. While some have accepted the inevitable, others are anxious and upset about the change, faced with the prospect of migrating dozens of sites (in many instances) away from the theme. The news of Canvas’ retirement was especially difficult for those who support clients who may not be happy to pay for their existing sites to get updated with no appreciable difference. It’s not easy to sell the change to clients when most of it happens under the hood.</p>\n<p>“This puts me in a terrible position,” WooCommerce customer Leon Wagner said. “I have 10 client sites on Canvas. They look beautiful and the clients are happy. So these are done deals, I’ve been paid, and do occasional maintenance. Now you’re telling me I have to go back to each of them and explain that because you’re discontinuing this theme, my clients will now have to pay me thousands of dollars to port their sites (with no obvious improvements) to new themes. Pretty sure I’ll just lose most of those clients.”</p>\n<p>Other freelancers and small business owners find themselves in the same boat, many of them with twice that many clients on the Canvas theme. Although the theme can continue to be used without breaking, it will no longer receive compatibility or security updates after the support window expires in October 2018. WooCommerce is currently giving away its Storefront Extensions Bundle for free to Canvas customers to help make the migration easier.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Oct 2017 23:53:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: Gutenberg 1.5 Adds Initial Support for Meta Boxes, Makes Gutenberg the Default Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/gutenberg-1-5-adds-initial-support-for-meta-boxes-makes-gutenberg-the-default-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5629:\"<p><a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.5</a> was released this morning and introduces several major changes to the plugin. This version takes the new editor off the back burner and makes it the default for creating new posts. The team has also included a way for users to create posts with the Classic Editor, but this requires knowing where to go to access the dropdown (All Posts » Add New).</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-24-at-11.12.41-AM.png?ssl=1\"><img /></a></p>\n<p>Version 1.5 <a href=\"https://github.com/WordPress/gutenberg/pull/2804\" rel=\"noopener\" target=\"_blank\">adds initial support for meta boxes</a> in an Extended Settings panel beneath the post content. Users won’t see this bottom panel unless they have a plugin installed that includes meta boxes. The sidebar Settings panel must already be toggled open for the bottom panel to appear.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-24-at-1.04.55-PM.png?ssl=1\"><img /></a></p>\n<p>The Extended Settings panel slides up to reveal accordion toggles for plugins that have meta box settings available. The design could use some improvement, especially for navigating back to the post editor. The panel takes over the entire section. On installations with lots of legacy meta boxes it is easy to get lost in all the open/closed toggles.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-24-at-1.19.36-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg design lead Tammie Lister said this is the first step towards supporting meta boxes and that there will be iterations to follow. She also warned that it is possible some advanced meta box uses will not work as expected. The Gutenberg team is eager to receive feedback on these cases and will work to find solutions for them. Testers who discover issues with meta box support can <a href=\"https://github.com/WordPress/gutenberg/issues/new\" rel=\"noopener\" target=\"_blank\">post an issue on GitHub</a> or via the plugin’s feedback form, describing the setup and how to reproduce what is breaking.</p>\n<p>Version 1.5 also adds <a href=\"https://github.com/WordPress/gutenberg/pull/3008\" rel=\"noopener\" target=\"_blank\">a new inserter button between blocks</a>, which Gutenberg engineer Matias Ventura demonstrated with an animated gif in the release post:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/gutenberg-insert-between.gif?ssl=1\"><img /></a></p>\n<p>This release <a href=\"https://github.com/WordPress/gutenberg/pull/2887\" rel=\"noopener\" target=\"_blank\">adds a dropdown to the Publish button</a>. It currently supports visibility and post scheduling features.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-24-at-2.25.58-PM.png?ssl=1\"><img /></a></p>\n<p>There was a great deal of discussion on GitHub surrounding the UI for the publish button, whether it should be a split button dropdown or a single button that provides slightly more friction to prevent accidental publishing. The general consensus was that introducing a bit more friction is desirable, as contributor Davide Casali noted there are many cascading actions that are often tied to the Publish button:</p>\n<p>“Some automated publishing actions are irreversible: pings gets sent, emails get sent, Facebook and Twitter gets updates, etc.,” Casali said. “This is very very important for a lot of people and businesses, and nobody wants to send out such actions by accident.”</p>\n<p>Contributors are looking for feedback on this implementation and are willing to explore some alternate design options as well. They agreed that it is more important to make the Publish button area pluggable and to work on adapting it based on feedback.</p>\n<p>For those who want to completely disable Gutenberg, a new plugin called <a href=\"https://wordpress.org/plugins/classic-editor/\" rel=\"noopener\" target=\"_blank\">Classic Editor</a> is available on WordPress.org and ready for testing. It requires WordPress 4.9-beta2 or newer and Gutenberg version 1.5+. Classic Editor comes with two modes that give users the option to fully replace Gutenberg or allow access to both the old and new editors:</p>\n<ul>\n<li>Fully replaces the Gutenberg editor and restores the Edit Post template.</li>\n<li>Adds alternate “Edit” links to the Posts and Pages screens, on the toolbar at the top of the screen, and in the admin menu. Using these links will open the corresponding post or page in the Classic Editor.</li>\n</ul>\n<p>A setting for switching between the modes is available at Settings » Writing. Other plugins for turning Gutenberg off will likely pop up the closer the it gets to being included in core, but Classic Editor is the official one recommended by core contributors.</p>\n<p>The timeline for the merge proposal is not yet set in stone but the Gutenberg team aims to get it more widely tested before writing the proposal. The <a href=\"https://wordpress.org/plugins/gutenberg/\" rel=\"noopener\" target=\"_blank\">plugin</a> is currently active on approximately 3,000 WordPress sites.</p>\n<p>“The plan is to still have the plugin ready by December, but with holidays the actual merge proposal might be next year,” Tammie Lister said. “It’s important that we get as many users and as much feedback as possible at this point. All of that impacts what happens going forward.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Oct 2017 20:51:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Facebook is Testing a “Pay to Play” Requirement for Publishers in the News 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/facebook-is-testing-a-pay-to-play-requirement-for-publishers-in-the-news-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3179:\"<p>Last week Facebook began rolling out its new <a href=\"https://www.facebook.com/explore\" rel=\"noopener\" target=\"_blank\">Explore feed</a>, which is now available for users globally on both desktop and mobile. The new Explore feed encourages discovery by including posts from people and pages that the user doesn’t follow.</p>\n<p>Over the weekend, Filip Struhárik, a journalist and editor at <a href=\"https://dennikn.sk/\" rel=\"noopener\" target=\"_blank\">Denník N</a>, published data from sixty of the largest Slovak media pages that have experienced a <a href=\"https://medium.com/@filip_struharik/biggest-drop-in-organic-reach-weve-ever-seen-b2239323413\" rel=\"noopener\" target=\"_blank\">dramatic decrease in organic reach</a> as the result of Facebook moving Pages from the News feed into the Explore feed. Facebook representatives said this is a regional test the company is conducting in six smaller markets, including Bolivia, Cambodia, Guatemala, Serbia, Slovakia, and Sri Lanka. The main News feed in these areas includes only posts from friends and sponsors.</p>\n<p>Struhárik shared a chart that shows Slovak media pages having received 4x fewer interactions (likes, comments, shares) since the test began:</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/slovak-media-pages.png?ssl=1\"><img /></a>Interactions on 60 of the largest Slovak media Facebook pages – Source: CrowdTangle\n<p>Adam Mosseri, head of News Feed at Facebook, has <a href=\"https://twitter.com/mosseri/status/922521929277497346\" rel=\"noopener\" target=\"_blank\">confirmed</a> that the experiment is limited to the six countries and the company does not plan to take roll it out globally.</p>\n<p>“It’s not global and there are no plans to be,” Mosseri said. “People often tell us they want more from friends so we’re testing two feeds, one for friend content and another dedicated to page content.”</p>\n<p>When asked how long the experiment will last, Mosseri said, “Likely months as it can take that long for people to adapt, but we’ll be looking to improve the experience in the meantime.”</p>\n<p>Nevertheless, the test has had a dramatic impact on traffic to publishers in the six markets where it is currently active. It has also given the rest of the world a preview of what a new “pay to play” requirement for Facebook’s main News feed might look like in the future.</p>\n<p>Limiting the main News feed to posts from friends and family and relocating content from Pages to the Explore feed would be a welcome change for users but bad news for publishers that depend on Facebook to drive referrals. The News Feed has increasingly become a never-ending pile of clickbait posts and ads that users have to sift through in order to see any meaningful content from friends.</p>\n<p>Pages and publishers have had to become highly active in marketing their content to compete with advertising. If Facebook’s split feed experiments turn out to be a success, publishers may need to allocate more resources to their advertising budgets if they want to maintain the same reach on the social network.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Oct 2017 22:33:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Postman SMTP Plugin Forked after Removal from WordPress.org for Security Issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/postman-smtp-plugin-forked-after-removal-from-wordpress-org-for-security-issues\";s: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:3997:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/post.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/MSJNQ4EHZ2\">Jerry Kiesewetter</a>\n<p>In early October the popular <a href=\"https://wordpress.org/plugins/postman-smtp/\" rel=\"noopener\" target=\"_blank\">Postman SMTP</a> plugin was removed from WordPress.org due to security issues. The plugin had not been updated in two years and also contained <a href=\"https://www.pluginvulnerabilities.com/2017/06/29/reflected-cross-site-scripting-xss-vulnerability-in-postman-smtp/\" rel=\"noopener\" target=\"_blank\">a reflected cross-site scripting (XSS) vulnerability</a> that was made public in June and left unfixed. The security researcher’s attempts to contact the plugin’s author, Jason Hendriks, were unsuccessful.</p>\n<p>The plugin is used to improve the delivery of emails that WordPress generates and it logs the causes of failed emails to help eliminate configuration mistakes. It was installed on more than 100,000 sites before it was removed from WordPress.org.</p>\n<p>Yehuda Hassine, a WordPress developer and longtime user of the plugin, decided to fork it for the sake of its users and because he thought it was a shame to see all the the original author’s hard work go to waste.</p>\n<p>“As a fan of the amazing work Jason has done, I was amazed no one thought of taking it over,” Hassine said. “It’s a great plugin – Jason solved so many problems dealing with SMTP setup in WordPress. He worked so hard and the idea it might disappear shocked me. The plugin worked with almost zero bugs for the past two years.”</p>\n<p>Hassine’s fork <a href=\"https://github.com/yehudah/Postman-SMTP\" rel=\"noopener\" target=\"_blank\">started on GitHub</a> with fixes for the security issue, but he said he realized not having it on WordPress.org might be a problem for some users. He submitted it under a new name, <a href=\"https://wordpress.org/plugins/post-smtp/\" rel=\"noopener\" target=\"_blank\">Post SMTP Mailer/Email Log</a>, and included a patch for the security vulnerability along with fixes for a few bugs with the Gmail API, Mandrill, and SendGrid. The next item on his roadmap is to fix a few issues with PHP 7 compatibility.</p>\n<p>Hassine also requested to adopt the original plugin, as there is no way to contact the 100,000 users who depend on it. He said the WordPress.org plugin team denied his request at this time due to the number of users and his relative unfamiliarity in the community, as well as to give the original author more time to respond.</p>\n<p>The <a href=\"https://wordpress.org/plugins/post-smtp\" rel=\"noopener\" target=\"_blank\">Post SMTP Mailer/Email Log</a> fork has been alive for a week and already has more than 1,000 users. Hassine said he is spending his free time getting to know the SMTP protocol and Hendriks’ original code. Postman SMTP users who want to switch to the fork can keep the same settings by simply deactivating the old plugin and activating the new one.</p>\n<p>Hassine has committed to keeping the plugin free, as many of its users are somewhat technical and able to offer each other support. He said if the fork becomes popular and more difficult to maintain, he will consider a commercial model for support.</p>\n<p>Users of the original Postman SMTP plugin had no way of learning about the reasons behind its disappearance except on third-party sites like the Wordfence blog or Facebook posts. The WordPress.org Meta team is currently working on <a href=\"https://meta.trac.wordpress.org/ticket/2627\" rel=\"noopener\" target=\"_blank\">developing a better way to communicate</a> why certain plugins have been closed or removed from the directory. This is a high priority ticket item for the team and a solution should be in place when <a href=\"https://meta.trac.wordpress.org/milestone/Plugin%20Directory%20v3.0\" rel=\"noopener\" target=\"_blank\">the next version of the plugin directory</a> goes live.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Oct 2017 16:07:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Camp Press is Coming to Iceland April 19 – 22, 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/camp-press-is-coming-to-iceland-april-19-22-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5906:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/northern-lights-volcano-huts.jpg?ssl=1\"><img /></a>photo credit: Jeroen Van Nieuwenhove\n<p>The next installment of Camp Press will be <a href=\"https://camp.press/event/camp-press-adventure-series/\" rel=\"noopener\" target=\"_blank\">held in Iceland</a> at the Volcano Huts located in Húsadalur Valley in the Þórsmörk Nature Reserve April 19 – April 22, 2018. It will be the first time a Camp Press event will be held in Europe.</p>\n<p>The Camp Press organization was founded to help attendees detox from digital life while spending time in nature and connecting with others in similar industries. It just wrapped up its first successful event in Oklahoma last month and the next planned event will be held in <a href=\"https://camp.press/event/camp-press-lonestar-2018/\" rel=\"noopener\" target=\"_blank\">Austin, Texas on the San Marcos River</a>, February 23-25, 2018. In a guest <a href=\"https://wptavern.com/camp-press-a-detox-from-digital-life\" rel=\"noopener\" target=\"_blank\">post</a> on the Tavern, Brad Williams, an attendee at the inaugural event, described how the unstructured, unplugged time led to deeper connections:</p>\n<blockquote><p>As we learned more about each other, we quickly became more comfortable as a group. We shared stories, laughed, cooked, and debated topics from tech to TV shows. We discussed very personal struggles and experiences, some of which I would guess haven’t been shared outside of close family. We sang songs around the campfire, performed late-night improv, made s’mores, and enjoyed each other’s company.</p></blockquote>\n<p><a href=\"https://camp.press/event/camp-press-adventure-series/\" rel=\"noopener\" target=\"_blank\">Camp Press Iceland</a> will include four days off-the-grid with the opportunity for hikes, campfires, swimming in a geothermal swimming hole, and tours of the area with minimal scheduling. Camp Press co-organizer Mendel Kurland said they chose the venue in Iceland because many people have the location on their bucket lists.</p>\n<p>“Helping geeks detox from technology and their job is important for mental health and their ability to get things done on a daily basis,” Kurland said. “Many of us also don’t want to completely let go of talking about tech, business, or what we’re working on. This gives people a chance to disconnect with other people who understand them, while marking an item off their bucket list.”</p>\n<p>Camp Press events are different from WordCamps in that they are for-profit events. In addition to ticket sales, the organization also accepts sponsorships on a per-event and annual basis. Pantheon, Dreamhost, and WPEngine joined as founding sponsors for the first event. Kurland said currently no money leaves the coffers to pay for the organizers’ time and all money earned is re-invested back into the concept for hosting future events.</p>\n<p>Camp Press is also different in that it is a completely independent organization. Kurland and his co-organizers borrowed from both the WordCamp and Burning Man codes of conduct to create a <a href=\"https://camp.press/code-of-conduct/\" rel=\"noopener\" target=\"_blank\">code for Camp Press</a> that minimizes commercial interests and emphasizes inclusion, self-expression, and civic responsibility.</p>\n<p>“I’ve learned a lot from other organizers of WordCamps across the world – the struggles, the excitement, the fulfillment they enjoy,” Kurland said. “I didn’t consider the WordCamp model or foundation for this project. Independence from community politics is essential for this type of event. It’s important to have a separate objective space for connection and something that bridges between multiple communities as opposed to connected to one.”</p>\n<p>Kurland said this type of event excels in bringing together people from different professional backgrounds and ecosystems to collaborate.</p>\n<p>“Half are WordPress people, half aren’t,” he said. “So the opportunity to cross-pollinate and bring back awesome insights that are broader than your bubble is huge. There are a few ways this event bucks the trend. Right now we’re 60% female and 40% male for registration on the Iceland event.” The previous event hosted attendees from various professions, including graphic artists, authors, developers, and product company owners.</p>\n<p>Kurland said the Camp Press organization plans to offer a few more domestic US event this year, along with one or two European events. They are also planning on running trips to other exotic destinations in the future. Based on the demand the organizers have seen, they anticipate a lot of interest in future events and are considering hosting interest-focused camps.</p>\n<p>“Camp Press events will always be accessible to most and have enough activities to accommodate many interests,” Kurland said. “The next step will probably be helping companies to build out awesome experiences to gain deep insights regarding their team or client dynamics with this same type of event. We have also considered building experiences around other communities, i.e. doctors, scientists, teachers – people who need a break and have high stress jobs, but find it hard to disconnect.”</p>\n<p>Despite not being paid for his efforts in organizing the Camp Press events, Kurland said he finds a lot of personal fulfillment in participating that keeps him wanting to organize more in the future.</p>\n<p>“I need disconnection as much as the participants,” Kurland said. “So, for me, I get excited thinking about disconnecting and helping others shed their phone and laptop for a few days. It’s what has driven me to create these events, and I don’t see that drive dulling anytime soon.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Oct 2017 22:14:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"HeroPress: Accepting Donations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://heropress.com/accepting-donations/#utm_source=rss&utm_medium=rss&utm_campaign=accepting-donations\";s: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:3631:\"<img width=\"960\" height=\"560\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/icons_logo_overlay-1024x597.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"HeroPress Logo laid over icons of contributors\" /><p>Over the years people have occasionally said, “You should have a donation form; I’d like to help support HeroPress”. Recently a particularly deep conversation convinced me that allowing people to take part financially is a different, broader way for others to contribute to HeroPress.</p>\n<p>Since HeroPress doesn’t exist without its contributors, I consulted them first and got a universal, resounding, “YES!”.</p>\n<p>So as of today you’ll find a “Donate” button in the menu at the top of the site.</p>\n<h3>What will donations be used for?</h3>\n<p>I’m glad you asked! A variety of things.</p>\n<p>First, I’ll have resources to sink back into the project. Hosting has been donated, but I’d like to be able to do things like pay Stacey to make banners for the older essays that don’t have them, continue to pay her to make new banners each week, and some other things similar to that.</p>\n<p>Second, I’d like to be able to visit WordCamps on behalf of HeroPress. Donations would allow me to set aside money to travel either to camps I’ve been invited to by previous contributors or to new areas and introduce them to the project.</p>\n<p>Lastly, it helps cover my time spent on HeroPress. This project is (and will continue to be) a labor of love, but it still eats up about 5 hours of my week that I’m not spending with my family. While the project isn’t in danger of disappearing, donations simply help share the weight of the project.</p>\n<h3>Where can I Give?</h3>\n<h2><a href=\"https://heropress.com/give/\">Right Here</a></h2>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Accepting Donations\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Accepting%20Donations&via=heropress&url=https%3A%2F%2Fheropress.com%2Faccepting-donations%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Accepting Donations\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Faccepting-donations%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Faccepting-donations%2F&title=Accepting+Donations\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Accepting Donations\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/accepting-donations/&media=https://heropress.com/wp-content/uploads/2017/10/icons_logo_overlay-150x150.jpg&description=Accepting Donations\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Accepting Donations\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/accepting-donations/\" title=\"Accepting Donations\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/accepting-donations/\">Accepting Donations</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Oct 2017 12: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:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 14 Nov 2017 14:52:25 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 14 Nov 2017 14:45:11 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20171003162754\";}','no'),(528,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1510714345','no'),(529,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1510671145','no'),(530,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1510714345','no'),(531,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\'>WordPress 4.9 Release Candidate 3</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\'>Dev Blog: WordPress 4.9 Release Candidate 3</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/ia-writer-5-for-ios-released-web-collaboration-version-coming-soon\'>WPTavern: iA Writer 5 for iOS Released, Web Collaboration Version Coming Soon</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/watch-the-state-of-the-woo-after-you-give-woocommerce-your-name-and-email-address\'>WPTavern: Watch the State of the Woo! After You Give WooCommerce Your Name and Email Address</a></li></ul></div>','no'),(533,'theme_mods_tylers-wordpress-theme-master','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(535,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1510673504;s:7:\"checked\";a:11:{s:6:\"hestia\";s:6:\"1.1.53\";s:15:\"ih-business-pro\";s:5:\"1.0.1\";s:15:\"landing-pagency\";s:3:\"4.0\";s:6:\"primer\";s:5:\"1.8.0\";s:5:\"quark\";s:5:\"1.3.6\";s:20:\"tesseract-free-theme\";s:5:\"3.7.6\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";s:29:\"tylers-wordpress-theme-master\";s:3:\"1.0\";s:24:\"wp-lyrical-theme-develop\";s:5:\"1.1.0\";}s:8:\"response\";a:1:{s:6:\"hestia\";a:4:{s:5:\"theme\";s:6:\"hestia\";s:11:\"new_version\";s:6:\"1.1.54\";s:3:\"url\";s:36:\"https://wordpress.org/themes/hestia/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/hestia.1.1.54.zip\";}}s:12:\"translations\";a:0:{}}','no'),(539,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1510683387','no'),(540,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4397;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2517;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2395;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2378;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1842;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1613;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1605;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1437;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1363;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1362;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1348;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1283;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1273;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1156;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1066;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1056;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1002;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:966;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:833;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:830;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:817;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:782;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:773;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:680;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:674;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:670;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:658;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:658;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:648;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:642;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:636;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:619;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:610;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:599;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:591;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:587;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:586;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:583;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:567;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:567;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:551;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:540;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:528;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:525;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:512;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:503;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:503;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:493;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:483;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:479;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:478;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:474;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:457;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:455;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:454;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:448;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:446;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:444;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:425;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:417;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:414;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:413;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:409;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:408;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:407;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:399;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:390;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:388;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:386;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:375;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:358;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:350;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:346;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:344;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:335;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:333;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:333;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:331;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:330;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:330;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:325;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:324;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:324;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:318;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:314;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:305;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:301;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:301;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:298;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:297;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:296;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:289;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:287;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:285;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:283;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:281;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:277;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:277;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:277;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:275;}}','no'),(548,'widget_black-studio-tinymce','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(549,'siteorigin_panels_settings','a:0:{}','yes'),(550,'siteorigin_panels_initial_version','2.5.14','no'),(551,'siteorigin_panels_active_version','2.5.14','yes'),(552,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(553,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(554,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(555,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(556,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(557,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(558,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(559,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(560,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(561,'siteorigin_widget_bundle_version','1.11.0','yes'),(562,'siteorigin_widgets_old_widgets','\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/accordion/accordion.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/button/button.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/cta/cta.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/contact/contact.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/editor/editor.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/features/features.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/google-map/google-map.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/headline/headline.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/hero/hero.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/icon/icon.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/image/image.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/image-grid/image-grid.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/slider/slider.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/layout-slider/layout-slider.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/post-carousel/post-carousel.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/price-table/price-table.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/tabs/tabs.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/taxonomy/taxonomy.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/testimonial/testimonial.php,\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress\\wp-content\\plugins\\so-widgets-bundle/widgets/video/video.php','yes'),(569,'_site_transient_timeout_theme_roots','1510675303','no'),(570,'_site_transient_theme_roots','a:11:{s:6:\"hestia\";s:7:\"/themes\";s:15:\"ih-business-pro\";s:7:\"/themes\";s:15:\"landing-pagency\";s:7:\"/themes\";s:6:\"primer\";s:7:\"/themes\";s:5:\"quark\";s:7:\"/themes\";s:20:\"tesseract-free-theme\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:29:\"tylers-wordpress-theme-master\";s:7:\"/themes\";s:24:\"wp-lyrical-theme-develop\";s:7:\"/themes\";}','no'),(571,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1510673564;s:7:\"checked\";a:9:{s:19:\"akismet/akismet.php\";s:5:\"3.3.4\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:5:\"2.5.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"4.9.1\";s:39:\"easy-google-fonts/easy-google-fonts.php\";s:5:\"1.4.3\";s:23:\"elementor/elementor.php\";s:5:\"1.8.3\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:6:\"2.5.14\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:6:\"1.11.0\";s:16:\"spacer/index.php\";s:5:\"3.0.4\";s:31:\"title-remover/title-remover.php\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.4.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"4.9\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/black-studio-tinymce-widget\";s:4:\"slug\";s:27:\"black-studio-tinymce-widget\";s:6:\"plugin\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/black-studio-tinymce-widget/\";s:7:\"package\";s:75:\"http://downloads.wordpress.org/plugin/black-studio-tinymce-widget.2.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:80:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon-128x128.png?rev=1002774\";s:2:\"2x\";s:80:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon-256x256.png?rev=1002774\";s:7:\"default\";s:80:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon-256x256.png?rev=1002774\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-1544x500.png?rev=1002774\";s:2:\"1x\";s:82:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-772x250.png?rev=1002774\";s:7:\"default\";s:83:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-1544x500.png?rev=1002774\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.9.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/contact-form-7.4.9.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:7:\"default\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";s:7:\"default\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"easy-google-fonts/easy-google-fonts.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/easy-google-fonts\";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.4.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/easy-google-fonts/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/plugin/easy-google-fonts.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:69:\"https://ps.w.org/easy-google-fonts/assets/icon-128x128.png?rev=991207\";s:2:\"2x\";s:69:\"https://ps.w.org/easy-google-fonts/assets/icon-256x256.png?rev=991207\";s:7:\"default\";s:69:\"https://ps.w.org/easy-google-fonts/assets/icon-256x256.png?rev=991207\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:71:\"https://ps.w.org/easy-google-fonts/assets/banner-772x250.png?rev=990172\";s:7:\"default\";s:71:\"https://ps.w.org/easy-google-fonts/assets/banner-772x250.png?rev=990172\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"1.8.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/plugin/elementor.1.8.3.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.png?rev=1427768\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:7:\"default\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";s:7:\"default\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/plugin/siteorigin-panels.2.5.14.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:7:\"default\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";s:7:\"default\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.11.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/plugin/so-widgets-bundle.1.11.0.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-128x128.png?rev=1044942\";s:2:\"2x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";s:7:\"default\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";s:7:\"default\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";}s:11:\"banners_rtl\";a:0:{}}s:16:\"spacer/index.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/spacer\";s:4:\"slug\";s:6:\"spacer\";s:6:\"plugin\";s:16:\"spacer/index.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/spacer/\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/plugin/spacer.3.0.4.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/spacer/assets/icon-128x128.png?rev=1358569\";s:2:\"2x\";s:59:\"https://ps.w.org/spacer/assets/icon-256x256.png?rev=1358569\";s:7:\"default\";s:59:\"https://ps.w.org/spacer/assets/icon-256x256.png?rev=1358569\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/spacer/assets/banner-772x250.png?rev=1358574\";s:7:\"default\";s:61:\"https://ps.w.org/spacer/assets/banner-772x250.png?rev=1358574\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"title-remover/title-remover.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/title-remover\";s:4:\"slug\";s:13:\"title-remover\";s:6:\"plugin\";s:31:\"title-remover/title-remover.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/title-remover/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/plugin/title-remover.1.0.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(572,'_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'),(573,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.9.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1510673773;s:7:\"version\";s:5:\"4.9.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(574,'_transient_is_multi_author','0','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=797 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,5,'_wp_attached_file','2017/11/espresso.jpg'),(3,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/11/espresso.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"espresso-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"espresso-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"espresso-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"espresso-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"espresso-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4,5,'_starter_content_theme','twentyseventeen'),(5,5,'_customize_draft_post_name','espresso'),(6,6,'_wp_attached_file','2017/11/sandwich.jpg'),(7,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/11/sandwich.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sandwich-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"sandwich-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sandwich-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sandwich-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"sandwich-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8,6,'_starter_content_theme','twentyseventeen'),(9,6,'_customize_draft_post_name','sandwich'),(10,7,'_wp_attached_file','2017/11/coffee.jpg'),(11,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2017/11/coffee.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"coffee-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:\"coffee-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"coffee-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"coffee-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:18:\"coffee-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12,7,'_starter_content_theme','twentyseventeen'),(13,7,'_customize_draft_post_name','coffee'),(14,8,'_customize_draft_post_name','home'),(15,9,'_thumbnail_id','6'),(16,9,'_customize_draft_post_name','about'),(17,10,'_thumbnail_id','5'),(18,10,'_customize_draft_post_name','contact'),(19,11,'_thumbnail_id','7'),(20,11,'_customize_draft_post_name','blog'),(21,12,'_thumbnail_id','5'),(22,12,'_customize_draft_post_name','a-homepage-section'),(23,2,'_edit_last','1'),(24,2,'_edit_lock','1510334899:1'),(25,17,'_wp_trash_meta_status','publish'),(26,17,'_wp_trash_meta_time','1510330799'),(27,18,'_wp_trash_meta_status','publish'),(28,18,'_wp_trash_meta_time','1510330849'),(29,19,'_wp_trash_meta_status','publish'),(30,19,'_wp_trash_meta_time','1510330913'),(31,20,'_wp_trash_meta_status','publish'),(32,20,'_wp_trash_meta_time','1510333362'),(33,21,'_wp_trash_meta_status','publish'),(34,21,'_wp_trash_meta_time','1510333717'),(68,22,'_wp_trash_meta_status','publish'),(69,22,'_wp_trash_meta_time','1510334351'),(70,30,'_wp_trash_meta_status','publish'),(71,30,'_wp_trash_meta_time','1510334586'),(72,31,'_wp_trash_meta_status','publish'),(73,31,'_wp_trash_meta_time','1510334760'),(74,23,'_wp_trash_meta_status','publish'),(75,23,'_wp_trash_meta_time','1510334870'),(76,23,'_wp_desired_post_slug','springfield-grinding'),(77,2,'_wp_trash_meta_status','publish'),(78,2,'_wp_trash_meta_time','1510334917'),(79,2,'_wp_desired_post_slug','unas-main-page'),(88,32,'_wp_trash_meta_status','publish'),(89,32,'_wp_trash_meta_time','1510335175'),(90,34,'_wp_trash_meta_status','publish'),(91,34,'_wp_trash_meta_time','1510335226'),(92,35,'_edit_last','1'),(93,35,'_edit_lock','1510336015:1'),(94,36,'_menu_item_type','post_type'),(95,36,'_menu_item_menu_item_parent','0'),(96,36,'_menu_item_object_id','35'),(97,36,'_menu_item_object','page'),(98,36,'_menu_item_target',''),(99,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(100,36,'_menu_item_xfn',''),(101,36,'_menu_item_url',''),(102,38,'_edit_last','1'),(103,38,'_edit_lock','1510336024:1'),(104,39,'_menu_item_type','post_type'),(105,39,'_menu_item_menu_item_parent','0'),(106,39,'_menu_item_object_id','38'),(107,39,'_menu_item_object','page'),(108,39,'_menu_item_target',''),(109,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,39,'_menu_item_xfn',''),(111,39,'_menu_item_url',''),(112,41,'_edit_last','1'),(113,41,'_edit_lock','1510607759:1'),(114,42,'_menu_item_type','post_type'),(115,42,'_menu_item_menu_item_parent','0'),(116,42,'_menu_item_object_id','41'),(117,42,'_menu_item_object','page'),(118,42,'_menu_item_target',''),(119,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(120,42,'_menu_item_xfn',''),(121,42,'_menu_item_url',''),(122,44,'_edit_last','1'),(123,44,'_edit_lock','1510336045:1'),(124,45,'_menu_item_type','post_type'),(125,45,'_menu_item_menu_item_parent','0'),(126,45,'_menu_item_object_id','44'),(127,45,'_menu_item_object','page'),(128,45,'_menu_item_target',''),(129,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(130,45,'_menu_item_xfn',''),(131,45,'_menu_item_url',''),(132,47,'_edit_last','1'),(133,47,'_edit_lock','1510608159:1'),(134,48,'_menu_item_type','post_type'),(135,48,'_menu_item_menu_item_parent','0'),(136,48,'_menu_item_object_id','47'),(137,48,'_menu_item_object','page'),(138,48,'_menu_item_target',''),(139,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(140,48,'_menu_item_xfn',''),(141,48,'_menu_item_url',''),(142,50,'_edit_last','1'),(143,50,'_edit_lock','1510336002:1'),(144,51,'_menu_item_type','post_type'),(145,51,'_menu_item_menu_item_parent','0'),(146,51,'_menu_item_object_id','50'),(147,51,'_menu_item_object','page'),(148,51,'_menu_item_target',''),(149,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(150,51,'_menu_item_xfn',''),(151,51,'_menu_item_url',''),(152,53,'_edit_last','1'),(153,53,'_edit_lock','1510335882:1'),(154,54,'_menu_item_type','post_type'),(155,54,'_menu_item_menu_item_parent','0'),(156,54,'_menu_item_object_id','53'),(157,54,'_menu_item_object','page'),(158,54,'_menu_item_target',''),(159,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(160,54,'_menu_item_xfn',''),(161,54,'_menu_item_url',''),(162,56,'_edit_last','1'),(163,56,'_edit_lock','1510607496:1'),(172,61,'_customize_draft_post_name','springfield'),(173,62,'_customize_draft_post_name','od'),(174,63,'_customize_draft_post_name','cnc'),(175,64,'_customize_draft_post_name','center'),(176,65,'_wp_trash_meta_status','publish'),(177,65,'_wp_trash_meta_time','1510337052'),(178,66,'_wp_trash_meta_status','publish'),(179,66,'_wp_trash_meta_time','1510337537'),(180,69,'_wp_trash_meta_status','publish'),(181,69,'_wp_trash_meta_time','1510338724'),(184,71,'_wp_trash_meta_status','publish'),(185,71,'_wp_trash_meta_time','1510591825'),(186,72,'_wp_attached_file','2017/11/hero.jpg'),(187,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1300;s:4:\"file\";s:16:\"2017/11/hero.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"hero-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"hero-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"hero-1024x555.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"primer-featured\";a:4:{s:4:\"file\";s:17:\"hero-1600x867.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(188,73,'_wp_attached_file','2017/11/hero-thumbnail-2.jpg'),(189,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:416;s:4:\"file\";s:28:\"2017/11/hero-thumbnail-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"hero-thumbnail-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"hero-thumbnail-2-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"hero-thumbnail-2-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,72,'_wp_attachment_is_custom_background','wp-lyrical-theme-develop'),(191,74,'_wp_trash_meta_status','publish'),(192,74,'_wp_trash_meta_time','1510594310'),(193,76,'_wp_trash_meta_status','publish'),(194,76,'_wp_trash_meta_time','1510594703'),(195,77,'_wp_trash_meta_status','publish'),(196,77,'_wp_trash_meta_time','1510594750'),(197,78,'_wp_trash_meta_status','publish'),(198,78,'_wp_trash_meta_time','1510595298'),(199,79,'_wp_trash_meta_status','publish'),(200,79,'_wp_trash_meta_time','1510595451'),(201,80,'_wp_trash_meta_status','publish'),(202,80,'_wp_trash_meta_time','1510607152'),(203,81,'_wp_trash_meta_status','publish'),(204,81,'_wp_trash_meta_time','1510607254'),(205,82,'_wp_trash_meta_status','publish'),(206,82,'_wp_trash_meta_time','1510607422'),(207,83,'_edit_last','1'),(208,83,'_edit_lock','1510607774:1'),(217,86,'_wp_trash_meta_status','publish'),(218,86,'_wp_trash_meta_time','1510607973'),(219,87,'_wp_trash_meta_status','publish'),(220,87,'_wp_trash_meta_time','1510608281'),(221,88,'_wp_trash_meta_status','publish'),(222,88,'_wp_trash_meta_time','1510608346'),(223,89,'_wp_trash_meta_status','publish'),(224,89,'_wp_trash_meta_time','1510608507'),(225,90,'_edit_last','1'),(226,90,'_edit_lock','1510608590:1'),(235,93,'_wp_trash_meta_status','publish'),(236,93,'_wp_trash_meta_time','1510608676'),(237,94,'_wp_trash_meta_status','publish'),(238,94,'_wp_trash_meta_time','1510608840'),(239,95,'_wp_trash_meta_status','publish'),(240,95,'_wp_trash_meta_time','1510608855'),(241,96,'_wp_trash_meta_status','publish'),(242,96,'_wp_trash_meta_time','1510609028'),(503,138,'_wp_attached_file','2017/11/tesseract.zip'),(504,138,'_wp_attachment_context','upgrader'),(505,140,'wptr_hide_title','0'),(506,140,'_fl_builder_draft','a:18:{s:13:\"584890510aa0c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510aa0c\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1594\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"999999\";s:10:\"bg_opacity\";s:2:\"70\";s:16:\"bg_overlay_color\";s:6:\"999999\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07224146/blueprint-964629_1920.jpg\";}}s:13:\"584890510ac70\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510ac70\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"584890510aa0c\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584890510acaf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510acaf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584890510ac70\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584890510aceb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510aceb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584890510acaf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:16:\"Contact Us Today\";s:4:\"size\";s:2:\"70\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:27:\"For your free consultation!\";s:8:\"sub_size\";s:2:\"25\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"584891005881f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005881f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"e0e0e0\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584891005a372\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a372\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"584891005881f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584891005a54c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a54c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"584891005a58f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a58f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"584891005a5cd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a5cd\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5848910b3885e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848910b3885e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a54c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:51:\"<h2 style=\"text-align: center;\">(310) 743-3190</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5848911b473ff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848911b473ff\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a58f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:64:\"<h2 style=\"text-align: center;\">Feedback@Tesseracttheme.com</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"58489152bb714\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58489152bb714\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a5cd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:62:\"<h2 style=\"text-align: center;\">2711 Beach Rd. Malibu, CA</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5848919fad50f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919fad50f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5848919faf620\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf620\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5848919fad50f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5848919faf827\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf827\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5848919faf620\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:5:\"44.95\";}}s:13:\"5848919faf86b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf86b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5848919faf620\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:5:\"55.05\";}}s:13:\"584891a70ee77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891a70ee77\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5848919faf86b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:9:\"fullwidth\";s:3:\"yes\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"500\";s:5:\"float\";s:4:\"none\";s:4:\"zoom\";s:1:\"8\";s:3:\"lat\";s:10:\"34.0259216\";s:3:\"lng\";s:19:\"-118.77975709999998\";s:5:\"query\";s:10:\"Mailbu, Ca\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:2:\"60\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:10:\"map-module\";}}s:13:\"5848935d1d336\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848935d1d336\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5848919faf827\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:48:\"[contact-form-7 id=\"255\" title=\"Contact form 1\"]\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(507,140,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(508,140,'_fl_builder_data','a:18:{s:13:\"584890510aa0c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510aa0c\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1594\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"999999\";s:10:\"bg_opacity\";s:2:\"70\";s:16:\"bg_overlay_color\";s:6:\"999999\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07224146/blueprint-964629_1920.jpg\";}}s:13:\"584890510ac70\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510ac70\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"584890510aa0c\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584890510acaf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510acaf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584890510ac70\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584890510aceb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510aceb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584890510acaf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:16:\"Contact Us Today\";s:4:\"size\";s:2:\"70\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:27:\"For your free consultation!\";s:8:\"sub_size\";s:2:\"25\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"584891005881f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005881f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"e0e0e0\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584891005a372\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a372\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"584891005881f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584891005a54c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a54c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"584891005a58f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a58f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"584891005a5cd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a5cd\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5848910b3885e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848910b3885e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a54c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:51:\"<h2 style=\"text-align: center;\">(310) 743-3190</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5848911b473ff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848911b473ff\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a58f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:64:\"<h2 style=\"text-align: center;\">Feedback@Tesseracttheme.com</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"58489152bb714\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58489152bb714\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a5cd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:62:\"<h2 style=\"text-align: center;\">2711 Beach Rd. Malibu, CA</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5848919fad50f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919fad50f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5848919faf620\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf620\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5848919fad50f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5848919faf827\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf827\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5848919faf620\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:5:\"44.95\";}}s:13:\"5848919faf86b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf86b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5848919faf620\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:5:\"55.05\";}}s:13:\"584891a70ee77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891a70ee77\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5848919faf86b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:9:\"fullwidth\";s:3:\"yes\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"500\";s:5:\"float\";s:4:\"none\";s:4:\"zoom\";s:1:\"8\";s:3:\"lat\";s:10:\"34.0259216\";s:3:\"lng\";s:19:\"-118.77975709999998\";s:5:\"query\";s:10:\"Mailbu, Ca\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:2:\"60\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:10:\"map-module\";}}s:13:\"5848935d1d336\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848935d1d336\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5848919faf827\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:48:\"[contact-form-7 id=\"255\" title=\"Contact form 1\"]\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(509,140,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(510,140,'_fl_builder_enabled','1'),(511,140,'_imported_content_block','1'),(512,140,'_imported_by_tesseract_package','contact-3'),(513,141,'wptr_hide_title','0'),(514,141,'_fl_builder_draft','a:18:{s:13:\"5847bc7dbf747\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dbf747\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1589\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:11:\"left center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"f9eff9\";s:10:\"bg_opacity\";s:2:\"50\";s:16:\"bg_overlay_color\";s:6:\"f3c4ff\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07080001/cqosqqhhsui-roman-kraft.jpg\";}}s:13:\"5847bc7dc0830\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dc0830\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847bc7dbf747\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847bc7dc09f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dc09f2\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bc7dc0830\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847bd050dc5f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bd050dc5f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"-60\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cb14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cb14\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847bd050dc5f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847bdf48cd5a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cd5a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";s:5:\"32.84\";s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cd9d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cd9d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";d:33.829999999999998;s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cddc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cddc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";d:33.329999999999998;s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847be21e86eb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847be21e86eb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:278:\"<p style=\"text-align: center;\"><span style=\"color: #333333;\">Treats sun damage by effectively eliminating age spots, hyperpigmentation, rosecea & small spider veins while stimulating collagen growth for a more youthful look.</span></p>\n\n<h2 style=\"text-align: center;\"></h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847be9d5adf7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847be9d5adf7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:196:\"<p style=\"text-align: center;\">Removes the surface layer of the skin while penetrating deep to activate rejuvenating functions in the skin. This allows a new, healthier skin surface to emerge.</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847bf13e064a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bf13e064a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:274:\"<p style=\"text-align: center;\"><span style=\"color: #333333;\">Is an easy, safe and effective anti-aging treatment. Our dual diamond tip and crystal microderm machine removes the surface layer, softens fine lines and wrinkles.</span></p>\n\n<h2 style=\"text-align: center;\"></h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847bfb0a9e7e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bfb0a9e7e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$200\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"1c1c1c\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847bfd327020\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bfd327020\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$100\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"1e1e1e\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c003c2c14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c003c2c14\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$250\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"191919\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c05931db6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c05931db6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:13:\"Chemical Peel\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c0c06b321\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c0c06b321\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:17:\"Microdermabrasion\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c13c83efa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c13c83efa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:12:\"Photo Facial\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c305378b9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c305378b9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bc7dc09f2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:10:\"Treatments\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"f2f2f2\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(515,141,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(516,141,'_fl_builder_data','a:18:{s:13:\"5847bc7dbf747\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dbf747\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1589\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:11:\"left center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"f9eff9\";s:10:\"bg_opacity\";s:2:\"50\";s:16:\"bg_overlay_color\";s:6:\"f3c4ff\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07080001/cqosqqhhsui-roman-kraft.jpg\";}}s:13:\"5847bc7dc0830\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dc0830\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847bc7dbf747\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847bc7dc09f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dc09f2\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bc7dc0830\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847bd050dc5f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bd050dc5f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"-60\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cb14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cb14\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847bd050dc5f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847bdf48cd5a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cd5a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";s:5:\"32.84\";s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cd9d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cd9d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";d:33.829999999999998;s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cddc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cddc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";d:33.329999999999998;s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847be21e86eb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847be21e86eb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:279:\"\n<p style=\"text-align: center;\"><span style=\"color: #333333;\">Treats sun damage by effectively eliminating age spots, hyperpigmentation, rosecea & small spider veins while stimulating collagen growth for a more youthful look.</span></p>\n\n<h2 style=\"text-align: center;\"></h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847be9d5adf7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847be9d5adf7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:196:\"<p style=\"text-align: center;\">Removes the surface layer of the skin while penetrating deep to activate rejuvenating functions in the skin. This allows a new, healthier skin surface to emerge.</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847bf13e064a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bf13e064a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:274:\"<p style=\"text-align: center;\"><span style=\"color: #333333;\">Is an easy, safe and effective anti-aging treatment. Our dual diamond tip and crystal microderm machine removes the surface layer, softens fine lines and wrinkles.</span></p>\n\n<h2 style=\"text-align: center;\"></h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847bfb0a9e7e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bfb0a9e7e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$200\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"1c1c1c\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847bfd327020\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bfd327020\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$100\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"1e1e1e\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c003c2c14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c003c2c14\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$250\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"191919\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c05931db6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c05931db6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:13:\"Chemical Peel\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c0c06b321\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c0c06b321\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:17:\"Microdermabrasion\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c13c83efa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c13c83efa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:12:\"Photo Facial\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c305378b9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c305378b9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bc7dc09f2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:10:\"Treatments\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"f2f2f2\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(517,141,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(518,141,'_fl_builder_enabled','1'),(519,141,'_imported_content_block','1'),(520,141,'_imported_by_tesseract_package','treatments'),(521,142,'wptr_hide_title','0'),(522,142,'_fl_builder_draft','a:18:{s:13:\"5847b692693be\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b692693be\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b6926a609\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a609\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847b6926a7e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a7e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b6926a82c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a82c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b6926a86b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a86b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b699d7dd0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d7dd0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5847b699d8000\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8000\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b699d8045\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8045\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b699d8085\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8085\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b7027bebf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7027bebf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a7e6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1585\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1585;s:5:\"title\";s:34:\"5ufn4ly4jwq-eduardo-espinoza-raggi\";s:8:\"filename\";s:38:\"5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:4:\"link\";s:103:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/5ufn4ly4jwq-eduardo-espinoza-raggi/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:34:\"5ufn4ly4jwq-eduardo-espinoza-raggi\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094976000;s:8:\"modified\";d:1481094976000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"69a5d9f7a6\";s:6:\"delete\";s:10:\"69f41d20c9\";s:4:\"edit\";s:10:\"8495e31f12\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1585&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:704802;s:21:\"filesizeHumanReadable\";s:6:\"688 KB\";s:6:\"height\";i:1151;s:5:\"width\";i:2048;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:169;s:5:\"width\";i:300;s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-300x169.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:394;s:5:\"width\";i:700;s:3:\"url\";s:132:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-1024x576.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:6:\"height\";i:1151;s:5:\"width\";i:2048;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b752ab381\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b752ab381\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a82c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1584\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1584;s:5:\"title\";s:22:\"zx5uks3zc60-laura-aziz\";s:8:\"filename\";s:26:\"zx5uks3zc60-laura-aziz.jpg\";s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz.jpg\";s:4:\"link\";s:91:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/zx5uks3zc60-laura-aziz/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:22:\"zx5uks3zc60-laura-aziz\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094967000;s:8:\"modified\";d:1481095074000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"ed89985ed4\";s:6:\"delete\";s:10:\"5bf1b83be9\";s:4:\"edit\";s:10:\"b3e22840e7\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1584&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2466658;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:2448;s:5:\"width\";i:3264;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz.jpg\";s:6:\"height\";i:2448;s:5:\"width\";i:3264;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7693a15b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7693a15b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a86b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1583\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1583;s:5:\"title\";s:26:\"bo5bswjwgui-dana-critchlow\";s:8:\"filename\";s:30:\"bo5bswjwgui-dana-critchlow.jpg\";s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:4:\"link\";s:95:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/bo5bswjwgui-dana-critchlow/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:26:\"bo5bswjwgui-dana-critchlow\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094959000;s:8:\"modified\";d:1481094959000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dcfbc591d9\";s:6:\"delete\";s:10:\"62f25ffa83\";s:4:\"edit\";s:10:\"9f3ab39196\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1583&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:876998;s:21:\"filesizeHumanReadable\";s:6:\"856 KB\";s:6:\"height\";i:1065;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:166;s:5:\"width\";i:300;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-300x166.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:388;s:5:\"width\";i:700;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-1024x568.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:6:\"height\";i:1065;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7db08ec1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7db08ec1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8000\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1582\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1582;s:5:\"title\";s:27:\"zsivhindnsq-oskar-vertetics\";s:8:\"filename\";s:31:\"zsivhindnsq-oskar-vertetics.jpg\";s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:4:\"link\";s:96:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/zsivhindnsq-oskar-vertetics/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:27:\"zsivhindnsq-oskar-vertetics\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094950000;s:8:\"modified\";d:1481094950000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"35500215dc\";s:6:\"delete\";s:10:\"962d61be67\";s:4:\"edit\";s:10:\"e7907ba1a2\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1582&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2455478;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:3069;s:5:\"width\";i:4633;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:125:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:6:\"height\";i:3069;s:5:\"width\";i:4633;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7e8dd361\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7e8dd361\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8045\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1581\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1581;s:5:\"title\";s:19:\"1prq2mhw-fo-micah-h\";s:8:\"filename\";s:23:\"1prq2mhw-fo-micah-h.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:4:\"link\";s:88:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/1prq2mhw-fo-micah-h/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:19:\"1prq2mhw-fo-micah-h\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094940000;s:8:\"modified\";d:1481094940000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"89b0cbad17\";s:6:\"delete\";s:10:\"55bf7dd691\";s:4:\"edit\";s:10:\"867950832a\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1581&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:1045738;s:21:\"filesizeHumanReadable\";s:8:\"1,021 KB\";s:6:\"height\";i:2048;s:5:\"width\";i:3072;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:6:\"height\";i:2048;s:5:\"width\";i:3072;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7f807cdd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7f807cdd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8085\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1580\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1580;s:5:\"title\";s:26:\"wjkc3xzjsxw-geran-de-klerk\";s:8:\"filename\";s:45:\"wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:3:\"url\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:4:\"link\";s:95:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/wjkc3xzjsxw-geran-de-klerk/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:26:\"wjkc3xzjsxw-geran-de-klerk\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094931000;s:8:\"modified\";d:1481095239000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"9552427af3\";s:6:\"delete\";s:10:\"5ef9444420\";s:4:\"edit\";s:10:\"4d09e35bf5\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1580&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2000452;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:2550;s:5:\"width\";i:3400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:6:\"height\";i:2550;s:5:\"width\";i:3400;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b91c4d4fa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d4fa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b91c4d6d0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d6d0\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b91c4d4fa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b91c4d39e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d39e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b91c4d6d0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:9:\"Be You...\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:11:\"Be Creative\";s:8:\"sub_size\";s:2:\"60\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(523,142,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(524,142,'_fl_builder_data','a:18:{s:13:\"5847b692693be\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b692693be\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b6926a609\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a609\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847b6926a7e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a7e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b6926a82c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a82c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b6926a86b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a86b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b699d7dd0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d7dd0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5847b699d8000\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8000\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b699d8045\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8045\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b699d8085\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8085\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b7027bebf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7027bebf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a7e6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1585\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1585;s:5:\"title\";s:34:\"5ufn4ly4jwq-eduardo-espinoza-raggi\";s:8:\"filename\";s:38:\"5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:4:\"link\";s:103:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/5ufn4ly4jwq-eduardo-espinoza-raggi/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:34:\"5ufn4ly4jwq-eduardo-espinoza-raggi\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094976000;s:8:\"modified\";d:1481094976000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"69a5d9f7a6\";s:6:\"delete\";s:10:\"69f41d20c9\";s:4:\"edit\";s:10:\"8495e31f12\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1585&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:704802;s:21:\"filesizeHumanReadable\";s:6:\"688 KB\";s:6:\"height\";i:1151;s:5:\"width\";i:2048;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:169;s:5:\"width\";i:300;s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-300x169.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:394;s:5:\"width\";i:700;s:3:\"url\";s:132:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-1024x576.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:6:\"height\";i:1151;s:5:\"width\";i:2048;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b752ab381\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b752ab381\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a82c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1584\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1584;s:5:\"title\";s:22:\"zx5uks3zc60-laura-aziz\";s:8:\"filename\";s:26:\"zx5uks3zc60-laura-aziz.jpg\";s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz.jpg\";s:4:\"link\";s:91:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/zx5uks3zc60-laura-aziz/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:22:\"zx5uks3zc60-laura-aziz\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094967000;s:8:\"modified\";d:1481095074000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"ed89985ed4\";s:6:\"delete\";s:10:\"5bf1b83be9\";s:4:\"edit\";s:10:\"b3e22840e7\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1584&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2466658;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:2448;s:5:\"width\";i:3264;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz.jpg\";s:6:\"height\";i:2448;s:5:\"width\";i:3264;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7693a15b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7693a15b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a86b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1583\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1583;s:5:\"title\";s:26:\"bo5bswjwgui-dana-critchlow\";s:8:\"filename\";s:30:\"bo5bswjwgui-dana-critchlow.jpg\";s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:4:\"link\";s:95:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/bo5bswjwgui-dana-critchlow/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:26:\"bo5bswjwgui-dana-critchlow\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094959000;s:8:\"modified\";d:1481094959000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dcfbc591d9\";s:6:\"delete\";s:10:\"62f25ffa83\";s:4:\"edit\";s:10:\"9f3ab39196\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1583&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:876998;s:21:\"filesizeHumanReadable\";s:6:\"856 KB\";s:6:\"height\";i:1065;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:166;s:5:\"width\";i:300;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-300x166.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:388;s:5:\"width\";i:700;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-1024x568.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:6:\"height\";i:1065;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7db08ec1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7db08ec1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8000\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1582\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1582;s:5:\"title\";s:27:\"zsivhindnsq-oskar-vertetics\";s:8:\"filename\";s:31:\"zsivhindnsq-oskar-vertetics.jpg\";s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:4:\"link\";s:96:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/zsivhindnsq-oskar-vertetics/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:27:\"zsivhindnsq-oskar-vertetics\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094950000;s:8:\"modified\";d:1481094950000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"35500215dc\";s:6:\"delete\";s:10:\"962d61be67\";s:4:\"edit\";s:10:\"e7907ba1a2\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1582&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2455478;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:3069;s:5:\"width\";i:4633;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:125:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:6:\"height\";i:3069;s:5:\"width\";i:4633;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7e8dd361\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7e8dd361\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8045\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1581\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1581;s:5:\"title\";s:19:\"1prq2mhw-fo-micah-h\";s:8:\"filename\";s:23:\"1prq2mhw-fo-micah-h.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:4:\"link\";s:88:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/1prq2mhw-fo-micah-h/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:19:\"1prq2mhw-fo-micah-h\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094940000;s:8:\"modified\";d:1481094940000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"89b0cbad17\";s:6:\"delete\";s:10:\"55bf7dd691\";s:4:\"edit\";s:10:\"867950832a\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1581&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:1045738;s:21:\"filesizeHumanReadable\";s:8:\"1,021 KB\";s:6:\"height\";i:2048;s:5:\"width\";i:3072;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:6:\"height\";i:2048;s:5:\"width\";i:3072;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7f807cdd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7f807cdd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8085\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1580\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1580;s:5:\"title\";s:26:\"wjkc3xzjsxw-geran-de-klerk\";s:8:\"filename\";s:45:\"wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:3:\"url\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:4:\"link\";s:95:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/wjkc3xzjsxw-geran-de-klerk/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:26:\"wjkc3xzjsxw-geran-de-klerk\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";d:1481094931000;s:8:\"modified\";d:1481095239000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"9552427af3\";s:6:\"delete\";s:10:\"5ef9444420\";s:4:\"edit\";s:10:\"4d09e35bf5\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1580&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2000452;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:2550;s:5:\"width\";i:3400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:6:\"height\";i:2550;s:5:\"width\";i:3400;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b91c4d4fa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d4fa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b91c4d6d0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d6d0\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b91c4d4fa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b91c4d39e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d39e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b91c4d6d0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:9:\"Be You...\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:11:\"Be Creative\";s:8:\"sub_size\";s:2:\"60\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(525,142,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(526,142,'_fl_builder_enabled','1'),(527,142,'_imported_content_block','1'),(528,142,'_imported_by_tesseract_package','gallery-2'),(529,143,'wptr_hide_title','0'),(530,143,'_fl_builder_draft','a:6:{s:13:\"5847b447a4a54\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a4a54\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1576\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07070324/google-contact-1.jpg\";}}s:13:\"5847b447a5c9d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a5c9d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b447a4a54\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b447a5eb6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a5eb6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b447a5c9d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b4aa99820\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b4aa99820\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:6:\"HELLO,\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"6d6d6d\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b4d29802f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b4d29802f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:13:\"TALK TO US...\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"6d6d6d\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b5049e286\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b5049e286\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:367:\"<span style=\"color: #808080;\">You can email us at <a class=\"Xx\" dir=\"ltr\" style=\"color: #808080;\" tabindex=\"-1\" href=\"mailto:TylerMoore@gmail.com\" target=\"_blank\" rel=\"nofollow noreferrer\" data-display=\"TylerMoore@gmail.com\" data-sanitized=\"mailto:TylerMoore@gmail.com\">TylerMoore@gmail.com</a> or</span>\n<span style=\"color: #808080;\">Call us at (310) 743-3190</span>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(531,143,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(532,143,'_fl_builder_data','a:6:{s:13:\"5847b447a4a54\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a4a54\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1576\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07070324/google-contact-1.jpg\";}}s:13:\"5847b447a5c9d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a5c9d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b447a4a54\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b447a5eb6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a5eb6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b447a5c9d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b4aa99820\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b4aa99820\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:6:\"HELLO,\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"6d6d6d\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b4d29802f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b4d29802f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:13:\"TALK TO US...\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"6d6d6d\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b5049e286\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b5049e286\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:367:\"<span style=\"color: #808080;\">You can email us at <a class=\"Xx\" dir=\"ltr\" style=\"color: #808080;\" tabindex=\"-1\" href=\"mailto:TylerMoore@gmail.com\" target=\"_blank\" rel=\"nofollow noreferrer\" data-display=\"TylerMoore@gmail.com\" data-sanitized=\"mailto:TylerMoore@gmail.com\">TylerMoore@gmail.com</a> or</span>\n<span style=\"color: #808080;\">Call us at (310) 743-3190</span>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(533,143,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(534,143,'_fl_builder_enabled','1'),(535,143,'_imported_content_block','1'),(536,143,'_imported_by_tesseract_package','contact-1'),(537,144,'wptr_hide_title','0'),(538,144,'_fl_builder_draft','a:9:{s:13:\"5847b318b4ba2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b4ba2\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b318b5d14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b5d14\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b318b4ba2\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b318b5ec4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b5ec4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b318b5d14\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b324f05a3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b324f05a3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b318b5ec4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:28:\"Why we love Google Cardboard\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:2:\"35\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b35fce275\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b35fce275\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b318b5ec4\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":19:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:10:\"video_webm\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:43:\"https://www.youtube.com/watch?v=eT9vmpE8WcY\";s:10:\"margin_top\";s:2:\"30\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:3:\"200\";s:12:\"margin_right\";s:3:\"200\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}s:13:\"5847b381ee6b5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381ee6b5\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b381efd71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381efd71\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b381ee6b5\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b381eff91\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381eff91\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b381efd71\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b3a0c6b6d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b3a0c6b6d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b381eff91\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:393:\"<p style=\"text-align: center;\"><span style=\"font-size: 24px; color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"../about/\"><span style=\"text-decoration: underline;\">We understand</span></a> that you want to have loads of fun, that\'s why we made Google Cardboard. <a style=\"color: #ffffff;\" href=\"../contact/\"><span style=\"text-decoration: underline;\">Contact us</span></a> to get it.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(539,144,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(540,144,'_oembed_3bfd6a6ab28664897e5014cae9c5e0e3','<iframe width=\"700\" height=\"394\" src=\"https://www.youtube.com/embed/eT9vmpE8WcY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(541,144,'_oembed_time_3bfd6a6ab28664897e5014cae9c5e0e3','1481093989'),(542,144,'_fl_builder_data','a:9:{s:13:\"5847b318b4ba2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b4ba2\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b318b5d14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b5d14\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b318b4ba2\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b318b5ec4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b5ec4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b318b5d14\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b324f05a3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b324f05a3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b318b5ec4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:28:\"Why we love Google Cardboard\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:2:\"35\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b35fce275\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b35fce275\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b318b5ec4\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":19:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:10:\"video_webm\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:43:\"https://www.youtube.com/watch?v=eT9vmpE8WcY\";s:10:\"margin_top\";s:2:\"30\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:3:\"200\";s:12:\"margin_right\";s:3:\"200\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}s:13:\"5847b381ee6b5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381ee6b5\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b381efd71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381efd71\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b381ee6b5\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b381eff91\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381eff91\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b381efd71\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b3a0c6b6d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b3a0c6b6d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b381eff91\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:393:\"<p style=\"text-align: center;\"><span style=\"font-size: 24px; color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"../about/\"><span style=\"text-decoration: underline;\">We understand</span></a> that you want to have loads of fun, that\'s why we made Google Cardboard. <a style=\"color: #ffffff;\" href=\"../contact/\"><span style=\"text-decoration: underline;\">Contact us</span></a> to get it.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(543,144,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(544,144,'_fl_builder_enabled','1'),(545,144,'_imported_content_block','1'),(546,144,'_imported_by_tesseract_package','services-3'),(547,145,'wptr_hide_title','0'),(548,145,'_fl_builder_draft','a:25:{s:13:\"5847b1205623f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1205623f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b120574cb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b120574cb\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b12057707\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b12057707\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b120574cb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b138ea3c9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b138ea3c9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b12057707\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:53:\"Have the best time enjoying your new Google Cardboard\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b16308fa9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16308fa9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847b16309220\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16309220\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b16309265\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16309265\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b163092a6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b163092a6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b167e5504\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5504\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5847b167e5743\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5743\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b167e5786\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5786\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b167e57c4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e57c4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b17986aeb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b17986aeb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b16309220\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1571\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1571;s:5:\"title\";s:9:\"youtube-1\";s:8:\"filename\";s:13:\"youtube-1.png\";s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1571\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:9:\"youtube-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";d:1481093515000;s:8:\"modified\";d:1481093515000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"e61576780d\";s:6:\"delete\";s:10:\"72937d7d1d\";s:4:\"edit\";s:10:\"14d3a74a4d\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1571&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:3035;s:21:\"filesizeHumanReadable\";s:4:\"3 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b1b8bbed1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1b8bbed1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e5743\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:184:\"<p style=\"text-align: center;\"><strong>Play Videos On Youtube</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b1c55fe20\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1c55fe20\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b16309265\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1570\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1570;s:5:\"title\";s:8:\"wallet-1\";s:8:\"filename\";s:12:\"wallet-1.png\";s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1570\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:8:\"wallet-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";d:1481093514000;s:8:\"modified\";d:1481093514000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"7253360189\";s:6:\"delete\";s:10:\"6e1c4e6ca5\";s:4:\"edit\";s:10:\"4406d2b7a1\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1570&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:5725;s:21:\"filesizeHumanReadable\";s:4:\"6 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b1d336bb7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1d336bb7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b163092a6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1569\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1569;s:5:\"title\";s:11:\"analytics-1\";s:8:\"filename\";s:15:\"analytics-1.png\";s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1569\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:11:\"analytics-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";d:1481093513000;s:8:\"modified\";d:1481093513000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"abcbf324de\";s:6:\"delete\";s:10:\"5fb1da1266\";s:4:\"edit\";s:10:\"b7f12314ca\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1569&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:3809;s:21:\"filesizeHumanReadable\";s:4:\"4 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b206a07da\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b206a07da\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e5786\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:182:\"<p style=\"text-align: center;\"><strong>Pay on Google Wallet</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b227ecefa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b227ecefa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e57c4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:190:\"<p style=\"text-align: center;\"><strong>Grow With Educational Videos</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b248b9289\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9289\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:3;s:8:\"settings\";s:0:\"\";}s:13:\"5847b248b9468\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9468\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b248b9289\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b248b9101\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9101\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b248b9468\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:135:\"<p style=\"text-align: center;\"><a href=\"../contact/\"><span style=\"font-size: 20px;\"><strong>Contact Us Today »</strong></span></a></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b262efe2b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262efe2b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b262f3eb9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262f3eb9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b262efe2b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b262f4146\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262f4146\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b262f3eb9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b2a5934d8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b2a5934d8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b262f4146\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:25:\"DISCOVER WHOLE NEW WORLDS\";s:4:\"size\";s:2:\"28\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(549,145,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(550,145,'_fl_builder_data','a:25:{s:13:\"5847b1205623f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1205623f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b120574cb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b120574cb\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b12057707\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b12057707\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b120574cb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b138ea3c9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b138ea3c9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b12057707\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:53:\"Have the best time enjoying your new Google Cardboard\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b16308fa9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16308fa9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847b16309220\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16309220\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b16309265\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16309265\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b163092a6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b163092a6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b167e5504\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5504\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5847b167e5743\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5743\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b167e5786\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5786\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b167e57c4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e57c4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"5847b17986aeb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b17986aeb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b16309220\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1571\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1571;s:5:\"title\";s:9:\"youtube-1\";s:8:\"filename\";s:13:\"youtube-1.png\";s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1571\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:9:\"youtube-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";d:1481093515000;s:8:\"modified\";d:1481093515000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"e61576780d\";s:6:\"delete\";s:10:\"72937d7d1d\";s:4:\"edit\";s:10:\"14d3a74a4d\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1571&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:3035;s:21:\"filesizeHumanReadable\";s:4:\"3 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b1b8bbed1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1b8bbed1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e5743\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:184:\"<p style=\"text-align: center;\"><strong>Play Videos On Youtube</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b1c55fe20\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1c55fe20\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b16309265\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1570\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1570;s:5:\"title\";s:8:\"wallet-1\";s:8:\"filename\";s:12:\"wallet-1.png\";s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1570\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:8:\"wallet-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";d:1481093514000;s:8:\"modified\";d:1481093514000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"7253360189\";s:6:\"delete\";s:10:\"6e1c4e6ca5\";s:4:\"edit\";s:10:\"4406d2b7a1\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1570&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:5725;s:21:\"filesizeHumanReadable\";s:4:\"6 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b1d336bb7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1d336bb7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b163092a6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1569\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1569;s:5:\"title\";s:11:\"analytics-1\";s:8:\"filename\";s:15:\"analytics-1.png\";s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1569\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:11:\"analytics-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";d:1481093513000;s:8:\"modified\";d:1481093513000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"abcbf324de\";s:6:\"delete\";s:10:\"5fb1da1266\";s:4:\"edit\";s:10:\"b7f12314ca\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1569&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:3809;s:21:\"filesizeHumanReadable\";s:4:\"4 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b206a07da\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b206a07da\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e5786\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:182:\"<p style=\"text-align: center;\"><strong>Pay on Google Wallet</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b227ecefa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b227ecefa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e57c4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:190:\"<p style=\"text-align: center;\"><strong>Grow With Educational Videos</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b248b9289\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9289\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:3;s:8:\"settings\";s:0:\"\";}s:13:\"5847b248b9468\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9468\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b248b9289\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b248b9101\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9101\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b248b9468\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:135:\"<p style=\"text-align: center;\"><a href=\"../contact/\"><span style=\"font-size: 20px;\"><strong>Contact Us Today »</strong></span></a></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b262efe2b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262efe2b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b262f3eb9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262f3eb9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b262efe2b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b262f4146\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262f4146\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b262f3eb9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b2a5934d8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b2a5934d8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b262f4146\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:25:\"DISCOVER WHOLE NEW WORLDS\";s:4:\"size\";s:2:\"28\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(551,145,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(552,145,'_fl_builder_enabled','1'),(553,145,'_imported_content_block','1'),(554,145,'_imported_by_tesseract_package','services-2'),(555,146,'wptr_hide_title','0'),(556,146,'_fl_builder_draft','a:8:{s:13:\"5847acb8e2e3e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e2e3e\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1566\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07063146/google-about-1.jpg\";}}s:13:\"5847acb8e4082\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e4082\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847acb8e2e3e\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847acb8e4260\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e4260\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847acb8e4082\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:2:\"70\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:3:\"300\";s:13:\"margin_bottom\";s:3:\"-30\";s:11:\"margin_left\";s:3:\"-80\";s:12:\"margin_right\";s:3:\"-80\";s:11:\"padding_top\";s:2:\"50\";s:14:\"padding_bottom\";s:2:\"50\";s:12:\"padding_left\";s:3:\"-60\";s:13:\"padding_right\";s:3:\"-60\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847ad0e4d1d1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847ad0e4d1d1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847acb8e4260\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:14:\"About Our Team\";s:4:\"size\";s:2:\"40\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"333333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:164:\"Experience virtual reality on your phone with Google Cardboard. Immerse yourself in these hand-picked apps. Learn more and get your own Cardboard at g.co/cardboard.\";s:8:\"sub_size\";s:2:\"16\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847afabc5648\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc5648\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847afabc6ce5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc6ce5\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847afabc5648\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847afabc6eaf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc6eaf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847afabc6ce5\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847afb0edf82\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afb0edf82\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847afabc6eaf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:300:\"<p style=\"text-align: center;\"><span style=\"font-size: 28px;\">Google Analytics Premium helped us improve engagement by 33% and click-throughs by 21% for content promotions on our homepage.</span></p>\n<p> </p>\n<p style=\"text-align: center;\"><a href=\"../services/\">SEE ALL OUR SERVICES »</a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(557,146,'_fl_builder_data','a:8:{s:13:\"5847acb8e2e3e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e2e3e\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1566\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07063146/google-about-1.jpg\";}}s:13:\"5847acb8e4082\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e4082\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847acb8e2e3e\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847acb8e4260\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e4260\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847acb8e4082\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:2:\"70\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:3:\"300\";s:13:\"margin_bottom\";s:3:\"-30\";s:11:\"margin_left\";s:3:\"-80\";s:12:\"margin_right\";s:3:\"-80\";s:11:\"padding_top\";s:2:\"50\";s:14:\"padding_bottom\";s:2:\"50\";s:12:\"padding_left\";s:3:\"-60\";s:13:\"padding_right\";s:3:\"-60\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847ad0e4d1d1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847ad0e4d1d1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847acb8e4260\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:14:\"About Our Team\";s:4:\"size\";s:2:\"40\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"333333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:164:\"Experience virtual reality on your phone with Google Cardboard. Immerse yourself in these hand-picked apps. Learn more and get your own Cardboard at g.co/cardboard.\";s:8:\"sub_size\";s:2:\"16\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847afabc5648\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc5648\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847afabc6ce5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc6ce5\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847afabc5648\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847afabc6eaf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc6eaf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847afabc6ce5\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847afb0edf82\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afb0edf82\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847afabc6eaf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:300:\"<p style=\"text-align: center;\"><span style=\"font-size: 28px;\">Google Analytics Premium helped us improve engagement by 33% and click-throughs by 21% for content promotions on our homepage.</span></p>\n<p> </p>\n<p style=\"text-align: center;\"><a href=\"../services/\">SEE ALL OUR SERVICES »</a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(558,146,'_fl_builder_enabled','1'),(559,146,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(560,146,'_imported_content_block','1'),(561,146,'_imported_by_tesseract_package','google-about-1'),(562,147,'wptr_hide_title','0'),(563,147,'_fl_builder_draft','a:12:{s:13:\"5847a9b153814\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a9b153814\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1562\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07061851/got-cardboard-1.jpg\";}}s:13:\"5847aaba9398d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba9398d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a9b153814\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847aaba93b94\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba93b94\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaba9398d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847aaba93bd8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba93bd8\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaba9398d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847aac1c543c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aac1c543c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847aaba93b94\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:139:\"<h3>GOT CARDBOARD?</h3>\n \n\nVisit new places, play immersive games, fly through space and more.\n\n \n\n<a href=\"about\">LEARN MORE</a>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847aaf58c47f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58c47f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847aaf58dafd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58dafd\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847aaf58c47f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847aaf58dcc4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58dcc4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaf58dafd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847ab4cb1bf5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847ab4cb1bf5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847aaf58dcc4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:28:\"So what are you waiting for?\";s:4:\"size\";s:2:\"40\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:68:\"Check out what we can do for you so you can start on the right foot.\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847abe8eca74\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8eca74\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847aaf58c47f\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847abe8ecc6b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8ecc6b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847abe8eca74\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847abe8eb467\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8eb467\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847abe8ecc6b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:171:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"about\"><span style=\"font-size: 20px;\">Learn About Us »</span></a></span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(564,147,'_fl_builder_data','a:12:{s:13:\"5847a9b153814\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a9b153814\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1562\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07061851/got-cardboard-1.jpg\";}}s:13:\"5847aaba9398d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba9398d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a9b153814\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847aaba93b94\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba93b94\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaba9398d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847aaba93bd8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba93bd8\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaba9398d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847aac1c543c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aac1c543c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847aaba93b94\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:165:\"<h3>GOT CARDBOARD?</h3>\n<p> </p>\n<p>Visit new places, play immersive games, fly through space and more.</p>\n<p> </p>\n<p><a href=\"about\">LEARN MORE</a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847aaf58c47f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58c47f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847aaf58dafd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58dafd\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847aaf58c47f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847aaf58dcc4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58dcc4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaf58dafd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847ab4cb1bf5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847ab4cb1bf5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847aaf58dcc4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:28:\"So what are you waiting for?\";s:4:\"size\";s:2:\"40\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:68:\"Check out what we can do for you so you can start on the right foot.\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847abe8eca74\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8eca74\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847aaf58c47f\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847abe8ecc6b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8ecc6b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847abe8eca74\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847abe8eb467\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8eb467\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847abe8ecc6b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:171:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"about\"><span style=\"font-size: 20px;\">Learn About Us »</span></a></span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(565,147,'_fl_builder_enabled','1'),(566,147,'_imported_content_block','1'),(567,147,'_imported_by_tesseract_package','got-cardboard-1'),(568,148,'wptr_hide_title','0'),(569,148,'_fl_builder_draft','a:5:{s:13:\"5847a8aaccb6a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8aaccb6a\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1557\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07061049/get-viewer-1.jpg\";}}s:13:\"5847a8c76e572\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e572\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a8aaccb6a\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847a8c76e777\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e777\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a8c76e572\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847a8c76e7ba\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e7ba\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a8c76e572\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847a8caa1bd5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8caa1bd5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847a8c76e7ba\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:297:\"<h3>GET A VIEWER</h3>\n \n\nGet it, fold it and look inside to enter the world of Cardboard. It’s a VR experience starting with a simple viewer anyone can build or buy. Once you have it, you can explore a variety of apps that unfold all around you.\n\n \n\n<a href=\"services\">GET A VIEWER</a>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(570,148,'_fl_builder_data','a:5:{s:13:\"5847a8aaccb6a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8aaccb6a\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1557\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07061049/get-viewer-1.jpg\";}}s:13:\"5847a8c76e572\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e572\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a8aaccb6a\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847a8c76e777\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e777\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a8c76e572\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847a8c76e7ba\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e7ba\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a8c76e572\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847a8caa1bd5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8caa1bd5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847a8c76e7ba\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:297:\"<h3>GET A VIEWER</h3>\n \n\nGet it, fold it and look inside to enter the world of Cardboard. It’s a VR experience starting with a simple viewer anyone can build or buy. Once you have it, you can explore a variety of apps that unfold all around you.\n\n \n\n<a href=\"services\">GET A VIEWER</a>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(571,148,'_fl_builder_enabled','1'),(572,148,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(573,148,'_imported_content_block','1'),(574,148,'_imported_by_tesseract_package','get-viewer-1'),(575,149,'wptr_hide_title','0'),(576,149,'_fl_builder_draft',''),(577,149,'_fl_builder_data',''),(578,149,'_fl_builder_enabled','1'),(579,149,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(580,149,'_imported_content_block','1'),(581,149,'_imported_by_tesseract_package','Contact-2'),(582,150,'wptr_hide_title','0'),(583,150,'_fl_builder_draft','a:9:{s:13:\"58479e7fd42c1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd42c1\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:4:\"full\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1552\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:12:\"right bottom\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07053056/hero-home-1.jpg\";}}s:13:\"58479e7fd52e0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd52e0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"58479e7fd42c1\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"58479e7fd54e7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd54e7\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"58479e7fd52e0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:100;}}s:13:\"5847a12b81330\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b81330\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"FF6E40\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847a12b82728\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b82728\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a12b81330\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847a12b828ed\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b828ed\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a12b82728\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847a6314ba36\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a6314ba36\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"58479e7fd54e7\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:154:\"<p><span style=\"font-size: 18px;\">Experience virtual reality in a simple,</span><br />\n<span style=\"font-size: 18px;\">fun, and affordable way.</span></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847a6de40d3c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a6de40d3c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"58479e7fd54e7\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:16:\"GOOGLE CARDBOARD\";s:4:\"size\";s:2:\"42\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847a721ddaf2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a721ddaf2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847a12b828ed\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:34:\"IMMERSIVE EXPERIENCES FOR EVERYONE\";s:4:\"size\";s:2:\"30\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(584,150,'_fl_builder_data','a:9:{s:13:\"58479e7fd42c1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd42c1\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:4:\"full\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1552\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:12:\"right bottom\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07053056/hero-home-1.jpg\";}}s:13:\"58479e7fd52e0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd52e0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"58479e7fd42c1\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"58479e7fd54e7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd54e7\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"58479e7fd52e0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:100;}}s:13:\"5847a12b81330\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b81330\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"FF6E40\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847a12b82728\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b82728\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a12b81330\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847a12b828ed\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b828ed\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a12b82728\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847a6314ba36\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a6314ba36\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"58479e7fd54e7\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:154:\"<p><span style=\"font-size: 18px;\">Experience virtual reality in a simple,</span><br />\n<span style=\"font-size: 18px;\">fun, and affordable way.</span></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847a6de40d3c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a6de40d3c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"58479e7fd54e7\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:16:\"GOOGLE CARDBOARD\";s:4:\"size\";s:2:\"42\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847a721ddaf2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a721ddaf2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847a12b828ed\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:34:\"IMMERSIVE EXPERIENCES FOR EVERYONE\";s:4:\"size\";s:2:\"30\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(585,150,'_fl_builder_enabled','1'),(586,150,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(587,150,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(588,150,'_imported_content_block','1'),(589,150,'_imported_by_tesseract_package','hero-home-1'),(590,151,'wptr_hide_title','0'),(591,151,'_fl_builder_draft','a:21:{s:13:\"5841de685da61\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685da61\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1536\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"323238\";s:18:\"bg_overlay_opacity\";s:2:\"57\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"350\";s:14:\"padding_bottom\";s:3:\"300\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02205112/pier-801761_1920-min.jpg\";}}s:13:\"5841de685e945\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685e945\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5841de685ead8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685ead8\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841de685e945\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841df45d3fb1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d3fb1\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841df45d4145\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d4145\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841df45d3fb1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841df45d3e77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d3e77\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841df45d4145\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:139:\"<p style=\"text-align: center;\"><span style=\"font-size: 60px;\"><strong><span style=\"color: #ffffff;\">Beach Cities</span></strong></span></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:2:\"35\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5841e2fd0193b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd0193b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"bfd9e8\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5841e2fd02ec9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd02ec9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841e2fd0193b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841e2fd0308c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd0308c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e2fd02ec9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5841e2fd030cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd030cf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e2fd02ec9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5841e31bcb4f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e31bcb4f2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e2fd0308c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1547\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1547;s:5:\"title\";s:14:\"woman-pointing\";s:8:\"filename\";s:18:\"woman-pointing.jpg\";s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:4:\"link\";s:80:\"http://tesseracttheme.com/freecontent/fl-builder-template/home-1/woman-pointing/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:14:\"woman-pointing\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1534;s:4:\"date\";d:1480718988000;s:8:\"modified\";d:1480718988000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 2, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"0e2f8ba91f\";s:6:\"delete\";s:10:\"252083c66b\";s:4:\"edit\";s:10:\"867838e082\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1547&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1534&action=edit\";s:15:\"uploadedToTitle\";s:6:\"Home 1\";s:15:\"filesizeInBytes\";i:705564;s:21:\"filesizeHumanReadable\";s:6:\"689 KB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:215;s:5:\"width\";i:300;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-300x215.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:502;s:5:\"width\";i:700;s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-1024x735.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:6:\"height\";i:1153;s:5:\"width\";i:1607;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1153;s:5:\"width\";i:1607;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"5841e3ecc43fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e3ecc43fb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e2fd030cf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:660:\"<p style=\"text-align: center;\"><span style=\"color: #634e5a; font-size: 28px;\"><strong>Sufin\' the web!</strong></span></p><p style=\"text-align: center;\"> </p><p class=\"p1\"><span style=\"color: #634e5a; font-size: 18px;\">The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. </span></p>\";s:10:\"margin_top\";s:2:\"50\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5841e8fcefdf5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefdf5\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"6D5950\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:3:\"100\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5841e8fcefe3d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefe3d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841e8fcefdf5\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841e8fcefe83\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefe83\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e8fcefe3d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841e8fcefec3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefec3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e8fcefe83\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:273:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"\"The joy of surfing is so many things combined, from the physical exertion of it, to the challenge of it, to the mental side of the sport.\"</span></p>\n<p style=\"text-align: center;\"><em>- Kelly Slater</em></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439583437_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735085_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735128_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735169_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735186_text\";s:263:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735192_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>-Walt Disney</em></p>\";}}s:13:\"5841f36ad7736\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ad7736\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1546\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"323238\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"300\";s:14:\"padding_bottom\";s:3:\"370\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/vw-camper-336606_1920.jpg\";}}s:13:\"5841f36ada5f0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ada5f0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841f36ad7736\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841f36ada7d1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ada7d1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841f36ada5f0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841f882cb597\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f882cb597\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5841f882cb7c5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f882cb7c5\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841f882cb597\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}}'),(592,151,'_fl_builder_data','a:21:{s:13:\"5841de685da61\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685da61\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1536\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"323238\";s:18:\"bg_overlay_opacity\";s:2:\"57\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"350\";s:14:\"padding_bottom\";s:3:\"300\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02205112/pier-801761_1920-min.jpg\";}}s:13:\"5841de685e945\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685e945\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5841de685ead8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685ead8\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841de685e945\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841df45d3fb1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d3fb1\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841df45d4145\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d4145\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841df45d3fb1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841df45d3e77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d3e77\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841df45d4145\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:139:\"<p style=\"text-align: center;\"><span style=\"font-size: 60px;\"><strong><span style=\"color: #ffffff;\">Beach Cities</span></strong></span></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:2:\"35\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5841e2fd0193b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd0193b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"bfd9e8\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5841e2fd02ec9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd02ec9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841e2fd0193b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841e2fd0308c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd0308c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e2fd02ec9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5841e2fd030cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd030cf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e2fd02ec9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5841e31bcb4f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e31bcb4f2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e2fd0308c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1547\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1547;s:5:\"title\";s:14:\"woman-pointing\";s:8:\"filename\";s:18:\"woman-pointing.jpg\";s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:4:\"link\";s:80:\"http://tesseracttheme.com/freecontent/fl-builder-template/home-1/woman-pointing/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:14:\"woman-pointing\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1534;s:4:\"date\";d:1480718988000;s:8:\"modified\";d:1480718988000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 2, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"0e2f8ba91f\";s:6:\"delete\";s:10:\"252083c66b\";s:4:\"edit\";s:10:\"867838e082\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1547&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1534&action=edit\";s:15:\"uploadedToTitle\";s:6:\"Home 1\";s:15:\"filesizeInBytes\";i:705564;s:21:\"filesizeHumanReadable\";s:6:\"689 KB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:215;s:5:\"width\";i:300;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-300x215.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:502;s:5:\"width\";i:700;s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-1024x735.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:6:\"height\";i:1153;s:5:\"width\";i:1607;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1153;s:5:\"width\";i:1607;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"5841e3ecc43fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e3ecc43fb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e2fd030cf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:660:\"<p style=\"text-align: center;\"><span style=\"color: #634e5a; font-size: 28px;\"><strong>Sufin\' the web!</strong></span></p><p style=\"text-align: center;\"> </p><p class=\"p1\"><span style=\"color: #634e5a; font-size: 18px;\">The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. </span></p>\";s:10:\"margin_top\";s:2:\"50\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5841e8fcefdf5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefdf5\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"6D5950\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:3:\"100\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5841e8fcefe3d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefe3d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841e8fcefdf5\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841e8fcefe83\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefe83\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e8fcefe3d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841e8fcefec3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefec3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e8fcefe83\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:273:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"\"The joy of surfing is so many things combined, from the physical exertion of it, to the challenge of it, to the mental side of the sport.\"</span></p>\n<p style=\"text-align: center;\"><em>- Kelly Slater</em></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439583437_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735085_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735128_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735169_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735186_text\";s:263:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735192_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>-Walt Disney</em></p>\";}}s:13:\"5841f36ad7736\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ad7736\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1546\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"323238\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"300\";s:14:\"padding_bottom\";s:3:\"370\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/vw-camper-336606_1920.jpg\";}}s:13:\"5841f36ada5f0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ada5f0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841f36ad7736\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841f36ada7d1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ada7d1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841f36ada5f0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841f882cb597\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f882cb597\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5841f882cb7c5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f882cb7c5\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841f882cb597\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}}'),(593,151,'_fl_builder_enabled','1'),(594,151,'_imported_content_block','1'),(595,151,'_imported_by_tesseract_package','home-1'),(596,152,'wptr_hide_title','0'),(597,152,'_fl_builder_draft','a:16:{s:13:\"568965964fed2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965964fed2\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1525\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"ffffff\";s:18:\"bg_overlay_opacity\";s:2:\"80\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:128:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/01/01185942/Scenery_Kodiak_National_Wildlife_Refuge.jpg\";}}s:13:\"568965b25dea5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965b25dea5\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"568965964fed2\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"568965b25e16c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965b25e16c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"568965b25dea5\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"568965c0782a9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965c0782a9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"568965b25e16c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:8:\"Our Blog\";s:4:\"size\";s:2:\"36\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:2:\"40\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"56896781dcba3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dcba3\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd5ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd5ec\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"56896781dcba3\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"56896781dd63f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd63f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56896781dd5ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";d:66.659999999999997;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd693\";O:19:\"TesseractBlogModule\":16:{s:4:\"node\";s:13:\"56896781dd693\";s:6:\"parent\";s:13:\"56896781dd63f\";s:8:\"position\";i:1;s:4:\"name\";s:4:\"Blog\";s:11:\"description\";s:22:\"A simple blog section.\";s:8:\"category\";s:16:\"Advanced Modules\";s:4:\"slug\";s:11:\"blog-module\";s:3:\"dir\";s:101:\"/home/tesseracttheme/public_html/content/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/\";s:3:\"url\";s:94:\"http://content.tesseracttheme.com/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:8:\"sections\";a:2:{s:5:\"setup\";a:2:{s:5:\"title\";s:10:\"Loop Setup\";s:6:\"fields\";a:6:{s:9:\"post_type\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:9:\"Post Type\";s:7:\"default\";s:4:\"post\";s:7:\"options\";a:3:{s:4:\"post\";s:5:\"Posts\";s:4:\"page\";s:5:\"Pages\";s:7:\"product\";s:8:\"Products\";}}s:5:\"users\";a:3:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:6:\"Author\";s:7:\"options\";a:1:{s:0:\"\";s:3:\"All\";}}s:14:\"posts_per_page\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Posts per page\";s:7:\"default\";s:1:\"5\";}s:8:\"order_by\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:8:\"Order by\";s:7:\"default\";s:4:\"date\";s:7:\"options\";a:13:{s:4:\"none\";s:8:\"No order\";s:2:\"ID\";s:16:\"Order by post id\";s:6:\"author\";s:15:\"Order by author\";s:5:\"title\";s:14:\"Order by title\";s:4:\"name\";s:30:\"Order by post name (post slug)\";s:4:\"type\";s:18:\"Order by post type\";s:4:\"date\";s:13:\"Order by date\";s:8:\"modified\";s:27:\"Order by last modified date\";s:6:\"parent\";s:28:\"Order by post/page parent id\";s:4:\"rand\";s:12:\"Random order\";s:13:\"comment_count\";s:27:\"Order by number of comments\";s:10:\"menu_order\";s:19:\"Order by page order\";s:8:\"post__in\";s:50:\"Preserve post ID order given in Specific IDs field\";}}s:5:\"order\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Order\";s:7:\"default\";s:4:\"DESC\";s:7:\"options\";a:2:{s:4:\"DESC\";s:10:\"Descending\";s:3:\"ASC\";s:9:\"Ascending\";}}s:3:\"ids\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Specific IDs\";s:11:\"description\";s:79:\"List the IDs separated by comma that will be displayed (leave blank to disable)\";}}}s:7:\"display\";a:2:{s:5:\"title\";s:6:\"Format\";s:6:\"fields\";a:5:{s:12:\"post_display\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Post Display\";s:7:\"default\";s:7:\"compact\";s:7:\"options\";a:2:{s:7:\"compact\";s:7:\"Compact\";s:8:\"vertical\";s:8:\"Vertical\";}}s:13:\"show_featured\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:19:\"Show featured image\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:9:\"show_date\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Show post date\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:11:\"show_author\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:16:\"Show post author\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:12:\"excerpt_more\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Excerpt more text\";s:7:\"default\";s:3:\"...\";}}}}}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:1;s:8:\"settings\";O:8:\"stdClass\":21:{s:9:\"post_type\";s:4:\"post\";s:5:\"users\";s:0:\"\";s:14:\"posts_per_page\";s:1:\"5\";s:8:\"order_by\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:3:\"ids\";s:0:\"\";s:12:\"post_display\";s:8:\"vertical\";s:13:\"show_featured\";s:3:\"yes\";s:9:\"show_date\";s:3:\"yes\";s:11:\"show_author\";s:3:\"yes\";s:12:\"excerpt_more\";s:3:\"...\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:11:\"blog-module\";}s:3:\"css\";a:1:{s:15:\"blog-module-css\";a:4:{i:0;s:113:\"http://content.tesseracttheme.com/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/css/blog-module.css\";i:1;N;i:2;N;i:3;N;}}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd6e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd6e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56896781dd5ec\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";d:33.329999999999998;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd739\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd739\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:0;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:13:\"widget-search\";O:8:\"stdClass\":1:{s:5:\"title\";s:11:\"Blog Search\";}s:6:\"widget\";s:16:\"WP_Widget_Search\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd78b\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd78b\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:1;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:19:\"widget-recent-posts\";O:8:\"stdClass\":3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:6:\"widget\";s:22:\"WP_Widget_Recent_Posts\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd7df\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd7df\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:2;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:22:\"widget-recent-comments\";O:8:\"stdClass\":2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:6:\"widget\";s:25:\"WP_Widget_Recent_Comments\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd832\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd832\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:3;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:15:\"widget-archives\";O:8:\"stdClass\":3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:6:\"widget\";s:18:\"WP_Widget_Archives\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd885\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd885\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:4;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:17:\"widget-categories\";O:8:\"stdClass\":4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:6:\"widget\";s:20:\"WP_Widget_Categories\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd8d3\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd8d3\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:5;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:11:\"widget-meta\";O:8:\"stdClass\":1:{s:5:\"title\";s:4:\"Meta\";}s:6:\"widget\";s:14:\"WP_Widget_Meta\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"5689682d05f96\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5689682d05f96\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"56896781dd63f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:9:\"Blog Post\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(598,152,'_fl_builder_data','a:16:{s:13:\"568965964fed2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965964fed2\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1525\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"ffffff\";s:18:\"bg_overlay_opacity\";s:2:\"80\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:128:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/01/01185942/Scenery_Kodiak_National_Wildlife_Refuge.jpg\";}}s:13:\"568965b25dea5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965b25dea5\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"568965964fed2\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"568965b25e16c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965b25e16c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"568965b25dea5\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"568965c0782a9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965c0782a9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"568965b25e16c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:8:\"Our Blog\";s:4:\"size\";s:2:\"36\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:2:\"40\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"56896781dcba3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dcba3\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd5ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd5ec\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"56896781dcba3\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"56896781dd63f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd63f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56896781dd5ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";d:66.659999999999997;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd693\";O:19:\"TesseractBlogModule\":16:{s:4:\"node\";s:13:\"56896781dd693\";s:6:\"parent\";s:13:\"56896781dd63f\";s:8:\"position\";i:1;s:4:\"name\";s:4:\"Blog\";s:11:\"description\";s:22:\"A simple blog section.\";s:8:\"category\";s:16:\"Advanced Modules\";s:4:\"slug\";s:11:\"blog-module\";s:3:\"dir\";s:101:\"/home/tesseracttheme/public_html/content/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/\";s:3:\"url\";s:94:\"http://content.tesseracttheme.com/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:8:\"sections\";a:2:{s:5:\"setup\";a:2:{s:5:\"title\";s:10:\"Loop Setup\";s:6:\"fields\";a:6:{s:9:\"post_type\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:9:\"Post Type\";s:7:\"default\";s:4:\"post\";s:7:\"options\";a:3:{s:4:\"post\";s:5:\"Posts\";s:4:\"page\";s:5:\"Pages\";s:7:\"product\";s:8:\"Products\";}}s:5:\"users\";a:3:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:6:\"Author\";s:7:\"options\";a:1:{s:0:\"\";s:3:\"All\";}}s:14:\"posts_per_page\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Posts per page\";s:7:\"default\";s:1:\"5\";}s:8:\"order_by\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:8:\"Order by\";s:7:\"default\";s:4:\"date\";s:7:\"options\";a:13:{s:4:\"none\";s:8:\"No order\";s:2:\"ID\";s:16:\"Order by post id\";s:6:\"author\";s:15:\"Order by author\";s:5:\"title\";s:14:\"Order by title\";s:4:\"name\";s:30:\"Order by post name (post slug)\";s:4:\"type\";s:18:\"Order by post type\";s:4:\"date\";s:13:\"Order by date\";s:8:\"modified\";s:27:\"Order by last modified date\";s:6:\"parent\";s:28:\"Order by post/page parent id\";s:4:\"rand\";s:12:\"Random order\";s:13:\"comment_count\";s:27:\"Order by number of comments\";s:10:\"menu_order\";s:19:\"Order by page order\";s:8:\"post__in\";s:50:\"Preserve post ID order given in Specific IDs field\";}}s:5:\"order\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Order\";s:7:\"default\";s:4:\"DESC\";s:7:\"options\";a:2:{s:4:\"DESC\";s:10:\"Descending\";s:3:\"ASC\";s:9:\"Ascending\";}}s:3:\"ids\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Specific IDs\";s:11:\"description\";s:79:\"List the IDs separated by comma that will be displayed (leave blank to disable)\";}}}s:7:\"display\";a:2:{s:5:\"title\";s:6:\"Format\";s:6:\"fields\";a:5:{s:12:\"post_display\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Post Display\";s:7:\"default\";s:7:\"compact\";s:7:\"options\";a:2:{s:7:\"compact\";s:7:\"Compact\";s:8:\"vertical\";s:8:\"Vertical\";}}s:13:\"show_featured\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:19:\"Show featured image\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:9:\"show_date\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Show post date\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:11:\"show_author\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:16:\"Show post author\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:12:\"excerpt_more\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Excerpt more text\";s:7:\"default\";s:3:\"...\";}}}}}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:1;s:8:\"settings\";O:8:\"stdClass\":21:{s:9:\"post_type\";s:4:\"post\";s:5:\"users\";s:0:\"\";s:14:\"posts_per_page\";s:1:\"5\";s:8:\"order_by\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:3:\"ids\";s:0:\"\";s:12:\"post_display\";s:8:\"vertical\";s:13:\"show_featured\";s:3:\"yes\";s:9:\"show_date\";s:3:\"yes\";s:11:\"show_author\";s:3:\"yes\";s:12:\"excerpt_more\";s:3:\"...\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:11:\"blog-module\";}s:3:\"css\";a:1:{s:15:\"blog-module-css\";a:4:{i:0;s:113:\"http://content.tesseracttheme.com/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/css/blog-module.css\";i:1;N;i:2;N;i:3;N;}}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd6e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd6e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56896781dd5ec\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";d:33.329999999999998;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd739\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd739\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:0;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:13:\"widget-search\";O:8:\"stdClass\":1:{s:5:\"title\";s:11:\"Blog Search\";}s:6:\"widget\";s:16:\"WP_Widget_Search\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd78b\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd78b\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:1;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:19:\"widget-recent-posts\";O:8:\"stdClass\":3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:6:\"widget\";s:22:\"WP_Widget_Recent_Posts\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd7df\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd7df\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:2;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:22:\"widget-recent-comments\";O:8:\"stdClass\":2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:6:\"widget\";s:25:\"WP_Widget_Recent_Comments\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd832\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd832\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:3;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:15:\"widget-archives\";O:8:\"stdClass\":3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:6:\"widget\";s:18:\"WP_Widget_Archives\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd885\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd885\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:4;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:17:\"widget-categories\";O:8:\"stdClass\":4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:6:\"widget\";s:20:\"WP_Widget_Categories\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd8d3\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd8d3\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:5;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large & Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium & Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:11:\"widget-meta\";O:8:\"stdClass\":1:{s:5:\"title\";s:4:\"Meta\";}s:6:\"widget\";s:14:\"WP_Widget_Meta\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"5689682d05f96\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5689682d05f96\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"56896781dd63f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:9:\"Blog Post\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(599,152,'_fl_builder_enabled','1'),(600,152,'_imported_content_block','1'),(601,152,'_imported_by_tesseract_package','blog-layout'),(602,153,'wptr_hide_title','0'),(603,153,'_fl_builder_draft','a:25:{s:13:\"55e0b3070774a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b3070774a\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b30731896\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731896\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b3070774a\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b30731a4b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731a4b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b30731896\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b30731ab9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731ab9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b30731896\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:75;}}s:13:\"55e0b3aa77620\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b3aa77620\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b30731ab9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789418_text\";s:622:\"About Us\n\nFounded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440790065_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791070_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";}}s:13:\"55e0b402d3fde\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b402d3fde\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b30731a4b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";s:10:\"margin_top\";s:2:\"45\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789507_text\";s:0:\"\";s:21:\"flrich1440789566_text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";s:21:\"flrich1440789582_text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";}}s:13:\"55e0b5fd5b255\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd5b255\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"1\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c552\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c552\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b5fd5b255\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b5fd7c79b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c79b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c802\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c802\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:37.5;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c85e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c85e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:4:\"37.5\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b66283e5b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b66283e5b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b5fd7c802\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1232\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1232;s:5:\"title\";s:19:\"morocco-123961_1280\";s:8:\"filename\";s:23:\"morocco-123961_1280.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1232\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"morocco-123961_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651833000;s:8:\"modified\";d:1441651833000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"bccfb98267\";s:6:\"delete\";s:10:\"b3d5444138\";s:4:\"edit\";s:10:\"e37bcd14a5\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1232&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:347037;s:21:\"filesizeHumanReadable\";s:6:\"339 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-1024x681.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:6:\"height\";i:851;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:851;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b7016c8c4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016c8c4\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016ccb2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016ccb2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b7016c8c4\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b7016cd16\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cd16\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016cd64\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cd64\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:37.5;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016cdd2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cdd2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b7016cd64\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1398\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1398;s:5:\"title\";s:19:\"mt-fuji-477832_1920\";s:8:\"filename\";s:23:\"mt-fuji-477832_1920.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1398\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"mt-fuji-477832_1920-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652219000;s:8:\"modified\";d:1441652219000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"92dd3c5e5b\";s:6:\"delete\";s:10:\"edc9ad455c\";s:4:\"edit\";s:10:\"fdd1c7fd66\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1398&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:501479;s:21:\"filesizeHumanReadable\";s:6:\"490 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:6:\"height\";i:1271;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1271;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b7016ce22\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016ce22\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:4:\"37.5\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b705a30df\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b705a30df\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b5fd7c85e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1223\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1223;s:5:\"title\";s:21:\"mountains-863474_1280\";s:8:\"filename\";s:25:\"mountains-863474_1280.jpg\";s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1223\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:23:\"mountains-863474_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651808000;s:8:\"modified\";d:1441651808000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"f963d33394\";s:6:\"delete\";s:10:\"a80715d982\";s:4:\"edit\";s:10:\"af5d687ae8\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1223&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:125386;s:21:\"filesizeHumanReadable\";s:6:\"122 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-1024x682.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b71147ea4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b71147ea4\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b7016ce22\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1263\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1263;s:5:\"title\";s:19:\"iceberg-404966_1920\";s:8:\"filename\";s:23:\"iceberg-404966_1920.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1263\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"iceberg-404966_1920-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651898000;s:8:\"modified\";d:1441651898000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"bc3665408a\";s:6:\"delete\";s:10:\"410a9eccdf\";s:4:\"edit\";s:10:\"3bb44c76c9\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1263&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:734929;s:21:\"filesizeHumanReadable\";s:6:\"718 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:205;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-300x205.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:479;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-1024x701.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:6:\"height\";i:1315;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1315;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b9d35601d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d35601d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b9d356380\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d356380\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b9d35601d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b9d3563e3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d3563e3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b9d356380\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b9d3564a9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d3564a9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b9d356380\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:75;}}s:13:\"55e0b9d356512\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d356512\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b9d3564a9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789418_text\";s:622:\"About Us\n\nFounded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440790065_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791009_text\";s:612:\"Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440791023_text\";s:626:\"<p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p>\n<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\n\";s:21:\"flrich1440791030_text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791108_text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";}}}'),(604,153,'_fl_builder_data','a:25:{s:13:\"55e0b3070774a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b3070774a\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b30731896\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731896\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b3070774a\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b30731a4b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731a4b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b30731896\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b30731ab9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731ab9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b30731896\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:75;}}s:13:\"55e0b3aa77620\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b3aa77620\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b30731ab9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789418_text\";s:622:\"About Us\n\nFounded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440790065_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791070_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";}}s:13:\"55e0b402d3fde\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b402d3fde\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b30731a4b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";s:10:\"margin_top\";s:2:\"45\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789507_text\";s:0:\"\";s:21:\"flrich1440789566_text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";s:21:\"flrich1440789582_text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";}}s:13:\"55e0b5fd5b255\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd5b255\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"1\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c552\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c552\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b5fd5b255\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b5fd7c79b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c79b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c802\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c802\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:37.5;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c85e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c85e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:4:\"37.5\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b66283e5b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b66283e5b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b5fd7c802\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1232\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1232;s:5:\"title\";s:19:\"morocco-123961_1280\";s:8:\"filename\";s:23:\"morocco-123961_1280.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1232\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"morocco-123961_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651833000;s:8:\"modified\";d:1441651833000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"bccfb98267\";s:6:\"delete\";s:10:\"b3d5444138\";s:4:\"edit\";s:10:\"e37bcd14a5\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1232&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:347037;s:21:\"filesizeHumanReadable\";s:6:\"339 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-1024x681.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:6:\"height\";i:851;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:851;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b7016c8c4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016c8c4\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016ccb2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016ccb2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b7016c8c4\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b7016cd16\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cd16\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016cd64\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cd64\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:37.5;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016cdd2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cdd2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b7016cd64\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1398\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1398;s:5:\"title\";s:19:\"mt-fuji-477832_1920\";s:8:\"filename\";s:23:\"mt-fuji-477832_1920.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1398\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"mt-fuji-477832_1920-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652219000;s:8:\"modified\";d:1441652219000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"92dd3c5e5b\";s:6:\"delete\";s:10:\"edc9ad455c\";s:4:\"edit\";s:10:\"fdd1c7fd66\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1398&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:501479;s:21:\"filesizeHumanReadable\";s:6:\"490 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:6:\"height\";i:1271;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1271;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b7016ce22\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016ce22\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:4:\"37.5\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b705a30df\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b705a30df\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b5fd7c85e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1223\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1223;s:5:\"title\";s:21:\"mountains-863474_1280\";s:8:\"filename\";s:25:\"mountains-863474_1280.jpg\";s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1223\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:23:\"mountains-863474_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651808000;s:8:\"modified\";d:1441651808000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"f963d33394\";s:6:\"delete\";s:10:\"a80715d982\";s:4:\"edit\";s:10:\"af5d687ae8\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1223&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:125386;s:21:\"filesizeHumanReadable\";s:6:\"122 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-1024x682.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b71147ea4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b71147ea4\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b7016ce22\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1263\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1263;s:5:\"title\";s:19:\"iceberg-404966_1920\";s:8:\"filename\";s:23:\"iceberg-404966_1920.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1263\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"iceberg-404966_1920-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651898000;s:8:\"modified\";d:1441651898000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"bc3665408a\";s:6:\"delete\";s:10:\"410a9eccdf\";s:4:\"edit\";s:10:\"3bb44c76c9\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1263&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:734929;s:21:\"filesizeHumanReadable\";s:6:\"718 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:205;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-300x205.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:479;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-1024x701.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:6:\"height\";i:1315;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1315;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b9d35601d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d35601d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b9d356380\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d356380\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b9d35601d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b9d3563e3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d3563e3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b9d356380\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b9d3564a9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d3564a9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b9d356380\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:75;}}s:13:\"55e0b9d356512\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d356512\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b9d3564a9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789418_text\";s:622:\"About Us\n\nFounded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440790065_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791009_text\";s:612:\"Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440791023_text\";s:626:\"<p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p>\n<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\n\";s:21:\"flrich1440791030_text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791108_text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";}}}'),(605,153,'_fl_builder_enabled','1'),(606,153,'_imported_content_block','1'),(607,153,'_imported_by_tesseract_package','about-us'),(608,154,'wptr_hide_title','0'),(609,154,'_fl_builder_draft','a:6:{s:13:\"55df832085200\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df832085200\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"6a4ca6\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df8320ab28c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab28c\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df832085200\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55df8320ab44c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab44c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df8320ab28c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"35\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df8320ab4b3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab4b3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df8320ab28c\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:65;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df838859f02\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df838859f02\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df8320ab44c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1241\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:3:\"125\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1241;s:5:\"title\";s:5:\"moon1\";s:8:\"filename\";s:9:\"moon1.png\";s:3:\"url\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1241\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:5:\"moon1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651853000;s:8:\"modified\";d:1441651853000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"79d03c3368\";s:6:\"delete\";s:10:\"a619631e1a\";s:4:\"edit\";s:10:\"bc2ecbccba\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1241&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:30169;s:21:\"filesizeHumanReadable\";s:5:\"29 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:102:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:300;s:5:\"width\";i:234;s:3:\"url\";s:102:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1-234x300.png\";s:11:\"orientation\";s:8:\"portrait\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:6:\"height\";i:729;s:5:\"width\";i:568;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"height\";i:729;s:5:\"width\";i:568;s:11:\"orientation\";s:8:\"portrait\";}}}s:13:\"55df84440c8c8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df84440c8c8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df8320ab4b3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:969:\"<h1><span style=\"font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<p><span style=\"font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p>\n<p><span style=\"font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p>\n<p><span style=\"font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440711748_text\";s:772:\"Our Pricing Perspective\n\nTeam communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.\n\nFor decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.\n\nWe believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.\";s:21:\"flrich1440711803_text\";s:961:\"<h1><span style=\"color: #ffffff;\"><strong>Our Pricing Perspective</strong></span></h1><p><span style=\"color: #ffffff;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p><p><span style=\"color: #ffffff;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p><p><span style=\"color: #ffffff;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\";s:21:\"flrich1440711911_text\";s:1029:\"<h1><span style=\"color: #ffffff; font-size: 36pt;\"><strong>Our Pricing Perspective</strong></span></h1><p><span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p><p><span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p><p><span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\";s:21:\"flrich1440712034_text\";s:1013:\"<h1><span style=\"color: #ffffff; font-size: 36pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";s:21:\"flrich1440712166_text\";s:1013:\"<h1><span style=\"color: #ffffff; font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";s:21:\"flrich1442252213_text\";s:949:\"<h1><span style=\"font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";}}}'),(610,154,'_fl_builder_data','a:6:{s:13:\"55df832085200\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df832085200\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"6a4ca6\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df8320ab28c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab28c\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df832085200\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55df8320ab44c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab44c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df8320ab28c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"35\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df8320ab4b3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab4b3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df8320ab28c\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:65;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df838859f02\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df838859f02\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df8320ab44c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1241\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:3:\"125\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1241;s:5:\"title\";s:5:\"moon1\";s:8:\"filename\";s:9:\"moon1.png\";s:3:\"url\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1241\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:5:\"moon1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651853000;s:8:\"modified\";d:1441651853000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"79d03c3368\";s:6:\"delete\";s:10:\"a619631e1a\";s:4:\"edit\";s:10:\"bc2ecbccba\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1241&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:30169;s:21:\"filesizeHumanReadable\";s:5:\"29 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:102:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:300;s:5:\"width\";i:234;s:3:\"url\";s:102:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1-234x300.png\";s:11:\"orientation\";s:8:\"portrait\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:6:\"height\";i:729;s:5:\"width\";i:568;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"height\";i:729;s:5:\"width\";i:568;s:11:\"orientation\";s:8:\"portrait\";}}}s:13:\"55df84440c8c8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df84440c8c8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df8320ab4b3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:969:\"<h1><span style=\"font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<p><span style=\"font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p>\n<p><span style=\"font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p>\n<p><span style=\"font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440711748_text\";s:772:\"Our Pricing Perspective\n\nTeam communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.\n\nFor decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.\n\nWe believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.\";s:21:\"flrich1440711803_text\";s:961:\"<h1><span style=\"color: #ffffff;\"><strong>Our Pricing Perspective</strong></span></h1><p><span style=\"color: #ffffff;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p><p><span style=\"color: #ffffff;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p><p><span style=\"color: #ffffff;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\";s:21:\"flrich1440711911_text\";s:1029:\"<h1><span style=\"color: #ffffff; font-size: 36pt;\"><strong>Our Pricing Perspective</strong></span></h1><p><span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p><p><span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p><p><span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\";s:21:\"flrich1440712034_text\";s:1013:\"<h1><span style=\"color: #ffffff; font-size: 36pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";s:21:\"flrich1440712166_text\";s:1013:\"<h1><span style=\"color: #ffffff; font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";s:21:\"flrich1442252213_text\";s:949:\"<h1><span style=\"font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";}}}'),(611,154,'_fl_builder_enabled','1'),(612,154,'_imported_content_block','1'),(613,154,'_imported_by_tesseract_package','color-image-text-box'),(614,155,'wptr_hide_title','0'),(615,155,'_fl_builder_draft','a:18:{s:13:\"55df723499d77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df723499d77\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"4a4a4a\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df7234baf2d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234baf2d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"55df7234bb054\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb054\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df7234bb0a0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb0a0\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df7234bb0f1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb0f1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df72529840e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72529840e\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55df72529860c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72529860c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72529840e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55df7256f2094\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7256f2094\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72529860c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:130:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></h1>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707159_text\";s:167:\"<h1 style=\"text-align: center;\"><span style=\"color: #4A4A4A;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></span></h1>\";s:21:\"flrich1442252329_text\";s:130:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></h1>\";}}s:13:\"55df72b8a6307\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a6307\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"55df72b8a644d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a644d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df72b8a64be\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a64be\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df72b8a652c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a652c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df72cc283a3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72cc283a3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb054\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707643_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1442252366_text\";s:208:\"<h3>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";}}s:13:\"55df740cd0912\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df740cd0912\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb0a0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707650_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df741136568\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df741136568\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb0f1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707655_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df74172d3ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df74172d3ea\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a644d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707662_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df741d5efad\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df741d5efad\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a64be\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707667_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df7421a9ae5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7421a9ae5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a652c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707675_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}}'),(616,155,'_fl_builder_data','a:18:{s:13:\"55df723499d77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df723499d77\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"4a4a4a\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df7234baf2d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234baf2d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"55df7234bb054\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb054\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df7234bb0a0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb0a0\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df7234bb0f1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb0f1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df72529840e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72529840e\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55df72529860c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72529860c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72529840e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55df7256f2094\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7256f2094\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72529860c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:130:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></h1>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707159_text\";s:167:\"<h1 style=\"text-align: center;\"><span style=\"color: #4A4A4A;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></span></h1>\";s:21:\"flrich1442252329_text\";s:130:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></h1>\";}}s:13:\"55df72b8a6307\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a6307\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"55df72b8a644d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a644d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df72b8a64be\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a64be\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df72b8a652c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a652c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55df72cc283a3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72cc283a3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb054\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707643_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1442252366_text\";s:208:\"<h3>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";}}s:13:\"55df740cd0912\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df740cd0912\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb0a0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707650_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df741136568\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df741136568\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb0f1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707655_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df74172d3ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df74172d3ea\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a644d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707662_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df741d5efad\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df741d5efad\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a64be\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707667_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df7421a9ae5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7421a9ae5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a652c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707675_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a> </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}}'),(617,155,'_fl_builder_enabled','1'),(618,155,'_imported_content_block','1'),(619,155,'_imported_by_tesseract_package','6-text-boxes'),(620,156,'wptr_hide_title','0'),(621,156,'_fl_builder_draft','a:31:{s:13:\"55de428e7e949\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e7e949\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55de428e9581f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e9581f\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55de428e7e949\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55de428e959e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e959e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95a4e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95a4e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95aac\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95aac\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95b15\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95b15\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de42acb6fe9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de42acb6fe9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e959e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55de43d3c0420\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de43d3c0420\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e959e9\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de443aed838\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de443aed838\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95a4e\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de44425d972\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de44425d972\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95aac\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de4447a612c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de4447a612c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95b15\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f592bd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f592bd\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55de447f5989a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f5989a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55de447f592bd\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55de447f598f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f598f2\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59945\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59945\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f598f2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55de447f59996\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59996\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f598f2\";s:8:\"position\";i:5;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f599ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f599ec\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59a8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59a8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f599ec\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59ade\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59ade\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59b8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59b8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59ade\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59bff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59bff\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59caa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59caa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59bff\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59d0a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59d0a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:4;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59dbf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59dbf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59d0a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55ede352afb39\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede352afb39\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95a4e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede35ee4c08\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede35ee4c08\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95aac\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede369d4d71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede369d4d71\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95b15\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede39bb7ee1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede39bb7ee1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59d0a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede39edbaba\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede39edbaba\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59bff\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede3a1d541b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede3a1d541b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59ade\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede3a49cccd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede3a49cccd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f599ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(622,156,'_fl_builder_data','a:31:{s:13:\"55de428e7e949\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e7e949\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55de428e9581f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e9581f\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55de428e7e949\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55de428e959e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e959e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95a4e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95a4e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95aac\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95aac\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95b15\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95b15\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de42acb6fe9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de42acb6fe9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e959e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55de43d3c0420\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de43d3c0420\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e959e9\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de443aed838\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de443aed838\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95a4e\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de44425d972\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de44425d972\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95aac\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de4447a612c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de4447a612c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95b15\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f592bd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f592bd\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55de447f5989a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f5989a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55de447f592bd\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55de447f598f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f598f2\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59945\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59945\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f598f2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55de447f59996\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59996\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f598f2\";s:8:\"position\";i:5;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f599ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f599ec\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59a8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59a8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f599ec\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59ade\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59ade\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59b8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59b8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59ade\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59bff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59bff\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59caa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59caa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59bff\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59d0a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59d0a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:4;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59dbf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59dbf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59d0a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55ede352afb39\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede352afb39\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95a4e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede35ee4c08\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede35ee4c08\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95aac\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede369d4d71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede369d4d71\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95b15\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede39bb7ee1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede39bb7ee1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59d0a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede39edbaba\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede39edbaba\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59bff\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede3a1d541b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede3a1d541b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59ade\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede3a49cccd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede3a49cccd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f599ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(623,156,'_fl_builder_enabled','1'),(624,156,'_imported_content_block','1'),(625,156,'_imported_by_tesseract_package','video-page'),(626,157,'wptr_hide_title','0'),(627,157,'_fl_builder_draft','a:8:{s:13:\"55dce23809c5d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23809c5d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"000000\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:3:\"200\";s:13:\"padding_right\";s:3:\"200\";s:18:\"responsive_display\";s:7:\"desktop\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55dce23824e1a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23824e1a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55dce23809c5d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55dce23824f55\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23824f55\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55dce23824e1a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55dce23e4387a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23e4387a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55dce23824f55\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:122:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}s:13:\"55dce401a6c43\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6c43\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"000000\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:13:\"medium-mobile\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55dce401a6ea6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6ea6\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55dce401a6c43\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55dce401a6eff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6eff\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55dce401a6ea6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55dce401a6f55\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6f55\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55dce401a6eff\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:122:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}}'),(628,157,'_fl_builder_data','a:8:{s:13:\"55dce23809c5d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23809c5d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"000000\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:3:\"200\";s:13:\"padding_right\";s:3:\"200\";s:18:\"responsive_display\";s:7:\"desktop\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55dce23824e1a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23824e1a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55dce23809c5d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55dce23824f55\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23824f55\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55dce23824e1a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55dce23e4387a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23e4387a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55dce23824f55\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:122:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}s:13:\"55dce401a6c43\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6c43\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"000000\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:13:\"medium-mobile\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55dce401a6ea6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6ea6\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55dce401a6c43\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55dce401a6eff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6eff\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55dce401a6ea6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55dce401a6f55\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6f55\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55dce401a6eff\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:122:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}}'),(629,157,'_fl_builder_enabled','1'),(630,157,'_imported_content_block','1'),(631,157,'_imported_by_tesseract_package','video'),(632,158,'wptr_hide_title','0'),(633,158,'_fl_builder_draft','a:4:{s:13:\"55db5bbb99a5f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbb99a5f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1263\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"000000\";s:18:\"bg_overlay_opacity\";s:2:\"10\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"190\";s:14:\"padding_bottom\";s:3:\"200\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";}}s:13:\"55db5bbbc1ffb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbbc1ffb\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db5bbb99a5f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db5bbbc21e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbbc21e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db5bbbc1ffb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55db5bbe816ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbe816ea\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db5bbbc21e6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:105:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 48pt;\">Glacier Snow</span></strong></h1>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440439230_text\";s:121:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-size: 48pt;\">Glacier Snow</span></strong></h1>\";s:21:\"flrich1442252463_text\";s:105:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 48pt;\">Glacier Snow</span></strong></h1>\";}}}'),(634,158,'_fl_builder_data','a:4:{s:13:\"55db5bbb99a5f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbb99a5f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1263\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"000000\";s:18:\"bg_overlay_opacity\";s:2:\"10\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"190\";s:14:\"padding_bottom\";s:3:\"200\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";}}s:13:\"55db5bbbc1ffb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbbc1ffb\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db5bbb99a5f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db5bbbc21e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbbc21e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db5bbbc1ffb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55db5bbe816ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbe816ea\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db5bbbc21e6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:105:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 48pt;\">Glacier Snow</span></strong></h1>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440439230_text\";s:121:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-size: 48pt;\">Glacier Snow</span></strong></h1>\";s:21:\"flrich1442252463_text\";s:105:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 48pt;\">Glacier Snow</span></strong></h1>\";}}}'),(635,158,'_fl_builder_enabled','1'),(636,158,'_imported_content_block','1'),(637,158,'_imported_by_tesseract_package','simple-hero'),(638,159,'wptr_hide_title','0'),(639,159,'_fl_builder_draft','a:4:{s:13:\"55db55b6e4223\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b6e4223\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:2:\"50\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:3:\"147\";s:12:\"margin_right\";s:3:\"147\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db55b721a35\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b721a35\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db55b6e4223\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db55b721bf6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b721bf6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db55b721a35\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55db55b96c18f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b96c18f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db55b721bf6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:1357:\"<p>Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed</p>\n<p>Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</p>\n<p>Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</p>\n<p>Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440437689_text\";s:1587:\"<span style=\"color: #363636;\">Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</span>\";s:21:\"flrich1440437886_text\";s:1614:\"<p><span style=\"color: #363636;\">Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</span></p>\";s:21:\"flrich1442252504_text\";s:1331:\"Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed\n\nQuaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.\n\nEx vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.\n\nUt nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.\";}}}'),(640,159,'_fl_builder_data','a:4:{s:13:\"55db55b6e4223\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b6e4223\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:2:\"50\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:3:\"147\";s:12:\"margin_right\";s:3:\"147\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db55b721a35\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b721a35\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db55b6e4223\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db55b721bf6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b721bf6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db55b721a35\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55db55b96c18f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b96c18f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db55b721bf6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:1357:\"<p>Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed</p>\n<p>Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</p>\n<p>Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</p>\n<p>Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440437689_text\";s:1587:\"<span style=\"color: #363636;\">Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</span>\";s:21:\"flrich1440437886_text\";s:1614:\"<p><span style=\"color: #363636;\">Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</span></p>\";s:21:\"flrich1442252504_text\";s:1331:\"Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed\n\nQuaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.\n\nEx vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.\n\nUt nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.\";}}}'),(641,159,'_fl_builder_enabled','1'),(642,159,'_imported_content_block','1'),(643,159,'_imported_by_tesseract_package','simple-paragraph'),(644,160,'wptr_hide_title','0'),(645,160,'_fl_builder_draft','a:12:{s:13:\"55db50a60eb21\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a60eb21\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db50a64d91b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64d91b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db50a60eb21\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db50a64dc77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64dc77\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a64d91b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a64dda3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64dda3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a64d91b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a911243\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a911243\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db50a91153a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a91153a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db50a911243\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db50a911595\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a911595\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a91153a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a9115e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a9115e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a91153a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50aeeb66e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50aeeb66e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a64dc77\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1299\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"10\";s:11:\"margin_left\";s:2:\"20\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1299;s:5:\"title\";s:21:\"snowboard-113784_1280\";s:8:\"filename\";s:25:\"snowboard-113784_1280.jpg\";s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1299\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:23:\"snowboard-113784_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651990000;s:8:\"modified\";d:1441651990000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"91318b8c54\";s:6:\"delete\";s:10:\"9ffdd21d41\";s:4:\"edit\";s:10:\"fdded7a7de\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1299&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:224505;s:21:\"filesizeHumanReadable\";s:6:\"219 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db50ea55eb8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50ea55eb8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a64dda3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1290\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"10\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1290;s:5:\"title\";s:23:\"backcountry-248984_1280\";s:8:\"filename\";s:27:\"backcountry-248984_1280.jpg\";s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1290\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:25:\"backcountry-248984_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651969000;s:8:\"modified\";d:1441651969000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"fae1d3db05\";s:6:\"delete\";s:10:\"5ccf05c14e\";s:4:\"edit\";s:10:\"39bcf12188\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1290&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:176102;s:21:\"filesizeHumanReadable\";s:6:\"172 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:121:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db52baa8bcd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db52baa8bcd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a911595\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1281\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1281;s:5:\"title\";s:18:\"winter-234721_1280\";s:8:\"filename\";s:22:\"winter-234721_1280.jpg\";s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1281\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:20:\"winter-234721_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651946000;s:8:\"modified\";d:1441651946000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"1af34bddd7\";s:6:\"delete\";s:10:\"3cbde67e33\";s:4:\"edit\";s:10:\"63ec625d47\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1281&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:557669;s:21:\"filesizeHumanReadable\";s:6:\"545 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:526;s:5:\"width\";i:700;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-1024x769.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:6:\"height\";i:961;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:961;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db52c1addd3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db52c1addd3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a9115e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1272\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1272;s:5:\"title\";s:16:\"snow-745677_1280\";s:8:\"filename\";s:20:\"snow-745677_1280.jpg\";s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1272\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:18:\"snow-745677_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651920000;s:8:\"modified\";d:1441651920000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"b88c2d59d2\";s:6:\"delete\";s:10:\"dbb31479fd\";s:4:\"edit\";s:10:\"c42249c9a9\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1272&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:282906;s:21:\"filesizeHumanReadable\";s:6:\"276 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:114:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-1024x682.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(646,160,'_fl_builder_data','a:12:{s:13:\"55db50a60eb21\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a60eb21\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db50a64d91b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64d91b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db50a60eb21\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db50a64dc77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64dc77\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a64d91b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a64dda3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64dda3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a64d91b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a911243\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a911243\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db50a91153a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a91153a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db50a911243\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db50a911595\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a911595\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a91153a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a9115e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a9115e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a91153a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50aeeb66e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50aeeb66e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a64dc77\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1299\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"10\";s:11:\"margin_left\";s:2:\"20\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1299;s:5:\"title\";s:21:\"snowboard-113784_1280\";s:8:\"filename\";s:25:\"snowboard-113784_1280.jpg\";s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1299\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:23:\"snowboard-113784_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651990000;s:8:\"modified\";d:1441651990000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"91318b8c54\";s:6:\"delete\";s:10:\"9ffdd21d41\";s:4:\"edit\";s:10:\"fdded7a7de\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1299&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:224505;s:21:\"filesizeHumanReadable\";s:6:\"219 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db50ea55eb8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50ea55eb8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a64dda3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1290\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"10\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1290;s:5:\"title\";s:23:\"backcountry-248984_1280\";s:8:\"filename\";s:27:\"backcountry-248984_1280.jpg\";s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1290\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:25:\"backcountry-248984_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651969000;s:8:\"modified\";d:1441651969000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"fae1d3db05\";s:6:\"delete\";s:10:\"5ccf05c14e\";s:4:\"edit\";s:10:\"39bcf12188\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1290&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:176102;s:21:\"filesizeHumanReadable\";s:6:\"172 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:121:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db52baa8bcd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db52baa8bcd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a911595\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1281\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1281;s:5:\"title\";s:18:\"winter-234721_1280\";s:8:\"filename\";s:22:\"winter-234721_1280.jpg\";s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1281\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:20:\"winter-234721_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651946000;s:8:\"modified\";d:1441651946000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"1af34bddd7\";s:6:\"delete\";s:10:\"3cbde67e33\";s:4:\"edit\";s:10:\"63ec625d47\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1281&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:557669;s:21:\"filesizeHumanReadable\";s:6:\"545 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:526;s:5:\"width\";i:700;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-1024x769.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:6:\"height\";i:961;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:961;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db52c1addd3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db52c1addd3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a9115e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1272\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1272;s:5:\"title\";s:16:\"snow-745677_1280\";s:8:\"filename\";s:20:\"snow-745677_1280.jpg\";s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1272\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:18:\"snow-745677_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441651920000;s:8:\"modified\";d:1441651920000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"b88c2d59d2\";s:6:\"delete\";s:10:\"dbb31479fd\";s:4:\"edit\";s:10:\"c42249c9a9\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1272&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:282906;s:21:\"filesizeHumanReadable\";s:6:\"276 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:114:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-1024x682.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(647,160,'_fl_builder_enabled','1'),(648,160,'_imported_content_block','1'),(649,160,'_imported_by_tesseract_package','4-images'),(650,161,'wptr_hide_title','0'),(651,161,'_fl_builder_draft','a:4:{s:13:\"55d642354b77e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d642354b77e\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"5794b5\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"20\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d642357300b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d642357300b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d642354b77e\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d6423573202\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d6423573202\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d642357300b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d64238222da\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d64238222da\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d6423573202\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:205:\"<p style=\"text-align: center;\"><span style=\"\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you. </span> <a class=\"button secondary-button\" href=\"/our-work\">Take a tour ></a></span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440105016_text\";s:103:\"Learn what Tyler can Do for you. <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a>\";s:21:\"flrich1440105220_text\";s:236:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.</span> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/our-work\">Take a tour ></a></span></p>\";s:21:\"flrich1440105243_text\";s:239:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.</span> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/our-work\">Take a tour ></a></span></p>\";s:21:\"flrich1442252592_text\";s:205:\"<p style=\"text-align: center;\"><span style=\"\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you. </span> <a class=\"button secondary-button\" href=\"/our-work\">Take a tour ></a></span></p>\";}}}'),(652,161,'_fl_builder_data','a:4:{s:13:\"55d642354b77e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d642354b77e\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"5794b5\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"20\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d642357300b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d642357300b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d642354b77e\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d6423573202\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d6423573202\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d642357300b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d64238222da\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d64238222da\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d6423573202\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:205:\"<p style=\"text-align: center;\"><span style=\"\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you. </span> <a class=\"button secondary-button\" href=\"/our-work\">Take a tour ></a></span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440105016_text\";s:103:\"Learn what Tyler can Do for you. <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a>\";s:21:\"flrich1440105220_text\";s:236:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.</span> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/our-work\">Take a tour ></a></span></p>\";s:21:\"flrich1440105243_text\";s:239:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.</span> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/our-work\">Take a tour ></a></span></p>\";s:21:\"flrich1442252592_text\";s:205:\"<p style=\"text-align: center;\"><span style=\"\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you. </span> <a class=\"button secondary-button\" href=\"/our-work\">Take a tour ></a></span></p>\";}}}'),(653,161,'_fl_builder_enabled','1'),(654,161,'_imported_content_block','1'),(655,161,'_imported_by_tesseract_package','cta-simple'),(656,162,'wptr_hide_title','0'),(657,162,'_fl_builder_draft','a:4:{s:13:\"55d63ec8e9f18\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec8e9f18\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"333333\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d63ec916f1b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec916f1b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d63ec8e9f18\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d63ec9170fe\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec9170fe\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d63ec916f1b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d63ecbba99d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ecbba99d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d63ec9170fe\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:2:\"60\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440104140_text\";s:371:\"iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.\";s:21:\"flrich1440104333_text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";s:21:\"flrich1442252695_text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";}}}'),(658,162,'_fl_builder_data','a:4:{s:13:\"55d63ec8e9f18\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec8e9f18\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"333333\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d63ec916f1b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec916f1b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d63ec8e9f18\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d63ec9170fe\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec9170fe\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d63ec916f1b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d63ecbba99d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ecbba99d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d63ec9170fe\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:2:\"60\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440104140_text\";s:371:\"iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.\";s:21:\"flrich1440104333_text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";s:21:\"flrich1442252695_text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";}}}'),(659,162,'_fl_builder_enabled','1'),(660,162,'_imported_content_block','1'),(661,162,'_imported_by_tesseract_package','large-centered-text'),(662,163,'wptr_hide_title','0'),(663,163,'_fl_builder_draft','a:10:{s:13:\"55d62b3673bd8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3673bd8\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"2\";s:13:\"margin_bottom\";s:1:\"2\";s:11:\"margin_left\";s:1:\"2\";s:12:\"margin_right\";s:1:\"0\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d62b369892d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b369892d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d62b3673bd8\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d62b3698b1b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698b1b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698b88\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698b88\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698bf1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698bf1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698c4c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698c4c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3ad9d8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3ad9d8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698b1b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1349\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1349;s:5:\"title\";s:16:\"10-32-19-268_640\";s:8:\"filename\";s:20:\"10-32-19-268_640.jpg\";s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1349\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:18:\"10-32-19-268_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652098000;s:8:\"modified\";d:1441652098000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"182285b16d\";s:6:\"delete\";s:10:\"9e1590dddd\";s:4:\"edit\";s:10:\"8ee07e598d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1349&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:44344;s:21:\"filesizeHumanReadable\";s:5:\"43 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:169;s:5:\"width\";i:300;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640-300x169.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:6:\"height\";i:360;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:360;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c1ed4676\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c1ed4676\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698c4c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"57822d20b5\";s:6:\"delete\";s:10:\"d061a9b2d4\";s:4:\"edit\";s:10:\"b7f2b79690\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c690c83c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c690c83c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698bf1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1334\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1334;s:5:\"title\";s:18:\"leopard-515509_640\";s:8:\"filename\";s:22:\"leopard-515509_640.jpg\";s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1334\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:20:\"leopard-515509_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652065000;s:8:\"modified\";d:1441652065000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5305c69a8b\";s:6:\"delete\";s:10:\"6404f56232\";s:4:\"edit\";s:10:\"207f9effb2\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1334&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:109856;s:21:\"filesizeHumanReadable\";s:6:\"107 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:6:\"height\";i:426;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:426;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c70ecf8d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c70ecf8d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698b88\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1306\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1306;s:5:\"title\";s:14:\"boy-746520_640\";s:8:\"filename\";s:18:\"boy-746520_640.jpg\";s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1306\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:16:\"boy-746520_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652004000;s:8:\"modified\";d:1441652004000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"815ac0e822\";s:6:\"delete\";s:10:\"e71241c0e5\";s:4:\"edit\";s:10:\"8f2c6dba12\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1306&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:69578;s:21:\"filesizeHumanReadable\";s:5:\"68 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:201;s:5:\"width\";i:300;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640-300x201.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:6:\"height\";i:428;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:428;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(664,163,'_fl_builder_data','a:10:{s:13:\"55d62b3673bd8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3673bd8\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"2\";s:13:\"margin_bottom\";s:1:\"2\";s:11:\"margin_left\";s:1:\"2\";s:12:\"margin_right\";s:1:\"0\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d62b369892d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b369892d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d62b3673bd8\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d62b3698b1b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698b1b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698b88\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698b88\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698bf1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698bf1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698c4c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698c4c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3ad9d8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3ad9d8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698b1b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1349\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1349;s:5:\"title\";s:16:\"10-32-19-268_640\";s:8:\"filename\";s:20:\"10-32-19-268_640.jpg\";s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1349\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:18:\"10-32-19-268_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652098000;s:8:\"modified\";d:1441652098000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"182285b16d\";s:6:\"delete\";s:10:\"9e1590dddd\";s:4:\"edit\";s:10:\"8ee07e598d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1349&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:44344;s:21:\"filesizeHumanReadable\";s:5:\"43 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:169;s:5:\"width\";i:300;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640-300x169.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:6:\"height\";i:360;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:360;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c1ed4676\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c1ed4676\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698c4c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652019000;s:8:\"modified\";d:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"57822d20b5\";s:6:\"delete\";s:10:\"d061a9b2d4\";s:4:\"edit\";s:10:\"b7f2b79690\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c690c83c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c690c83c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698bf1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1334\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1334;s:5:\"title\";s:18:\"leopard-515509_640\";s:8:\"filename\";s:22:\"leopard-515509_640.jpg\";s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1334\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:20:\"leopard-515509_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652065000;s:8:\"modified\";d:1441652065000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5305c69a8b\";s:6:\"delete\";s:10:\"6404f56232\";s:4:\"edit\";s:10:\"207f9effb2\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1334&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:109856;s:21:\"filesizeHumanReadable\";s:6:\"107 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:6:\"height\";i:426;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:426;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c70ecf8d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c70ecf8d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698b88\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1306\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1306;s:5:\"title\";s:14:\"boy-746520_640\";s:8:\"filename\";s:18:\"boy-746520_640.jpg\";s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1306\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:16:\"boy-746520_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652004000;s:8:\"modified\";d:1441652004000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"815ac0e822\";s:6:\"delete\";s:10:\"e71241c0e5\";s:4:\"edit\";s:10:\"8f2c6dba12\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1306&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:69578;s:21:\"filesizeHumanReadable\";s:5:\"68 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:201;s:5:\"width\";i:300;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640-300x201.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:6:\"height\";i:428;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:428;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(665,163,'_fl_builder_enabled','1'),(666,163,'_imported_content_block','1'),(667,163,'_imported_by_tesseract_package','4-image-boxes'),(668,164,'wptr_hide_title','0'),(669,164,'_fl_builder_draft','a:4:{s:13:\"55d61b696e646\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b696e646\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1362\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"000000\";s:18:\"bg_overlay_opacity\";s:2:\"30\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185529/guitar-girl.jpg\";}}s:13:\"55d61b6982618\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b6982618\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d61b696e646\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d61b69827f3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b69827f3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d61b6982618\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d61cae1d924\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61cae1d924\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d61b69827f3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:4:\"text\";s:487:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1><h3 style=\"text-align: center;\">Free, three month trial now available.</h3><p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>\";s:10:\"margin_top\";s:3:\"190\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440095406_text\";s:0:\"\";s:21:\"flrich1440095561_text\";s:401:\"<h1 style=\"text-align: center;\"><span style=\"color: #fefefe;\">MUSIC</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440095689_text\";s:401:\"<h1 style=\"text-align: center;\"><span style=\"color: #fefefe;\">MUSIC</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096005_text\";s:685:\"<h1 style=\"text-align: center; padding-top:-20px\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-632 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"74\" height=\"74\" /></span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 36pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096253_text\";s:691:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img style=\"padding-top:20px\" class=\"wp-image-632 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"74\" height=\"74\" /></span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 71pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096389_text\";s:699:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-632 alignnone\" style=\"padding-top: 20px;\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"48\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096485_text\";s:673:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"aligncenter wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096606_text\";s:658:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440097476_text\";s:660:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1441732473_text\";s:664:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1442252823_text\";s:466:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>\";s:21:\"flrich1442252939_text\";s:489:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>\";s:21:\"flrich1442253024_text\";s:490:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>\n\";}}}'),(670,164,'_fl_builder_data','a:4:{s:13:\"55d61b696e646\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b696e646\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1362\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"000000\";s:18:\"bg_overlay_opacity\";s:2:\"30\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185529/guitar-girl.jpg\";}}s:13:\"55d61b6982618\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b6982618\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d61b696e646\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d61b69827f3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b69827f3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d61b6982618\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d61cae1d924\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61cae1d924\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d61b69827f3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:4:\"text\";s:487:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1><h3 style=\"text-align: center;\">Free, three month trial now available.</h3><p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>\";s:10:\"margin_top\";s:3:\"190\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440095406_text\";s:0:\"\";s:21:\"flrich1440095561_text\";s:401:\"<h1 style=\"text-align: center;\"><span style=\"color: #fefefe;\">MUSIC</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440095689_text\";s:401:\"<h1 style=\"text-align: center;\"><span style=\"color: #fefefe;\">MUSIC</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096005_text\";s:685:\"<h1 style=\"text-align: center; padding-top:-20px\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-632 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"74\" height=\"74\" /></span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 36pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096253_text\";s:691:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img style=\"padding-top:20px\" class=\"wp-image-632 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"74\" height=\"74\" /></span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 71pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096389_text\";s:699:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-632 alignnone\" style=\"padding-top: 20px;\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"48\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096485_text\";s:673:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"aligncenter wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440096606_text\";s:658:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1440097476_text\";s:660:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1441732473_text\";s:664:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music ></a> <a style=\"color: #ffffff;\" href=\"#\">Start listening now ></a></span></p>\";s:21:\"flrich1442252823_text\";s:466:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>\";s:21:\"flrich1442252939_text\";s:489:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>\";s:21:\"flrich1442253024_text\";s:490:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>\n\";}}}'),(671,164,'_fl_builder_enabled','1'),(672,164,'_imported_content_block','1'),(673,164,'_imported_by_tesseract_package','hero-music'),(674,165,'wptr_hide_title','0'),(675,165,'_fl_builder_draft','a:4:{s:13:\"56392ae0e5d72\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae0e5d72\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56392ae11a188\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae11a188\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"56392ae0e5d72\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"56392ae11a343\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae11a343\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56392ae11a188\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"56392ae0e5bb8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae0e5bb8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"56392ae11a343\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:9:\"fullwidth\";s:3:\"yes\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:5:\"float\";s:4:\"none\";s:4:\"zoom\";s:2:\"10\";s:3:\"lat\";s:10:\"34.0016746\";s:3:\"lng\";s:19:\"-118.80689860000001\";s:5:\"query\";s:22:\"Point Dume, Malibu, CA\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:10:\"map-module\";}}}'),(676,165,'_fl_builder_data','a:4:{s:13:\"56392ae0e5d72\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae0e5d72\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56392ae11a188\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae11a188\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"56392ae0e5d72\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"56392ae11a343\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae11a343\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56392ae11a188\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"56392ae0e5bb8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae0e5bb8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"56392ae11a343\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:9:\"fullwidth\";s:3:\"yes\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:5:\"float\";s:4:\"none\";s:4:\"zoom\";s:2:\"10\";s:3:\"lat\";s:10:\"34.0016746\";s:3:\"lng\";s:19:\"-118.80689860000001\";s:5:\"query\";s:22:\"Point Dume, Malibu, CA\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:10:\"map-module\";}}}'),(677,165,'_fl_builder_enabled','1'),(678,165,'_imported_content_block','1'),(679,165,'_imported_by_tesseract_package','google-map'),(680,166,'wptr_hide_title','0'),(681,166,'_fl_builder_draft','a:4:{s:13:\"55d33bdc00603\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc00603\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1371\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185552/coast-505858_1920-1.jpg\";}}s:13:\"55d33bdc1f309\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc1f309\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d33bdc00603\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d33bdc1f494\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc1f494\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d33bdc1f309\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d33c1aaf4ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33c1aaf4ec\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d33bdc1f494\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:409:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\";s:10:\"margin_top\";s:3:\"100\";s:13:\"margin_bottom\";s:3:\"175\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439906842_text\";s:317:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1439907149_text\";s:318:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1439907181_text\";s:334:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1439907337_text\";s:371:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1441733151_text\";s:374:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1441733211_text\";s:375:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1441733226_text\";s:473:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #808080;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #808080;\"><a class=\"button primary-button\" style=\"color: #808080;\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" style=\"color: #808080;\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1441733425_text\";s:473:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #333333;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #333333;\"><a class=\"button primary-button\" style=\"color: #333333;\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" style=\"color: #333333;\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1442253088_text\";s:412:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1442253115_text\";s:412:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\n\";}}}'),(682,166,'_fl_builder_data','a:4:{s:13:\"55d33bdc00603\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc00603\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1371\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185552/coast-505858_1920-1.jpg\";}}s:13:\"55d33bdc1f309\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc1f309\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d33bdc00603\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d33bdc1f494\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc1f494\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d33bdc1f309\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d33c1aaf4ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33c1aaf4ec\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d33bdc1f494\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:409:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\";s:10:\"margin_top\";s:3:\"100\";s:13:\"margin_bottom\";s:3:\"175\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439906842_text\";s:317:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1439907149_text\";s:318:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1439907181_text\";s:334:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1439907337_text\";s:371:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1441733151_text\";s:374:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1441733211_text\";s:375:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1441733226_text\";s:473:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #808080;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #808080;\"><a class=\"button primary-button\" style=\"color: #808080;\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" style=\"color: #808080;\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1441733425_text\";s:473:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #333333;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #333333;\"><a class=\"button primary-button\" style=\"color: #333333;\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" style=\"color: #333333;\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1442253088_text\";s:412:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1442253115_text\";s:412:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\n\";}}}'),(683,166,'_fl_builder_enabled','1'),(684,166,'_imported_content_block','1'),(685,166,'_imported_by_tesseract_package','hero-explore'),(686,167,'wptr_hide_title','0'),(687,167,'_fl_builder_draft','a:5:{s:13:\"55d337d6d2c73\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6d2c73\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"212121\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1380\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:3:\"150\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185614/lion-565820_1920-crop.jpg\";}}s:13:\"55d337d6e8036\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8036\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d337d6d2c73\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d337d6e8201\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8201\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d337d6e8036\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d337d6e8265\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8265\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d337d6e8036\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d338065e6e7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d338065e6e7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d337d6e8265\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:158:\"<h1>Little Lion</h1>\n<p>The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</p>\n\";s:10:\"margin_top\";s:3:\"150\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439905798_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905909_text\";s:232:\"<h1><span style=\"color: #f5f5f5;\">Little Lion</span></h1>\n<p><span style=\"color: #f5f5f5;\">The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span></p>\n\";s:21:\"flrich1439906209_text\";s:232:\"<h1><span style=\"color: #f5f5f5;\">Little Lion</span></h1>\n<p><span style=\"color: #f5f5f5;\">The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span></p>\n\";s:21:\"flrich1442253174_text\";s:177:\"<h1><span>Little Lion</span></h1>\n<span >The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span>\";s:21:\"flrich1442253191_text\";s:150:\"<h1>Little Lion</h1>\nThe little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.\";}}}'),(688,167,'_fl_builder_data','a:5:{s:13:\"55d337d6d2c73\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6d2c73\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"212121\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1380\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:3:\"150\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185614/lion-565820_1920-crop.jpg\";}}s:13:\"55d337d6e8036\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8036\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d337d6d2c73\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d337d6e8201\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8201\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d337d6e8036\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d337d6e8265\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8265\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d337d6e8036\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d338065e6e7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d338065e6e7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d337d6e8265\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:158:\"<h1>Little Lion</h1>\n<p>The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</p>\n\";s:10:\"margin_top\";s:3:\"150\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439905798_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905909_text\";s:232:\"<h1><span style=\"color: #f5f5f5;\">Little Lion</span></h1>\n<p><span style=\"color: #f5f5f5;\">The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span></p>\n\";s:21:\"flrich1439906209_text\";s:232:\"<h1><span style=\"color: #f5f5f5;\">Little Lion</span></h1>\n<p><span style=\"color: #f5f5f5;\">The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span></p>\n\";s:21:\"flrich1442253174_text\";s:177:\"<h1><span>Little Lion</span></h1>\n<span >The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span>\";s:21:\"flrich1442253191_text\";s:150:\"<h1>Little Lion</h1>\nThe little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.\";}}}'),(689,167,'_fl_builder_enabled','1'),(690,167,'_imported_content_block','1'),(691,167,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(692,167,'_imported_by_tesseract_package','full-width-image-right-text'),(693,168,'wptr_hide_title','0'),(694,168,'_fl_builder_draft','a:5:{s:13:\"55d335db69fb6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db69fb6\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1398\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";}}s:13:\"55d335db81b9e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81b9e\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d335db69fb6\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d335db81d90\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81d90\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d335db81b9e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d335db81df5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81df5\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d335db81b9e\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d3361d7d44e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d3361d7d44e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d335db81d90\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:159:\"<h1><span >Higher Still</span></h1>\n<p>Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</p>\n\";s:10:\"margin_top\";s:3:\"150\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439905309_text\";s:0:\"\";s:21:\"flrich1439905499_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905524_text\";s:211:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span>\";s:21:\"flrich1439905552_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905625_text\";s:211:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span>\";s:21:\"flrich1442253249_text\";s:151:\"<h1><span >Higher Still</span></h1>\nGet back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.\";}}}'),(695,168,'_fl_builder_data','a:5:{s:13:\"55d335db69fb6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db69fb6\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1398\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";}}s:13:\"55d335db81b9e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81b9e\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d335db69fb6\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d335db81d90\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81d90\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d335db81b9e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d335db81df5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81df5\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d335db81b9e\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d3361d7d44e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d3361d7d44e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d335db81d90\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:159:\"<h1><span >Higher Still</span></h1>\n<p>Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</p>\n\";s:10:\"margin_top\";s:3:\"150\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439905309_text\";s:0:\"\";s:21:\"flrich1439905499_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905524_text\";s:211:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span>\";s:21:\"flrich1439905552_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905625_text\";s:211:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</span>\";s:21:\"flrich1442253249_text\";s:151:\"<h1><span >Higher Still</span></h1>\nGet back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.\";}}}'),(696,168,'_fl_builder_enabled','1'),(697,168,'_imported_content_block','1'),(698,168,'_imported_by_tesseract_package','full-width-image-left-text'),(699,169,'wptr_hide_title','0'),(700,169,'_fl_builder_draft','a:6:{s:13:\"55d1eb18aad26\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18aad26\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1eb18d3b01\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3b01\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1eb18aad26\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1eb18d3cbb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3cbb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1eb18d3b01\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1eb18d3d2a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3d2a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1eb18d3b01\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1eb4e5633a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb4e5633a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1eb18d3cbb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:98:\"<h1>Schedule a Visit</h1>\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820622_text\";s:97:\"<h1>Schedule a Visit</h1>\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\";s:21:\"flrich1442253297_text\";s:90:\"<h1>Schedule a Visit</h1>\nCall or email to schedule a 3 day retreat or check out our work.\";}}s:13:\"55d1eb89edf71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb89edf71\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1eb18d3d2a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:163:\"<p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:10:\"margin_top\";s:2:\"65\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820682_text\";s:132:\"<a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:21:\"flrich1439820688_text\";s:136:\"<p><a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\n\";}}}'),(701,169,'_fl_builder_data','a:6:{s:13:\"55d1eb18aad26\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18aad26\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1eb18d3b01\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3b01\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1eb18aad26\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1eb18d3cbb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3cbb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1eb18d3b01\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1eb18d3d2a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3d2a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1eb18d3b01\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1eb4e5633a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb4e5633a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1eb18d3cbb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:4:\"text\";s:98:\"<h1>Schedule a Visit</h1>\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820622_text\";s:97:\"<h1>Schedule a Visit</h1>\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\";}}s:13:\"55d1eb89edf71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb89edf71\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1eb18d3d2a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:163:\"<p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:10:\"margin_top\";s:2:\"65\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820682_text\";s:132:\"<a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:21:\"flrich1439820688_text\";s:136:\"<p><a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\n\";}}}'),(702,169,'_fl_builder_enabled','1'),(703,169,'_imported_content_block','1'),(704,169,'_imported_by_tesseract_package','cta-1'),(705,170,'wptr_hide_title','0'),(706,170,'_fl_builder_draft','a:6:{s:13:\"55d1e8ce22881\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce22881\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"f9f9f9\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e8ce410aa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce410aa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e8ce22881\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e8ce4127f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce4127f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e8ce410aa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e8ce412ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce412ea\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e8ce410aa\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e92979ce1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e92979ce1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e8ce4127f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1407\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1407;s:5:\"title\";s:5:\"Begin\";s:8:\"filename\";s:10:\"Begin3.jpg\";s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1407\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:7:\"begin-7\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652239000;s:8:\"modified\";d:1441652239000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"35f4063b2b\";s:6:\"delete\";s:10:\"6beacab508\";s:4:\"edit\";s:10:\"8b471617ca\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1407&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:103559;s:21:\"filesizeHumanReadable\";s:6:\"101 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:465;s:5:\"width\";i:700;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-1024x680.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:6:\"height\";i:680;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:680;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e94540c5d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e94540c5d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e8ce412ea\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:127:\"<h1>Begin</h1><p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820101_text\";s:128:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:21:\"flrich1439820133_text\";s:129:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\n\";s:21:\"flrich1439820159_text\";s:129:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\n\";}}}'),(707,170,'_fl_builder_data','a:6:{s:13:\"55d1e8ce22881\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce22881\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"f9f9f9\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e8ce410aa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce410aa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e8ce22881\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e8ce4127f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce4127f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e8ce410aa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e8ce412ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce412ea\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e8ce410aa\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e92979ce1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e92979ce1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e8ce4127f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1407\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1407;s:5:\"title\";s:5:\"Begin\";s:8:\"filename\";s:10:\"Begin3.jpg\";s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1407\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:7:\"begin-7\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652239000;s:8:\"modified\";d:1441652239000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"35f4063b2b\";s:6:\"delete\";s:10:\"6beacab508\";s:4:\"edit\";s:10:\"8b471617ca\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1407&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:103559;s:21:\"filesizeHumanReadable\";s:6:\"101 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:465;s:5:\"width\";i:700;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-1024x680.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:6:\"height\";i:680;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:680;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e94540c5d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e94540c5d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e8ce412ea\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:127:\"<h1>Begin</h1><p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820101_text\";s:128:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:21:\"flrich1439820133_text\";s:129:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\n\";s:21:\"flrich1439820159_text\";s:129:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\n\";}}}'),(708,170,'_fl_builder_enabled','1'),(709,170,'_wp_old_slug','right-image-left-text'),(710,170,'_imported_content_block','1'),(711,170,'_imported_by_tesseract_package','right-text-left-image'),(712,171,'wptr_hide_title','0'),(713,171,'_fl_builder_draft','a:6:{s:13:\"55d1e688e87ab\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e688e87ab\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e68921779\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e68921779\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e688e87ab\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e68921998\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e68921998\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e68921779\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e689219fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e689219fb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e68921779\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e6b8c01a6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e6b8c01a6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e689219fb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1416\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1416;s:5:\"title\";s:5:\"Relax\";s:8:\"filename\";s:10:\"Relax2.jpg\";s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1416\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:7:\"relax-6\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652260000;s:8:\"modified\";d:1441652260000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"be6808bfa7\";s:6:\"delete\";s:10:\"327379d550\";s:4:\"edit\";s:10:\"f64ae53d53\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1416&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:165163;s:21:\"filesizeHumanReadable\";s:6:\"161 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:6:\"height\";i:678;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:678;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e7577b4fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e7577b4fb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e68921998\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:115:\"<h1>Relax</h1><p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439819607_text\";s:117:\"<h1>Relax</h1>\n<p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n\";s:21:\"flrich1439819801_text\";s:117:\"<h1>Relax</h1>\n<p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n\";}}}'),(714,171,'_fl_builder_data','a:6:{s:13:\"55d1e688e87ab\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e688e87ab\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e68921779\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e68921779\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e688e87ab\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e68921998\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e68921998\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e68921779\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e689219fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e689219fb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e68921779\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e6b8c01a6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e6b8c01a6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e689219fb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1416\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1416;s:5:\"title\";s:5:\"Relax\";s:8:\"filename\";s:10:\"Relax2.jpg\";s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1416\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:7:\"relax-6\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652260000;s:8:\"modified\";d:1441652260000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"be6808bfa7\";s:6:\"delete\";s:10:\"327379d550\";s:4:\"edit\";s:10:\"f64ae53d53\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1416&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:165163;s:21:\"filesizeHumanReadable\";s:6:\"161 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:6:\"height\";i:678;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:678;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e7577b4fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e7577b4fb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e68921998\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:115:\"<h1>Relax</h1><p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439819607_text\";s:117:\"<h1>Relax</h1>\n<p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n\";s:21:\"flrich1439819801_text\";s:117:\"<h1>Relax</h1>\n<p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n\";}}}'),(715,171,'_fl_builder_enabled','1'),(716,171,'_imported_content_block','1'),(717,171,'_imported_by_tesseract_package','left-text-right-image'),(718,172,'wptr_hide_title','0'),(719,172,'_fl_builder_draft','a:11:{s:13:\"55d1e1df9149d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1df9149d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e1dfb139b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb139b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e1df9149d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e1dfb15a4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb15a4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1dfb139b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1dfb160e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb160e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1dfb139b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1e383fdf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e383fdf\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e1df9149d\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e1e3840fd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e3840fd\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1e383fdf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1e384165\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e384165\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1e383fdf\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1fa51533\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1fa51533\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1dfb15a4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1433\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1433;s:5:\"title\";s:57:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape\";s:8:\"filename\";s:61:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:3:\"url\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1433\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:59:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652303000;s:8:\"modified\";d:1441652303000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"e7be6eb5e1\";s:6:\"delete\";s:10:\"a6a7497c85\";s:4:\"edit\";s:10:\"482b98f4e7\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1433&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:154010;s:21:\"filesizeHumanReadable\";s:6:\"150 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:154:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:210;s:5:\"width\";i:300;s:3:\"url\";s:154:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape-300x210.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:6:\"height\";i:702;s:5:\"width\";i:1003;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:702;s:5:\"width\";i:1003;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e24089154\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e24089154\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1e384165\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1425\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1425;s:5:\"title\";s:42:\"photo-1416949929422-a1d9c8fe84af-landscape\";s:8:\"filename\";s:46:\"photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1425\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:44:\"photo-1416949929422-a1d9c8fe84af-landscape-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652284000;s:8:\"modified\";d:1441652284000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5d7bc59631\";s:6:\"delete\";s:10:\"b66c035c11\";s:4:\"edit\";s:10:\"e378ec6ac6\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1425&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:542860;s:21:\"filesizeHumanReadable\";s:6:\"530 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:139:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:210;s:5:\"width\";i:300;s:3:\"url\";s:139:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-300x210.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:489;s:5:\"width\";i:700;s:3:\"url\";s:140:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-1024x716.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:6:\"height\";i:1333;s:5:\"width\";i:1906;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1333;s:5:\"width\";i:1906;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e284266ce\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e284266ce\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1dfb160e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:265:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:3:\"100\";s:12:\"margin_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439818372_text\";s:266:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:21:\"flrich1439818456_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";s:21:\"flrich1439909465_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";}}s:13:\"55d1e2e59db0b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e2e59db0b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1e3840fd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:265:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:3:\"100\";s:12:\"margin_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439818372_text\";s:266:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:21:\"flrich1439818456_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";s:21:\"flrich1439909457_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";}}}'),(720,172,'_fl_builder_data','a:11:{s:13:\"55d1e1df9149d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1df9149d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e1dfb139b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb139b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e1df9149d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e1dfb15a4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb15a4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1dfb139b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1dfb160e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb160e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1dfb139b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1e383fdf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e383fdf\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e1df9149d\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e1e3840fd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e3840fd\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1e383fdf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1e384165\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e384165\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1e383fdf\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1fa51533\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1fa51533\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1dfb15a4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1433\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1433;s:5:\"title\";s:57:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape\";s:8:\"filename\";s:61:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:3:\"url\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1433\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:59:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652303000;s:8:\"modified\";d:1441652303000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"e7be6eb5e1\";s:6:\"delete\";s:10:\"a6a7497c85\";s:4:\"edit\";s:10:\"482b98f4e7\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1433&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:154010;s:21:\"filesizeHumanReadable\";s:6:\"150 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:154:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:210;s:5:\"width\";i:300;s:3:\"url\";s:154:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape-300x210.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:6:\"height\";i:702;s:5:\"width\";i:1003;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:702;s:5:\"width\";i:1003;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e24089154\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e24089154\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1e384165\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1425\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1425;s:5:\"title\";s:42:\"photo-1416949929422-a1d9c8fe84af-landscape\";s:8:\"filename\";s:46:\"photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1425\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:44:\"photo-1416949929422-a1d9c8fe84af-landscape-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652284000;s:8:\"modified\";d:1441652284000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5d7bc59631\";s:6:\"delete\";s:10:\"b66c035c11\";s:4:\"edit\";s:10:\"e378ec6ac6\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1425&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:542860;s:21:\"filesizeHumanReadable\";s:6:\"530 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:139:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:210;s:5:\"width\";i:300;s:3:\"url\";s:139:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-300x210.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:489;s:5:\"width\";i:700;s:3:\"url\";s:140:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-1024x716.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:6:\"height\";i:1333;s:5:\"width\";i:1906;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1333;s:5:\"width\";i:1906;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e284266ce\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e284266ce\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1dfb160e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:265:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:3:\"100\";s:12:\"margin_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439818372_text\";s:266:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:21:\"flrich1439818456_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";s:21:\"flrich1439909465_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";}}s:13:\"55d1e2e59db0b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e2e59db0b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1e3840fd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:265:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:3:\"100\";s:12:\"margin_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439818372_text\";s:266:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:21:\"flrich1439818456_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";s:21:\"flrich1439909457_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";}}}'),(721,172,'_fl_builder_enabled','1'),(722,172,'_imported_content_block','1'),(723,172,'_imported_by_tesseract_package','4-square'),(724,173,'wptr_hide_title','0'),(725,173,'_fl_builder_draft','a:8:{s:13:\"55d1e01dab026\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dab026\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e01dc3682\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3682\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e01dab026\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e01dc3866\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3866\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55d1e01dc38cc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc38cc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55d1e01dc3928\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3928\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55d1e0231f1cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e0231f1cf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc3866\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1460\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1460;s:5:\"title\";s:10:\"Stella-Dog\";s:8:\"filename\";s:15:\"Stella-Dog1.jpg\";s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1460\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:12:\"stella-dog-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652369000;s:8:\"modified\";d:1441652369000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"8e9dbad0c9\";s:6:\"delete\";s:10:\"f5fd8fcbee\";s:4:\"edit\";s:10:\"5b944acd00\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1460&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:195487;s:21:\"filesizeHumanReadable\";s:6:\"191 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e07b7d009\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e07b7d009\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc38cc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1451\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1451;s:5:\"title\";s:11:\"Tyler-Beach\";s:8:\"filename\";s:16:\"Tyler-Beach1.jpg\";s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1451\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:13:\"tyler-beach-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652350000;s:8:\"modified\";d:1441652350000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"cef113a070\";s:6:\"delete\";s:10:\"c7304ec269\";s:4:\"edit\";s:10:\"3b604752e0\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1451&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:546509;s:21:\"filesizeHumanReadable\";s:6:\"534 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e0828956e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e0828956e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc3928\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1442\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1442;s:5:\"title\";s:8:\"Jennifer\";s:8:\"filename\";s:13:\"Jennifer1.jpg\";s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1442\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:10:\"jennifer-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652326000;s:8:\"modified\";d:1441652326000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"834010a72a\";s:6:\"delete\";s:10:\"00aa909e64\";s:4:\"edit\";s:10:\"03000d91ad\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1442&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:574489;s:21:\"filesizeHumanReadable\";s:6:\"561 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:106:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:106:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(726,173,'_fl_builder_data','a:8:{s:13:\"55d1e01dab026\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dab026\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e01dc3682\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3682\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e01dab026\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e01dc3866\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3866\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55d1e01dc38cc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc38cc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55d1e01dc3928\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3928\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55d1e0231f1cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e0231f1cf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc3866\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1460\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1460;s:5:\"title\";s:10:\"Stella-Dog\";s:8:\"filename\";s:15:\"Stella-Dog1.jpg\";s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1460\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:12:\"stella-dog-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652369000;s:8:\"modified\";d:1441652369000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"8e9dbad0c9\";s:6:\"delete\";s:10:\"f5fd8fcbee\";s:4:\"edit\";s:10:\"5b944acd00\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1460&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:195487;s:21:\"filesizeHumanReadable\";s:6:\"191 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e07b7d009\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e07b7d009\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc38cc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1451\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1451;s:5:\"title\";s:11:\"Tyler-Beach\";s:8:\"filename\";s:16:\"Tyler-Beach1.jpg\";s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1451\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:13:\"tyler-beach-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652350000;s:8:\"modified\";d:1441652350000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"cef113a070\";s:6:\"delete\";s:10:\"c7304ec269\";s:4:\"edit\";s:10:\"3b604752e0\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1451&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:546509;s:21:\"filesizeHumanReadable\";s:6:\"534 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e0828956e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e0828956e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc3928\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1442\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1442;s:5:\"title\";s:8:\"Jennifer\";s:8:\"filename\";s:13:\"Jennifer1.jpg\";s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1442\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:10:\"jennifer-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652326000;s:8:\"modified\";d:1441652326000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"834010a72a\";s:6:\"delete\";s:10:\"00aa909e64\";s:4:\"edit\";s:10:\"03000d91ad\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1442&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:574489;s:21:\"filesizeHumanReadable\";s:6:\"561 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:106:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:106:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(727,173,'_fl_builder_enabled','1'),(728,173,'_imported_content_block','1'),(729,173,'_imported_by_tesseract_package','3-image-boxes'),(730,174,'wptr_hide_title','0'),(731,174,'_fl_builder_draft','a:10:{s:13:\"55ce890262543\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce890262543\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce8a24030cc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:548:\"<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. Develop your skills and wow people with your amazing website. Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This ></a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439598850_text\";s:0:\"\";s:21:\"flrich1439599097_text\";s:345:\"<h1 style=\"text-align: center;\">A smarter way to do things better</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. </p>\n\";s:21:\"flrich1439599225_text\";s:461:\"<h1 style=\"text-align: center;\">A smarter way to do things better</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. Develop your skills and wow people with your amazing website. Never be at a loss for ideas and always show up. </p>\n\";s:21:\"flrich1442253432_text\";s:547:\"<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. Develop your skills and wow people with your amazing website. Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This ></a></p>\";}}s:13:\"55ce8a23c633d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a23c633d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8a2402e3a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2402e3a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce8a23c633d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce8a2403065\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2403065\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"15\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8a24030cc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a24030cc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:70;}}s:13:\"55ce8a2403128\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2403128\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"15\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8aaf2a1a8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf2a1a8\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8aaf4e593\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf4e593\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce8aaf2a1a8\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce8aaf4e77e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf4e77e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8aaf4e593\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce8ae0cd972\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8ae0cd972\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce8aaf4e77e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1397\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1397;s:5:\"title\";s:28:\"mt-fuji-477832_1920-1580x480\";s:8:\"filename\";s:32:\"mt-fuji-477832_1920-1580x480.jpg\";s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1397\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:28:\"mt-fuji-477832_1920-1580x480\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652216000;s:8:\"modified\";d:1441652216000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"a22471c17d\";s:6:\"delete\";s:10:\"0caa38f9b5\";s:4:\"edit\";s:10:\"52e254f07f\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1397&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:94962;s:21:\"filesizeHumanReadable\";s:5:\"93 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:125:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:91;s:5:\"width\";i:300;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-300x91.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:213;s:5:\"width\";i:700;s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-1024x311.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:6:\"height\";i:480;s:5:\"width\";i:1580;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:480;s:5:\"width\";i:1580;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(732,174,'_fl_builder_data','a:10:{s:13:\"55ce890262543\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce890262543\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce8a24030cc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:548:\"<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. Develop your skills and wow people with your amazing website. Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This ></a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439598850_text\";s:0:\"\";s:21:\"flrich1439599097_text\";s:345:\"<h1 style=\"text-align: center;\">A smarter way to do things better</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. </p>\n\";s:21:\"flrich1439599225_text\";s:461:\"<h1 style=\"text-align: center;\">A smarter way to do things better</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. Develop your skills and wow people with your amazing website. Never be at a loss for ideas and always show up. </p>\n\";s:21:\"flrich1442253432_text\";s:547:\"<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. Develop your skills and wow people with your amazing website. Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This ></a></p>\";}}s:13:\"55ce8a23c633d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a23c633d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8a2402e3a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2402e3a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce8a23c633d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce8a2403065\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2403065\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"15\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8a24030cc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a24030cc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:70;}}s:13:\"55ce8a2403128\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2403128\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"15\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8aaf2a1a8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf2a1a8\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8aaf4e593\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf4e593\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce8aaf2a1a8\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce8aaf4e77e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf4e77e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8aaf4e593\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce8ae0cd972\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8ae0cd972\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce8aaf4e77e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1397\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1397;s:5:\"title\";s:28:\"mt-fuji-477832_1920-1580x480\";s:8:\"filename\";s:32:\"mt-fuji-477832_1920-1580x480.jpg\";s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1397\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:28:\"mt-fuji-477832_1920-1580x480\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652216000;s:8:\"modified\";d:1441652216000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"a22471c17d\";s:6:\"delete\";s:10:\"0caa38f9b5\";s:4:\"edit\";s:10:\"52e254f07f\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1397&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:94962;s:21:\"filesizeHumanReadable\";s:5:\"93 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:125:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:91;s:5:\"width\";i:300;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-300x91.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:213;s:5:\"width\";i:700;s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-1024x311.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:6:\"height\";i:480;s:5:\"width\";i:1580;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:480;s:5:\"width\";i:1580;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(733,174,'_fl_builder_enabled','1'),(734,174,'_imported_content_block','1'),(735,174,'_imported_by_tesseract_package','center-text-image'),(736,175,'wptr_hide_title','0'),(737,175,'_fl_builder_draft','a:4:{s:13:\"55ce4ccb576ac\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb576ac\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"3b3b3b\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:3:\"100\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce4ccb647e2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb647e2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce4ccb576ac\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce4ccb649ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb649ec\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce4ccb647e2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce4ccde0b3f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccde0b3f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce4ccb649ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:4:\"text\";s:265:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>- Walt Disney</em></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439583437_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735085_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735128_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735169_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735186_text\";s:263:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735192_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>-Walt Disney</em></p>\";s:21:\"flrich1441738139_text\";s:265:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>- Walt Disney</em></p>\";}}}'),(738,175,'_fl_builder_data','a:4:{s:13:\"55ce4ccb576ac\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb576ac\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"3b3b3b\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:3:\"100\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce4ccb647e2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb647e2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce4ccb576ac\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce4ccb649ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb649ec\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce4ccb647e2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce4ccde0b3f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccde0b3f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce4ccb649ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:265:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>- Walt Disney</em></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439583437_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735085_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735128_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735169_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735186_text\";s:263:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735192_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>-Walt Disney</em></p>\";}}}'),(739,175,'_fl_builder_enabled','1'),(740,175,'_imported_content_block','1'),(741,175,'_imported_by_tesseract_package','simple-quote'),(742,176,'wptr_hide_title','0'),(743,176,'_fl_builder_draft','a:4:{s:13:\"55ce4a5746246\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a5746246\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1232\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";}}s:13:\"55ce4a575bbe7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a575bbe7\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce4a5746246\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce4a575bdde\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a575bdde\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce4a575bbe7\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce4a5d4a339\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a5d4a339\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce4a575bdde\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:4:\"text\";s:63:\"<p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439582813_text\";s:98:\"<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n\";}}}'),(744,176,'_fl_builder_data','a:4:{s:13:\"55ce4a5746246\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a5746246\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1232\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";}}s:13:\"55ce4a575bbe7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a575bbe7\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce4a5746246\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce4a575bdde\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a575bdde\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce4a575bbe7\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce4a5d4a339\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a5d4a339\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce4a575bdde\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:4:\"text\";s:63:\"<p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439582813_text\";s:98:\"<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n\";}}}'),(745,176,'_fl_builder_enabled','1'),(746,176,'_imported_content_block','1'),(747,176,'_imported_by_tesseract_package','just-an-image'),(748,177,'wptr_hide_title','0'),(749,177,'_fl_builder_draft','a:11:{s:13:\"55ce3b7e64e78\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e64e78\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce3b7e7f3b2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f3b2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce3b7e64e78\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce3b7e7f66b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f66b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55ce3b7e7f6cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f6cf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55ce3b7e7f72a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f72a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55ce3bb5d0d21\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3bb5d0d21\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f72a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:296:\"<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579530_text\";s:566:\"<a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:21:\"flrich1441735358_text\";s:574:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n\";s:21:\"flrich1441737950_text\";s:296:\"<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";}}s:13:\"55ce3c4663cd6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3c4663cd6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f6cf\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":20:{s:4:\"text\";s:285:\"<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579225_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579266_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579292_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579490_text\";s:459:\"<img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:21:\"flrich1439579561_text\";s:467:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\n\";s:21:\"flrich1441735348_text\";s:460:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:21:\"flrich1441737943_text\";s:285:\"<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";}}s:13:\"55ce3cba55f85\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3cba55f85\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f66b\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":20:{s:4:\"text\";s:292:\"<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579225_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579266_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579292_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579340_text\";s:358:\"<img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\";s:21:\"flrich1439579408_text\";s:461:\"<img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:21:\"flrich1441735326_text\";s:469:\"<p><img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\n\";s:21:\"flrich1441737687_text\";s:292:\"<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";}}s:13:\"55ef23594dfda\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef23594dfda\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f66b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1482\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1482;s:5:\"title\";s:6:\"float1\";s:8:\"filename\";s:11:\"float11.png\";s:3:\"url\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1482\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:8:\"float1-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652423000;s:8:\"modified\";d:1441652423000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"0cacd7047d\";s:6:\"delete\";s:10:\"e628305f70\";s:4:\"edit\";s:10:\"4dc7260560\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1482&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:8445;s:21:\"filesizeHumanReadable\";s:4:\"8 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ef2cc9b9285\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef2cc9b9285\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f6cf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1486\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1486;s:5:\"title\";s:7:\"Gallery\";s:8:\"filename\";s:12:\"Gallery1.png\";s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1486\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:9:\"gallery-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652432000;s:8:\"modified\";d:1441652432000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"a38e82005f\";s:6:\"delete\";s:10:\"adb4ea51a9\";s:4:\"edit\";s:10:\"0141f52678\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1486&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:4333;s:21:\"filesizeHumanReadable\";s:4:\"4 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ef2cd0f1ef6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef2cd0f1ef6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f72a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1490\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1490;s:5:\"title\";s:11:\"Ocean-Squid\";s:8:\"filename\";s:16:\"Ocean-Squid1.png\";s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1490\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:13:\"ocean-squid-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652440000;s:8:\"modified\";d:1441652440000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"54aa269982\";s:6:\"delete\";s:10:\"a42f93859e\";s:4:\"edit\";s:10:\"6d0e7f4105\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1490&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:9872;s:21:\"filesizeHumanReadable\";s:5:\"10 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:6:\"height\";i:209;s:5:\"width\";i:195;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"height\";i:209;s:5:\"width\";i:195;s:11:\"orientation\";s:8:\"portrait\";}}}}'),(750,177,'_fl_builder_data','a:11:{s:13:\"55ce3b7e64e78\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e64e78\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce3b7e7f3b2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f3b2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce3b7e64e78\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce3b7e7f66b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f66b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55ce3b7e7f6cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f6cf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55ce3b7e7f72a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f72a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.329999999999998;}}s:13:\"55ce3bb5d0d21\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3bb5d0d21\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f72a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:296:\"<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579530_text\";s:566:\"<a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:21:\"flrich1441735358_text\";s:574:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n\";s:21:\"flrich1441737950_text\";s:296:\"<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";}}s:13:\"55ce3c4663cd6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3c4663cd6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f6cf\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":20:{s:4:\"text\";s:285:\"<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579225_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579266_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579292_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579490_text\";s:459:\"<img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:21:\"flrich1439579561_text\";s:467:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\n\";s:21:\"flrich1441735348_text\";s:460:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:21:\"flrich1441737943_text\";s:285:\"<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";}}s:13:\"55ce3cba55f85\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3cba55f85\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f66b\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":20:{s:4:\"text\";s:292:\"<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579225_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579266_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579292_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579340_text\";s:358:\"<img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\";s:21:\"flrich1439579408_text\";s:461:\"<img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:21:\"flrich1441735326_text\";s:469:\"<p><img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\n\";s:21:\"flrich1441737687_text\";s:292:\"<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";}}s:13:\"55ef23594dfda\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef23594dfda\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f66b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1482\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1482;s:5:\"title\";s:6:\"float1\";s:8:\"filename\";s:11:\"float11.png\";s:3:\"url\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1482\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:8:\"float1-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652423000;s:8:\"modified\";d:1441652423000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"0cacd7047d\";s:6:\"delete\";s:10:\"e628305f70\";s:4:\"edit\";s:10:\"4dc7260560\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1482&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:8445;s:21:\"filesizeHumanReadable\";s:4:\"8 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ef2cc9b9285\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef2cc9b9285\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f6cf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1486\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1486;s:5:\"title\";s:7:\"Gallery\";s:8:\"filename\";s:12:\"Gallery1.png\";s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1486\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:9:\"gallery-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652432000;s:8:\"modified\";d:1441652432000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"a38e82005f\";s:6:\"delete\";s:10:\"adb4ea51a9\";s:4:\"edit\";s:10:\"0141f52678\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1486&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:4333;s:21:\"filesizeHumanReadable\";s:4:\"4 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ef2cd0f1ef6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef2cd0f1ef6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f72a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1490\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1490;s:5:\"title\";s:11:\"Ocean-Squid\";s:8:\"filename\";s:16:\"Ocean-Squid1.png\";s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1490\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:13:\"ocean-squid-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";d:1441652440000;s:8:\"modified\";d:1441652440000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"54aa269982\";s:6:\"delete\";s:10:\"a42f93859e\";s:4:\"edit\";s:10:\"6d0e7f4105\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1490&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:9872;s:21:\"filesizeHumanReadable\";s:5:\"10 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:6:\"height\";i:209;s:5:\"width\";i:195;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"height\";i:209;s:5:\"width\";i:195;s:11:\"orientation\";s:8:\"portrait\";}}}}'),(751,177,'_fl_builder_enabled','1'),(752,177,'_imported_content_block','1'),(753,177,'_imported_by_tesseract_package','3-featured-boxes'),(754,178,'wptr_hide_title','0'),(755,178,'_fl_builder_draft','a:5:{s:13:\"55ce27a55b7df\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a55b7df\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1499\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"125\";s:14:\"padding_bottom\";s:3:\"180\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190103/discover.jpg\";}}s:13:\"55ce27a583fb0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a583fb0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce27a55b7df\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce27a5841e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a5841e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce27a583fb0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"56392ebb37791\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ebb37791\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce27a5841e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:0:\"\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"56392f047e468\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392f047e468\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce27a5841e9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:8:\"DISCOVER\";s:4:\"size\";s:2:\"90\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"0\";s:8:\"sub_text\";s:44:\"discover the truth, that you\'re already here\";s:8:\"sub_size\";s:2:\"22\";s:10:\"sub_weight\";s:3:\"100\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(756,178,'_fl_builder_data','a:5:{s:13:\"55ce27a55b7df\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a55b7df\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1499\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"125\";s:14:\"padding_bottom\";s:3:\"180\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190103/discover.jpg\";}}s:13:\"55ce27a583fb0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a583fb0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce27a55b7df\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce27a5841e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a5841e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce27a583fb0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"56392ebb37791\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ebb37791\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce27a5841e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:0:\"\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"56392f047e468\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392f047e468\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce27a5841e9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:8:\"DISCOVER\";s:4:\"size\";s:2:\"90\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"0\";s:8:\"sub_text\";s:44:\"discover the truth, that you\'re already here\";s:8:\"sub_size\";s:2:\"22\";s:10:\"sub_weight\";s:3:\"100\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(757,178,'_fl_builder_enabled','1'),(758,178,'_wp_old_slug','test-template'),(759,178,'_imported_content_block','1'),(760,178,'_imported_by_tesseract_package','discover-home'),(761,47,'_wp_trash_meta_status','publish'),(762,47,'_wp_trash_meta_time','1510672152'),(763,47,'_wp_desired_post_slug','center-grinding'),(764,41,'_wp_trash_meta_status','publish'),(765,41,'_wp_trash_meta_time','1510672212'),(766,41,'_wp_desired_post_slug','cnc-grinding'),(767,83,'_wp_trash_meta_status','publish'),(768,83,'_wp_trash_meta_time','1510672225'),(769,83,'_wp_desired_post_slug','contact-us'),(770,44,'_wp_trash_meta_status','publish'),(771,44,'_wp_trash_meta_time','1510672243'),(772,44,'_wp_desired_post_slug','honing'),(773,53,'_wp_trash_meta_status','publish'),(774,53,'_wp_trash_meta_time','1510672256'),(775,53,'_wp_desired_post_slug','inspection'),(776,38,'_wp_trash_meta_status','publish'),(777,38,'_wp_trash_meta_time','1510672272'),(778,38,'_wp_desired_post_slug','od-grinding'),(779,35,'_wp_trash_meta_status','publish'),(780,35,'_wp_trash_meta_time','1510672287'),(781,35,'_wp_desired_post_slug','springfield-grinding'),(782,56,'_wp_trash_meta_status','publish'),(783,56,'_wp_trash_meta_time','1510672299'),(784,56,'_wp_desired_post_slug','request-quote'),(785,50,'_wp_trash_meta_status','publish'),(786,50,'_wp_trash_meta_time','1510672310'),(787,50,'_wp_desired_post_slug','surface-blanchard-grinding'),(788,90,'_wp_trash_meta_status','publish'),(789,90,'_wp_trash_meta_time','1510672324'),(790,90,'_wp_desired_post_slug','view-our-work'),(791,179,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(792,179,'_mail','a:8:{s:7:\"subject\";s:35:\"Unas Grinding Corp \"[your-subject]\"\";s:6:\"sender\";s:40:\"[your-name] <wordpress@unasgrinding.com>\";s:4:\"body\";s:190:\"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 Unas Grinding Corp (http://unasgrinding.com/wordpress)\";s:9:\"recipient\";s:13:\"jc@pcpros.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;}'),(793,179,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"Unas Grinding Corp \"[your-subject]\"\";s:6:\"sender\";s:47:\"Unas Grinding Corp <wordpress@unasgrinding.com>\";s:4:\"body\";s:132:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:23:\"Reply-To: jc@pcpros.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(794,179,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(795,179,'_additional_settings',NULL),(796,179,'_locale','en_US'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2017-10-03 15:18:55','2017-10-03 15:18:55','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2017-10-03 15:18:55','2017-10-03 15:18:55','',0,'http://unasgrinding.com/wordpress/?p=1',0,'post','',1),(2,1,'2017-11-03 15:18:55','2017-11-03 15:18:55','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://unasgrinding.com/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Unasgrinding Main Page','','trash','closed','closed','','unas-main-page__trashed','','','2017-11-10 17:28:37','2017-11-10 17:28:37','',0,'http://unasgrinding.com/wordpress/?page_id=2',0,'page','',0),(3,1,'2017-11-09 20:32:37','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2017-11-09 20:32:37','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?p=3',0,'post','',0),(4,1,'2017-11-09 20:33:40','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2017-11-09 20:33:40','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=4',0,'page','',0),(5,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','','Espresso','','auto-draft','open','closed','','','','','2017-11-09 20:34:28','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/espresso.jpg',0,'attachment','image/jpeg',0),(6,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','','Sandwich','','auto-draft','open','closed','','','','','2017-11-09 20:34:33','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/sandwich.jpg',0,'attachment','image/jpeg',0),(7,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','','Coffee','','auto-draft','open','closed','','','','','2017-11-09 20:34:35','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/coffee.jpg',0,'attachment','image/jpeg',0),(8,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time.','Home','','auto-draft','closed','closed','','','','','2017-11-09 20:34:37','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=8',0,'page','',0),(9,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.','About','','auto-draft','closed','closed','','','','','2017-11-09 20:34:37','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=9',0,'page','',0),(10,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','auto-draft','closed','closed','','','','','2017-11-09 20:34:37','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=10',0,'page','',0),(11,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','','Blog','','auto-draft','closed','closed','','','','','2017-11-09 20:34:37','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=11',0,'page','',0),(12,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.','A homepage section','','auto-draft','closed','closed','','','','','2017-11-09 20:34:37','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=12',0,'page','',0),(13,1,'2017-11-09 20:34:37','0000-00-00 00:00:00','{\n \"widget_text[2]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"4927d475d7f90f041aa0cff9d7a9c105\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_search[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YToxOntzOjU6InRpdGxlIjtzOjY6IlNlYXJjaCI7fQ==\",\n \"title\": \"Search\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"b8bd203b5ddef0f517ccd3db6a7bfb06\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_text[3]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"0131e9af1795b37d28598978c5dfcae0\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"sidebars_widgets[sidebar-1]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-2\",\n \"search-3\",\n \"text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_text[4]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NDoidGV4dCI7czoxNjg6IjxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPgoxMjMgTWFpbiBTdHJlZXQKTmV3IFlvcmssIE5ZIDEwMDAxCgo8c3Ryb25nPkhvdXJzPC9zdHJvbmc+Ck1vbmRheSZtZGFzaDtGcmlkYXk6IDk6MDBBTSZuZGFzaDs1OjAwUE0KU2F0dXJkYXkgJmFtcDsgU3VuZGF5OiAxMTowMEFNJm5kYXNoOzM6MDBQTSI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"4927d475d7f90f041aa0cff9d7a9c105\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"sidebars_widgets[sidebar-2]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_text[5]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjE1OiJBYm91dCBUaGlzIFNpdGUiO3M6NDoidGV4dCI7czo4NToiVGhpcyBtYXkgYmUgYSBnb29kIHBsYWNlIHRvIGludHJvZHVjZSB5b3Vyc2VsZiBhbmQgeW91ciBzaXRlIG9yIGluY2x1ZGUgc29tZSBjcmVkaXRzLiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n \"title\": \"About This Site\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"0131e9af1795b37d28598978c5dfcae0\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_search[4]\": {\n \"starter_content\": true,\n \"value\": {\n \"encoded_serialized_instance\": \"YToxOntzOjU6InRpdGxlIjtzOjY6IlNlYXJjaCI7fQ==\",\n \"title\": \"Search\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"b8bd203b5ddef0f517ccd3db6a7bfb06\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"sidebars_widgets[sidebar-3]\": {\n \"starter_content\": true,\n \"value\": [\n \"text-5\",\n \"search-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"nav_menus_created_posts\": {\n \"starter_content\": true,\n \"value\": [\n 5,\n 6,\n 7,\n 8,\n 9,\n 10,\n 11,\n 12\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"nav_menu[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Top Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1\n },\n \"nav_menu_item[-1]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"custom\",\n \"title\": \"Home\",\n \"url\": \"http://unasgrinding.com/wordpress/\",\n \"position\": 0,\n \"nav_menu_term_id\": -1,\n \"object_id\": 0\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-2]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 9,\n \"position\": 1,\n \"nav_menu_term_id\": -1,\n \"title\": \"About\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-3]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 11,\n \"position\": 2,\n \"nav_menu_term_id\": -1,\n \"title\": \"Blog\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-4]\": {\n \"starter_content\": true,\n \"value\": {\n \"type\": \"post_type\",\n \"object\": \"page\",\n \"object_id\": 10,\n \"position\": 3,\n \"nav_menu_term_id\": -1,\n \"title\": \"Contact\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"twentyseventeen::nav_menu_locations[top]\": {\n \"starter_content\": true,\n \"value\": -1,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"nav_menu[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"name\": \"Social Links Menu\"\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1\n },\n \"nav_menu_item[-5]\": {\n \"starter_content\": true,\n \"value\": {\n \"title\": \"Yelp\",\n \"url\": \"https://www.yelp.com\",\n \"position\": 0,\n \"nav_menu_term_id\": -5,\n \"object_id\": 0\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-6]\": {\n \"starter_content\": true,\n \"value\": {\n \"title\": \"Facebook\",\n \"url\": \"https://www.facebook.com/wordpress\",\n \"position\": 1,\n \"nav_menu_term_id\": -5,\n \"object_id\": 0\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-7]\": {\n \"starter_content\": true,\n \"value\": {\n \"title\": \"Twitter\",\n \"url\": \"https://twitter.com/wordpress\",\n \"position\": 2,\n \"nav_menu_term_id\": -5,\n \"object_id\": 0\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-8]\": {\n \"starter_content\": true,\n \"value\": {\n \"title\": \"Instagram\",\n \"url\": \"https://www.instagram.com/explore/tags/wordcamp/\",\n \"position\": 3,\n \"nav_menu_term_id\": -5,\n \"object_id\": 0\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-9]\": {\n \"starter_content\": true,\n \"value\": {\n \"title\": \"Email\",\n \"url\": \"mailto:wordpress@example.com\",\n \"position\": 4,\n \"nav_menu_term_id\": -5,\n \"object_id\": 0\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"twentyseventeen::nav_menu_locations[social]\": {\n \"starter_content\": true,\n \"value\": -5,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"show_on_front\": {\n \"starter_content\": true,\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"page_on_front\": {\n \"starter_content\": true,\n \"value\": 8,\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"page_for_posts\": {\n \"starter_content\": true,\n \"value\": 11,\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"twentyseventeen::panel_1\": {\n \"starter_content\": true,\n \"value\": 12,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"twentyseventeen::panel_2\": {\n \"starter_content\": true,\n \"value\": 9,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"twentyseventeen::panel_3\": {\n \"starter_content\": true,\n \"value\": 11,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"twentyseventeen::panel_4\": {\n \"starter_content\": true,\n \"value\": 10,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','0da5eec6-b261-4fa6-9d69-65111fe4e2ad','','','2017-11-09 20:34:37','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?p=13',0,'customize_changeset','',0),(14,1,'2017-11-10 15:45:14','0000-00-00 00:00:00','{\n \"sidebars_widgets[footer-1]\": {\n \"value\": [\n \"wpcw_social-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"sidebars_widgets[footer-2]\": {\n \"value\": [\n \"wpcw_social-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_wpcw_social[4]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','838bc949-20ce-4940-8106-4a4408f37815','','','2017-11-10 15:45:14','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?p=14',0,'customize_changeset','',0),(15,1,'2017-11-10 16:07:32','0000-00-00 00:00:00','{\n \"sidebars_widgets[footer-3]\": {\n \"value\": [\n \"wpcw_contact-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_wpcw_contact[4]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo3OntzOjU6InRpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjU6ImVtYWlsIjthOjI6e3M6NToidmFsdWUiO3M6MjI6ImpvaG5vQHVuYXNncmluZGluZy5jb20iO3M6NToib3JkZXIiO2k6MTt9czo1OiJwaG9uZSI7YToyOntzOjU6InZhbHVlIjtzOjA6IiI7czo1OiJvcmRlciI7aToyO31zOjM6ImZheCI7YToyOntzOjU6InZhbHVlIjtzOjA6IiI7czo1OiJvcmRlciI7aTozO31zOjc6ImFkZHJlc3MiO2E6Mjp7czo1OiJ2YWx1ZSI7czozMjoiMjggQ2hlcnJ5IFN0Lg0KRS4gSGFydGZvcmQsIENULiAiO3M6NToib3JkZXIiO2k6NDt9czo2OiJsYWJlbHMiO2E6Mjp7czo1OiJ2YWx1ZSI7czozOiJ5ZXMiO3M6NToib3JkZXIiO2k6NTt9czozOiJtYXAiO2E6Mjp7czo1OiJ2YWx1ZSI7czozOiJ5ZXMiO3M6NToib3JkZXIiO2k6Njt9fQ==\",\n \"title\": \"Contact Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"8e41d5f53e50764c29faa95d6d4c75f4\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"sidebars_widgets[footer-2]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_wpcw_social[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjk6IkZvbGxvdyBVcyI7czo4OiJmYWNlYm9vayI7YToyOntzOjU6InZhbHVlIjtzOjM2OiJodHRwczovL3d3dy5mYWNlYm9vay5jb20vd3N1cmZlcmR1ZGUiO3M6NToib3JkZXIiO2k6MTt9czo3OiJ0d2l0dGVyIjthOjI6e3M6NToidmFsdWUiO3M6MzE6Imh0dHBzOi8vdHdpdHRlci5jb20vd3N1cmZlcmR1ZGUiO3M6NToib3JkZXIiO2k6Mjt9czo2OiJsYWJlbHMiO2E6Mjp7czo1OiJ2YWx1ZSI7czozOiJ5ZXMiO3M6NToib3JkZXIiO2k6Mzt9fQ==\",\n \"title\": \"Follow Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"18d1a304a7c564bf490d3872cb16dcad\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','63135d8d-c08d-4ecb-821d-db2b3d23df8b','','','2017-11-10 16:07:32','2017-11-10 16:07:32','',0,'http://unasgrinding.com/wordpress/?p=15',0,'customize_changeset','',0),(16,1,'2017-11-10 16:15:09','2017-11-10 16:15:09','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://unasgrinding.com/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Unasgrinding Main Page','','inherit','closed','closed','','2-revision-v1','','','2017-11-10 16:15:09','2017-11-10 16:15:09','',2,'http://unasgrinding.com/wordpress/2017/11/10/2-revision-v1/',0,'revision','',0),(17,1,'2017-11-10 16:19:59','2017-11-10 16:19:59','{\n \"blogname\": {\n \"value\": \"Unas Grinding Corp\",\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"blogdescription\": {\n \"value\": \"Precision Grinding Since 1952\",\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','010a7f53-ff72-4092-9bd1-861ea6eee3c8','','','2017-11-10 16:19:59','2017-11-10 16:19:59','',0,'http://unasgrinding.com/wordpress/?p=17',0,'customize_changeset','',0),(18,1,'2017-11-10 16:20:49','2017-11-10 16:20:49','{\n \"ih-business-pro::ihbp_mail_id\": {\n \"value\": \"johno@unasgrinding.com\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','a588884d-49bd-42ed-ae2f-c7a00d2d914c','','','2017-11-10 16:20:49','2017-11-10 16:20:49','',0,'http://unasgrinding.com/wordpress/2017/11/10/a588884d-49bd-42ed-ae2f-c7a00d2d914c/',0,'customize_changeset','',0),(19,1,'2017-11-10 16:21:53','2017-11-10 16:21:53','{\n \"ih-business-pro::ihbp_phone\": {\n \"value\": \"(860)289-1538\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','81f8b4f7-4c27-43eb-8edf-11184dc7f7b9','','','2017-11-10 16:21:53','2017-11-10 16:21:53','',0,'http://unasgrinding.com/wordpress/2017/11/10/81f8b4f7-4c27-43eb-8edf-11184dc7f7b9/',0,'customize_changeset','',0),(20,1,'2017-11-10 17:02:42','2017-11-10 17:02:42','{\n \"ih-business-pro::ihbp_footer_text\": {\n \"value\": \"Copyright \\u00a9 2017 PC Professionals LLC\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','4179b933-4ffa-4528-a651-8533fc63a8fa','','','2017-11-10 17:02:42','2017-11-10 17:02:42','',0,'http://unasgrinding.com/wordpress/?p=20',0,'customize_changeset','',0),(21,1,'2017-11-10 17:08:37','2017-11-10 17:08:37','{\n \"ih-business-pro::showcase_enable\": {\n \"value\": true,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"ih-business-pro::showcase_title\": {\n \"value\": \"Showcase\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"ih-business-pro::showcase_title1\": {\n \"value\": \"Showcase 1\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"ih-business-pro::ihbp_fp_basic_settings_blog_set\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"ih-business-pro::ihbp_fp_content_set\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"show_on_front\": {\n \"value\": \"posts\",\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','2f81c0db-81c3-45b9-aa15-7d8a92ac87a9','','','2017-11-10 17:08:37','2017-11-10 17:08:37','',0,'http://unasgrinding.com/wordpress/?p=21',0,'customize_changeset','',0),(22,1,'2017-11-10 17:19:11','2017-11-10 17:19:11','{\n \"ih-business-pro::nav_menu_locations[primary]\": {\n \"value\": -1978244061,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"nav_menu[-1978244061]\": {\n \"value\": {\n \"name\": \"Home\",\n \"description\": \"\",\n \"parent\": 0,\n \"auto_add\": true\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1\n },\n \"nav_menu_item[-587783742]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-1504806798]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-271046138]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menus_created_posts\": {\n \"value\": [\n 23\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"nav_menu_item[-147873888]\": {\n \"value\": {\n \"object_id\": 23,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 2,\n \"type\": \"post_type\",\n \"title\": \"Springfield Grinding\",\n \"url\": \"http://unasgrinding.com/wordpress/?page_id=23\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Springfield Grinding\",\n \"nav_menu_term_id\": -1978244061,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-1002925611]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-1117000459]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 1,\n \"type\": \"custom\",\n \"title\": \"Home\",\n \"url\": \"http://unasgrinding.com/wordpress\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Home\",\n \"nav_menu_term_id\": -1978244061,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-731221272]\": {\n \"value\": {\n \"object_id\": 2,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 3,\n \"type\": \"post_type\",\n \"title\": \"OD Grinding\",\n \"url\": \"http://unasgrinding.com/wordpress/unas-main-page/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Unasgrinding Main Page\",\n \"nav_menu_term_id\": -1978244061,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-142904864]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','f9dab7d2-eff3-405d-bc0c-3c7db18d70ba','','','2017-11-10 17:19:11','2017-11-10 17:19:11','',0,'http://unasgrinding.com/wordpress/?p=22',0,'customize_changeset','',0),(23,1,'2017-11-10 17:19:11','2017-11-10 17:19:11','','Springfield Grinding','','trash','closed','closed','','springfield-grinding__trashed','','','2017-11-10 17:27:50','2017-11-10 17:27:50','',0,'http://unasgrinding.com/wordpress/?page_id=23',0,'page','',0),(25,1,'2017-11-10 17:19:11','2017-11-10 17:19:11','','Springfield Grinding','','inherit','closed','closed','','23-revision-v1','','','2017-11-10 17:19:11','2017-11-10 17:19:11','',23,'http://unasgrinding.com/wordpress/2017/11/10/23-revision-v1/',0,'revision','',0),(29,1,'2017-11-10 17:22:11','0000-00-00 00:00:00','{\n \"nav_menu[2]\": {\n \"value\": false,\n \"type\": \"nav_menu\",\n \"user_id\": 1\n },\n \"nav_menu_item[26]\": {\n \"value\": {\n \"object_id\": 23,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 3,\n \"type\": \"post_type\",\n \"title\": \"Springfield Grinding\",\n \"url\": \"http://unasgrinding.com/wordpress/?page_id=23\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Springfield Grinding\",\n \"nav_menu_term_id\": 2,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[28]\": {\n \"value\": {\n \"object_id\": 2,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 2,\n \"type\": \"post_type\",\n \"title\": \"OD Grinding\",\n \"url\": \"http://unasgrinding.com/wordpress/unas-main-page/\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Unasgrinding Main Page\",\n \"nav_menu_term_id\": 2,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"ih-business-pro::nav_menu_locations[primary]\": {\n \"value\": 0,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','f1be56a8-4269-44a9-b46d-8ab0dc32463f','','','2017-11-10 17:22:11','2017-11-10 17:22:11','',0,'http://unasgrinding.com/wordpress/?p=29',0,'customize_changeset','',0),(30,1,'2017-11-10 17:23:05','2017-11-10 17:23:05','{\n \"ih-business-pro::nav_menu_locations[primary]\": {\n \"value\": 0,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"nav_menu[2]\": {\n \"value\": false,\n \"type\": \"nav_menu\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','f8a1e97e-4ca8-4e06-9015-a4b7d20c7126','','','2017-11-10 17:23:05','2017-11-10 17:23:05','',0,'http://unasgrinding.com/wordpress/2017/11/10/f8a1e97e-4ca8-4e06-9015-a4b7d20c7126/',0,'customize_changeset','',0),(31,1,'2017-11-10 17:26:00','2017-11-10 17:26:00','{\n \"ih-business-pro::nav_menu_locations[primary]\": {\n \"value\": -1668828785,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"nav_menu[-1668828785]\": {\n \"value\": {\n \"name\": \"Main\",\n \"description\": \"\",\n \"parent\": 0,\n \"auto_add\": false\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1\n },\n \"nav_menu_item[-2123401915]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-1535115001]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','03e847a2-6957-4427-8c05-55eadb402e42','','','2017-11-10 17:26:00','2017-11-10 17:26:00','',0,'http://unasgrinding.com/wordpress/?p=31',0,'customize_changeset','',0),(32,1,'2017-11-10 17:32:55','2017-11-10 17:32:55','{\n \"nav_menu_item[-1251217743]\": {\n \"value\": {\n \"object_id\": 0,\n \"object\": \"\",\n \"menu_item_parent\": 0,\n \"position\": 1,\n \"type\": \"custom\",\n \"title\": \"Home\",\n \"url\": \"http://unasgrinding.com/wordpress\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Home\",\n \"nav_menu_term_id\": 3,\n \"_invalid\": false,\n \"type_label\": \"Custom Link\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-1674153923]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','c9c0c131-44e2-4771-86d5-3ade4f4c6af5','','','2017-11-10 17:32:55','2017-11-10 17:32:55','',0,'http://unasgrinding.com/wordpress/?p=32',0,'customize_changeset','',0),(34,1,'2017-11-10 17:33:46','2017-11-10 17:33:46','{\n \"nav_menu[3]\": {\n \"value\": {\n \"name\": \"Main\",\n \"description\": \"\",\n \"parent\": 0,\n \"auto_add\": true\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','933ff351-2df4-4788-805d-a54ca3e4a911','','','2017-11-10 17:33:46','2017-11-10 17:33:46','',0,'http://unasgrinding.com/wordpress/2017/11/10/933ff351-2df4-4788-805d-a54ca3e4a911/',0,'customize_changeset','',0),(35,1,'2017-11-10 17:38:16','2017-11-10 17:38:16','This is the Springfield Grinding Page.','Springfield Grinding','','trash','closed','closed','','springfield-grinding__trashed-2','','','2017-11-14 15:11:27','2017-11-14 15:11:27','',0,'http://unasgrinding.com/wordpress/?page_id=35',0,'page','',0),(36,1,'2017-11-10 17:38:16','2017-11-10 17:38:16','Springfield','','Springfield','publish','closed','closed','','36','','','2017-11-13 21:35:32','2017-11-13 21:35:32','',0,'http://unasgrinding.com/wordpress/2017/11/10/36/',6,'nav_menu_item','',0),(37,1,'2017-11-10 17:38:16','2017-11-10 17:38:16','This is the Springfield Grinding Page.','Springfield Grinding','','inherit','closed','closed','','35-revision-v1','','','2017-11-10 17:38:16','2017-11-10 17:38:16','',35,'http://unasgrinding.com/wordpress/2017/11/10/35-revision-v1/',0,'revision','',0),(38,1,'2017-11-10 17:39:02','2017-11-10 17:39:02','This is the OD Grinding Page.','OD Grinding','','trash','closed','closed','','od-grinding__trashed','','','2017-11-14 15:11:12','2017-11-14 15:11:12','',0,'http://unasgrinding.com/wordpress/?page_id=38',0,'page','',0),(39,1,'2017-11-10 17:39:02','2017-11-10 17:39:02',' ','','','publish','closed','closed','','39','','','2017-11-13 21:35:32','2017-11-13 21:35:32','',0,'http://unasgrinding.com/wordpress/2017/11/10/39/',5,'nav_menu_item','',0),(40,1,'2017-11-10 17:39:02','2017-11-10 17:39:02','This is the OD Grinding Page.','OD Grinding','','inherit','closed','closed','','38-revision-v1','','','2017-11-10 17:39:02','2017-11-10 17:39:02','',38,'http://unasgrinding.com/wordpress/2017/11/10/38-revision-v1/',0,'revision','',0),(41,1,'2017-11-10 17:39:43','2017-11-10 17:39:43','This is the CNC Grinding Page.','CNC Grinding','','trash','closed','closed','','cnc-grinding__trashed','','','2017-11-14 15:10:12','2017-11-14 15:10:12','',0,'http://unasgrinding.com/wordpress/?page_id=41',0,'page','',0),(42,1,'2017-11-10 17:39:43','2017-11-10 17:39:43',' ','','','publish','closed','closed','','42','','','2017-11-13 21:35:32','2017-11-13 21:35:32','',0,'http://unasgrinding.com/wordpress/2017/11/10/42/',2,'nav_menu_item','',0),(43,1,'2017-11-10 17:39:43','2017-11-10 17:39:43','This is the CNC Grinding Page.','CNC Grinding','','inherit','closed','closed','','41-revision-v1','','','2017-11-10 17:39:43','2017-11-10 17:39:43','',41,'http://unasgrinding.com/wordpress/2017/11/10/41-revision-v1/',0,'revision','',0),(44,1,'2017-11-10 17:40:31','2017-11-10 17:40:31','This is the Honing Page.','Honing','','trash','closed','closed','','honing__trashed','','','2017-11-14 15:10:43','2017-11-14 15:10:43','',0,'http://unasgrinding.com/wordpress/?page_id=44',0,'page','',0),(45,1,'2017-11-10 17:40:31','2017-11-10 17:40:31',' ','','','publish','closed','closed','','45','','','2017-11-13 21:35:32','2017-11-13 21:35:32','',0,'http://unasgrinding.com/wordpress/2017/11/10/45/',3,'nav_menu_item','',0),(46,1,'2017-11-10 17:40:31','2017-11-10 17:40:31','This is the Honing page.','Honing','','inherit','closed','closed','','44-revision-v1','','','2017-11-10 17:40:31','2017-11-10 17:40:31','',44,'http://unasgrinding.com/wordpress/2017/11/10/44-revision-v1/',0,'revision','',0),(47,1,'2017-11-10 17:42:37','2017-11-10 17:42:37','This is the Center Grinding Page.','Center Grinding','','trash','closed','closed','','center-grinding__trashed','','','2017-11-14 15:09:12','2017-11-14 15:09:12','',0,'http://unasgrinding.com/wordpress/?page_id=47',0,'page','',0),(48,1,'2017-11-10 17:42:37','2017-11-10 17:42:37',' ','','','publish','closed','closed','','48','','','2017-11-13 21:35:32','2017-11-13 21:35:32','',0,'http://unasgrinding.com/wordpress/2017/11/10/48/',1,'nav_menu_item','',0),(49,1,'2017-11-10 17:42:37','2017-11-10 17:42:37','This is the Center Grinding Page.','Center Grinding','','inherit','closed','closed','','47-revision-v1','','','2017-11-10 17:42:37','2017-11-10 17:42:37','',47,'http://unasgrinding.com/wordpress/2017/11/10/47-revision-v1/',0,'revision','',0),(50,1,'2017-11-10 17:43:46','2017-11-10 17:43:46','This is the Surface Blanchard Grinding Page.','Surface Blanchard Grinding','','trash','closed','closed','','surface-blanchard-grinding__trashed','','','2017-11-14 15:11:50','2017-11-14 15:11:50','',0,'http://unasgrinding.com/wordpress/?page_id=50',0,'page','',0),(51,1,'2017-11-10 17:43:46','2017-11-10 17:43:46',' ','','','publish','closed','closed','','51','','','2017-11-13 21:35:32','2017-11-13 21:35:32','',0,'http://unasgrinding.com/wordpress/2017/11/10/51/',7,'nav_menu_item','',0),(52,1,'2017-11-10 17:43:46','2017-11-10 17:43:46','This is the Surface Blanchard Grinding Page.','Surface Blanchard Grinding','','inherit','closed','closed','','50-revision-v1','','','2017-11-10 17:43:46','2017-11-10 17:43:46','',50,'http://unasgrinding.com/wordpress/2017/11/10/50-revision-v1/',0,'revision','',0),(53,1,'2017-11-10 17:44:41','2017-11-10 17:44:41','This is the Inspection Page.','Inspection','','trash','closed','closed','','inspection__trashed','','','2017-11-14 15:10:56','2017-11-14 15:10:56','',0,'http://unasgrinding.com/wordpress/?page_id=53',0,'page','',0),(54,1,'2017-11-10 17:44:41','2017-11-10 17:44:41',' ','','','publish','closed','closed','','54','','','2017-11-13 21:35:32','2017-11-13 21:35:32','',0,'http://unasgrinding.com/wordpress/2017/11/10/54/',4,'nav_menu_item','',0),(55,1,'2017-11-10 17:44:41','2017-11-10 17:44:41','This is the Inspection Page.','Inspection','','inherit','closed','closed','','53-revision-v1','','','2017-11-10 17:44:41','2017-11-10 17:44:41','',53,'http://unasgrinding.com/wordpress/2017/11/10/53-revision-v1/',0,'revision','',0),(56,1,'2017-11-10 17:45:14','2017-11-10 17:45:14','This is the Request Quote Page.','Request Quote','','trash','closed','closed','','request-quote__trashed','','','2017-11-14 15:11:39','2017-11-14 15:11:39','',0,'http://unasgrinding.com/wordpress/?page_id=56',0,'page','',0),(58,1,'2017-11-10 17:45:14','2017-11-10 17:45:14','This is the Request Quote Page.','Request Quote','','inherit','closed','closed','','56-revision-v1','','','2017-11-10 17:45:14','2017-11-10 17:45:14','',56,'http://unasgrinding.com/wordpress/2017/11/10/56-revision-v1/',0,'revision','',0),(59,1,'2017-11-10 17:47:24','2017-11-10 17:47:24','This is the Honing Page.','Honing','','inherit','closed','closed','','44-revision-v1','','','2017-11-10 17:47:24','2017-11-10 17:47:24','',44,'http://unasgrinding.com/wordpress/2017/11/10/44-revision-v1/',0,'revision','',0),(60,1,'2017-11-10 17:54:27','0000-00-00 00:00:00','{\n \"nav_menu_item[36]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[39]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[42]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[48]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[51]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[45]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 44,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/honing/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 10,\n \"status\": \"publish\",\n \"original_title\": \"Honing\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[54]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 53,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/inspection/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 12,\n \"status\": \"publish\",\n \"original_title\": \"Inspection\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[57]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 56,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/request-quote/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 13,\n \"status\": \"publish\",\n \"original_title\": \"Request Quote\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menus_created_posts\": {\n \"value\": [\n 61,\n 62,\n 63,\n 64\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"nav_menu_item[-645087365]\": {\n \"value\": {\n \"object_id\": 61,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 7,\n \"type\": \"post_type\",\n \"title\": \"Springfield\",\n \"url\": \"http://unasgrinding.com/wordpress/?page_id=61\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Springfield\",\n \"nav_menu_term_id\": 3,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-827113592]\": {\n \"value\": {\n \"object_id\": 62,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 8,\n \"type\": \"post_type\",\n \"title\": \"OD\",\n \"url\": \"http://unasgrinding.com/wordpress/?page_id=62\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"OD\",\n \"nav_menu_term_id\": 3,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-464388042]\": {\n \"value\": {\n \"object_id\": 63,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 9,\n \"type\": \"post_type\",\n \"title\": \"CNC\",\n \"url\": \"http://unasgrinding.com/wordpress/?page_id=63\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"CNC\",\n \"nav_menu_term_id\": 3,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[-549402391]\": {\n \"value\": {\n \"object_id\": 64,\n \"object\": \"page\",\n \"menu_item_parent\": 0,\n \"position\": 11,\n \"type\": \"post_type\",\n \"title\": \"Center\",\n \"url\": \"http://unasgrinding.com/wordpress/?page_id=64\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"status\": \"publish\",\n \"original_title\": \"Center\",\n \"nav_menu_term_id\": 3,\n \"_invalid\": false,\n \"type_label\": \"Page\"\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','30622521-006b-46bb-8da0-047417c8c3bb','','','2017-11-10 17:54:27','2017-11-10 17:54:27','',0,'http://unasgrinding.com/wordpress/?p=60',0,'customize_changeset','',0),(61,1,'2017-11-10 17:54:27','0000-00-00 00:00:00','','Springfield','','auto-draft','closed','closed','','','','','2017-11-10 17:51:32','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=61',0,'page','',0),(62,1,'2017-11-10 17:54:27','0000-00-00 00:00:00','','OD','','auto-draft','closed','closed','','','','','2017-11-10 17:52:19','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=62',0,'page','',0),(63,1,'2017-11-10 17:54:27','0000-00-00 00:00:00','','CNC','','auto-draft','closed','closed','','','','','2017-11-10 17:52:57','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=63',0,'page','',0),(64,1,'2017-11-10 17:54:27','0000-00-00 00:00:00','','Center','','auto-draft','closed','closed','','','','','2017-11-10 17:54:14','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?page_id=64',0,'page','',0),(65,1,'2017-11-10 18:04:12','2017-11-10 18:04:12','{\n \"ih-business-pro::nav_menu_locations[footer]\": {\n \"value\": 0,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"nav_menu[3]\": {\n \"value\": {\n \"name\": \"Main\",\n \"description\": \"\",\n \"parent\": 0,\n \"auto_add\": true\n },\n \"type\": \"nav_menu\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','b4a96a28-ddf2-42d6-9c5a-1b4fe084c287','','','2017-11-10 18:04:12','2017-11-10 18:04:12','',0,'http://unasgrinding.com/wordpress/?p=65',0,'customize_changeset','',0),(66,1,'2017-11-10 18:12:17','2017-11-10 18:12:17','{\n \"nav_menu_item[36]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 35,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/springfield-grinding/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"Springfield\",\n \"description\": \"Springfield\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 2,\n \"status\": \"publish\",\n \"original_title\": \"Springfield Grinding\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','0d882a58-5aa3-4909-9c92-24f382153f7e','','','2017-11-10 18:12:17','2017-11-10 18:12:17','',0,'http://unasgrinding.com/wordpress/?p=66',0,'customize_changeset','',0),(67,1,'2017-11-10 18:18:51','0000-00-00 00:00:00','{\n \"old_sidebars_widgets_data\": {\n \"value\": {\n \"wp_inactive_widgets\": [\n \"text-2\",\n \"text-3\",\n \"text-4\",\n \"text-5\"\n ],\n \"sidebar-1\": {\n \"0\": \"search-2\",\n \"1\": \"recent-posts-2\",\n \"2\": \"recent-comments-2\",\n \"3\": \"archives-2\",\n \"4\": \"categories-2\",\n \"6\": \"meta-2\"\n },\n \"footer-1\": [\n \"wpcw_social-2\",\n \"categories-3\"\n ],\n \"footer-2\": [],\n \"footer-3\": [\n \"wpcw_contact-2\"\n ]\n },\n \"type\": \"global_variable\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','e0b49505-a883-42e4-8359-56666616ed3c','','','2017-11-10 18:18:51','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?p=67',0,'customize_changeset','',0),(68,1,'2017-11-10 18:28:35','0000-00-00 00:00:00','{\n \"ih-business-pro::nav_menu_locations[footer]\": {\n \"value\": 0,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"ih-business-pro::nav_menu_locations[primary]\": {\n \"value\": 0,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"nav_menu[3]\": {\n \"value\": false,\n \"type\": \"nav_menu\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','46fd0150-de91-4b6b-8a0b-dbd66671e917','','','2017-11-10 18:28:35','2017-11-10 18:28:35','',0,'http://unasgrinding.com/wordpress/?p=68',0,'customize_changeset','',0),(69,1,'2017-11-10 18:32:03','2017-11-10 18:32:03','{\n \"nav_menu_item[36]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 35,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/springfield-grinding/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"Springfield\",\n \"description\": \"Springfield\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 6,\n \"status\": \"publish\",\n \"original_title\": \"Springfield Grinding\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[39]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 38,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/od-grinding/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 5,\n \"status\": \"publish\",\n \"original_title\": \"OD Grinding\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[42]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 41,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/cnc-grinding/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 2,\n \"status\": \"publish\",\n \"original_title\": \"CNC Grinding\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[45]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 44,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/honing/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 3,\n \"status\": \"publish\",\n \"original_title\": \"Honing\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[48]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 47,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/center-grinding/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 1,\n \"status\": \"publish\",\n \"original_title\": \"Center Grinding\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[51]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 50,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/surface-blanchard-grinding/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 7,\n \"status\": \"publish\",\n \"original_title\": \"Surface Blanchard Grinding\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[54]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 53,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/inspection/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 4,\n \"status\": \"publish\",\n \"original_title\": \"Inspection\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"nav_menu_item[57]\": {\n \"value\": {\n \"menu_item_parent\": 0,\n \"object_id\": 56,\n \"object\": \"page\",\n \"type\": \"post_type\",\n \"type_label\": \"Page\",\n \"url\": \"http://unasgrinding.com/wordpress/request-quote/\",\n \"title\": \"\",\n \"target\": \"\",\n \"attr_title\": \"\",\n \"description\": \"\",\n \"classes\": \"\",\n \"xfn\": \"\",\n \"nav_menu_term_id\": 3,\n \"position\": 8,\n \"status\": \"publish\",\n \"original_title\": \"Request Quote\",\n \"_invalid\": false\n },\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','e40700b8-3db2-4706-a1a2-2bc2c7b581b2','','','2017-11-10 18:32:03','2017-11-10 18:32:03','',0,'http://unasgrinding.com/wordpress/?p=69',0,'customize_changeset','',0),(71,1,'2017-11-13 16:50:25','2017-11-13 16:50:25','{\n \"show_on_front\": {\n \"value\": \"posts\",\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"ih-business-pro::nav_menu_locations[primary]\": {\n \"value\": 3,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','ba49dc9e-8cac-45f3-95f8-51bfcf54d59a','','','2017-11-13 16:50:25','2017-11-13 16:50:25','',0,'http://unasgrinding.com/wordpress/?p=71',0,'customize_changeset','',0),(72,1,'2017-11-13 17:30:47','2017-11-13 17:30:47','','hero','','inherit','open','closed','','hero','','','2017-11-13 17:30:47','2017-11-13 17:30:47','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/hero.jpg',0,'attachment','image/jpeg',0),(73,1,'2017-11-13 17:31:05','2017-11-13 17:31:05','','hero-thumbnail 2','','inherit','open','closed','','hero-thumbnail-2','','','2017-11-13 17:31:05','2017-11-13 17:31:05','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/hero-thumbnail-2.jpg',0,'attachment','image/jpeg',0),(74,1,'2017-11-13 17:31:50','2017-11-13 17:31:50','{\n \"wp-lyrical-theme-develop::background_image\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"wp-lyrical-theme-develop::header_image\": {\n \"value\": \"http://unasgrinding.com/wordpress/wp-content/themes/wp-lyrical-theme-develop/assets/images/hero.jpg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"wp-lyrical-theme-develop::header_image_data\": {\n \"value\": \"default\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','2bb79ded-c127-4d54-a941-9f74a0ba30a1','','','2017-11-13 17:31:50','2017-11-13 17:31:50','',0,'http://unasgrinding.com/wordpress/?p=74',0,'customize_changeset','',0),(75,1,'2017-11-13 17:33:39','0000-00-00 00:00:00','{\n \"sidebars_widgets[footer-1]\": {\n \"value\": [\n \"wpcw_contact-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_wpcw_contact[4]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','aefc3297-9761-416e-a0f6-4303f92ca293','','','2017-11-13 17:33:39','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?p=75',0,'customize_changeset','',0),(76,1,'2017-11-13 17:38:23','2017-11-13 17:38:23','{\n \"sidebars_widgets[footer-2]\": {\n \"value\": [\n \"wpcw_contact-2\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"sidebars_widgets[footer-3]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"sidebars_widgets[footer-1]\": {\n \"value\": [\n \"wpcw_contact-4\",\n \"wpcw_social-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_wpcw_contact[4]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo3OntzOjU6InRpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjU6ImVtYWlsIjthOjI6e3M6NToidmFsdWUiO3M6MDoiIjtzOjU6Im9yZGVyIjtpOjE7fXM6NToicGhvbmUiO2E6Mjp7czo1OiJ2YWx1ZSI7czowOiIiO3M6NToib3JkZXIiO2k6Mjt9czozOiJmYXgiO2E6Mjp7czo1OiJ2YWx1ZSI7czowOiIiO3M6NToib3JkZXIiO2k6Mzt9czo3OiJhZGRyZXNzIjthOjI6e3M6NToidmFsdWUiO3M6MDoiIjtzOjU6Im9yZGVyIjtpOjQ7fXM6NjoibGFiZWxzIjthOjI6e3M6NToidmFsdWUiO3M6MzoieWVzIjtzOjU6Im9yZGVyIjtpOjU7fXM6MzoibWFwIjthOjI6e3M6NToidmFsdWUiO3M6Mjoibm8iO3M6NToib3JkZXIiO2k6Njt9fQ==\",\n \"title\": \"Contact Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"66af27bc084562b1d582b8afd2386e06\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_wpcw_social[4]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkZpbmQgVXMiO3M6NzoidHdpdHRlciI7YToyOntzOjU6InZhbHVlIjtzOjMxOiJodHRwczovL3R3aXR0ZXIuY29tL3dzdXJmZXJkdWRlIjtzOjU6Im9yZGVyIjtpOjE7fXM6ODoiZmFjZWJvb2siO2E6Mjp7czo1OiJ2YWx1ZSI7czozNjoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3dzdXJmZXJkdWRlIjtzOjU6Im9yZGVyIjtpOjI7fXM6NjoibGFiZWxzIjthOjI6e3M6NToidmFsdWUiO3M6Mjoibm8iO3M6NToib3JkZXIiO2k6Mzt9fQ==\",\n \"title\": \"Find Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"a042a6f9216d269726df389ee40d615c\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','09079b93-f003-4566-a7af-8898b6e1f0d1','','','2017-11-13 17:38:23','2017-11-13 17:38:23','',0,'http://unasgrinding.com/wordpress/?p=76',0,'customize_changeset','',0),(77,1,'2017-11-13 17:39:10','2017-11-13 17:39:10','{\n \"sidebars_widgets[footer-1]\": {\n \"value\": [\n \"wpcw_social-4\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','6f740faf-7565-4243-b6eb-9c2cd3acdf64','','','2017-11-13 17:39:10','2017-11-13 17:39:10','',0,'http://unasgrinding.com/wordpress/2017/11/13/6f740faf-7565-4243-b6eb-9c2cd3acdf64/',0,'customize_changeset','',0),(78,1,'2017-11-13 17:48:18','2017-11-13 17:48:18','{\n \"wp-lyrical-theme-develop::use_featured_hero_image\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','0aa1610c-c968-4aa2-afa1-38992b3a34b2','','','2017-11-13 17:48:18','2017-11-13 17:48:18','',0,'http://unasgrinding.com/wordpress/?p=78',0,'customize_changeset','',0),(79,1,'2017-11-13 17:50:51','2017-11-13 17:50:51','{\n \"wp-lyrical-theme-develop::nav_menu_locations[primary]\": {\n \"value\": 3,\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','5ba961b2-c4c3-4738-8bd6-f829b49b2db0','','','2017-11-13 17:50:51','2017-11-13 17:50:51','',0,'http://unasgrinding.com/wordpress/2017/11/13/5ba961b2-c4c3-4738-8bd6-f829b49b2db0/',0,'customize_changeset','',0),(80,1,'2017-11-13 21:05:51','2017-11-13 21:05:51','{\n \"sidebars_widgets[hero]\": {\n \"value\": [\n \"primer-hero-text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_primer-hero-text[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEzOiJSZXF1ZXN0IFF1b3RlIjtzOjExOiJidXR0b25fbGluayI7czo3OiIvcXVvdGUvIjt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"c64f4e4194fd4e777c4e886345da9a34\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_primer-hero-text[4]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtOO3M6MTE6ImJ1dHRvbl9saW5rIjtOO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"ebb04eff2e0ce255a98299467ec22188\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','48326f06-a335-4339-9ada-6be513fd1b85','','','2017-11-13 21:05:51','2017-11-13 21:05:51','',0,'http://unasgrinding.com/wordpress/?p=80',0,'customize_changeset','',0),(81,1,'2017-11-13 21:07:34','2017-11-13 21:07:34','{\n \"nav_menu_item[57]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"widget_primer-hero-text[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEzOiJSZXF1ZXN0IFF1b3RlIjtzOjExOiJidXR0b25fbGluayI7czoxNToiL3JlcXVlc3QtcXVvdGUvIjt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"2842e05f1c720222d52af024499d71e7\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','d7b93a89-266a-4a06-92ac-392633478655','','','2017-11-13 21:07:34','2017-11-13 21:07:34','',0,'http://unasgrinding.com/wordpress/?p=81',0,'customize_changeset','',0),(82,1,'2017-11-13 21:10:22','2017-11-13 21:10:22','{\n \"sidebars_widgets[hero]\": {\n \"value\": [\n \"primer-hero-text-6\",\n \"primer-hero-text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_primer-hero-text[6]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEzOiJWaWV3IE91ciBXb3JrIjtzOjExOiJidXR0b25fbGluayI7Tjt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"18ddc33d7ea8faf58353e0316e4c7b0a\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','a6cc7d88-a602-4fa8-be96-5f2808e5ac7c','','','2017-11-13 21:10:22','2017-11-13 21:10:22','',0,'http://unasgrinding.com/wordpress/?p=82',0,'customize_changeset','',0),(83,1,'2017-11-13 21:15:48','2017-11-13 21:15:48','This is the Contact Page.','Contact Us','','trash','closed','closed','','contact-us__trashed','','','2017-11-14 15:10:25','2017-11-14 15:10:25','',0,'http://unasgrinding.com/wordpress/?page_id=83',0,'page','',0),(85,1,'2017-11-13 21:15:48','2017-11-13 21:15:48','This is the Contact Page.','Contact Us','','inherit','closed','closed','','83-revision-v1','','','2017-11-13 21:15:48','2017-11-13 21:15:48','',83,'http://unasgrinding.com/wordpress/2017/11/13/83-revision-v1/',0,'revision','',0),(86,1,'2017-11-13 21:19:33','2017-11-13 21:19:33','{\n \"widget_primer-hero-text[6]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEzOiJWaWV3IE91ciBXb3JrIjtzOjExOiJidXR0b25fbGluayI7czoxNzoiaHR0cDovL2NvbnRhY3QtdXMiO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"be7e6acd414189faa276ecb65be4137e\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','00b82105-ce06-4804-9905-85def7c56484','','','2017-11-13 21:19:33','2017-11-13 21:19:33','',0,'http://unasgrinding.com/wordpress/2017/11/13/00b82105-ce06-4804-9905-85def7c56484/',0,'customize_changeset','',0),(87,1,'2017-11-13 21:24:41','2017-11-13 21:24:41','{\n \"show_on_front\": {\n \"value\": \"posts\",\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','2b9f51d9-957d-4940-bd5d-42da0f41a53f','','','2017-11-13 21:24:41','2017-11-13 21:24:41','',0,'http://unasgrinding.com/wordpress/?p=87',0,'customize_changeset','',0),(88,1,'2017-11-13 21:25:46','2017-11-13 21:25:46','{\n \"widget_wpcw_contact[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo3OntzOjU6InRpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjU6ImVtYWlsIjthOjI6e3M6NToidmFsdWUiO3M6MjI6ImpvaG5vQHVuYXNncmluZGluZy5jb20iO3M6NToib3JkZXIiO2k6MTt9czo1OiJwaG9uZSI7YToyOntzOjU6InZhbHVlIjtzOjEzOiIoODYwKTI4OS0xNTM4IjtzOjU6Im9yZGVyIjtpOjI7fXM6MzoiZmF4IjthOjI6e3M6NToidmFsdWUiO3M6MDoiIjtzOjU6Im9yZGVyIjtpOjM7fXM6NzoiYWRkcmVzcyI7YToyOntzOjU6InZhbHVlIjtzOjM2OiIyOCBDaGVycnkgU3QuDQpFLiBIYXJ0Zm9yZCwgQ1QgMDYxMjAiO3M6NToib3JkZXIiO2k6NDt9czo2OiJsYWJlbHMiO2E6Mjp7czo1OiJ2YWx1ZSI7czozOiJ5ZXMiO3M6NToib3JkZXIiO2k6NTt9czozOiJtYXAiO2E6Mjp7czo1OiJ2YWx1ZSI7czozOiJ5ZXMiO3M6NToib3JkZXIiO2k6Njt9fQ==\",\n \"title\": \"Contact Us\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"635beda2c6176da2ff5aefe491964bd4\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','d97af66c-bc6c-4c6f-9b0c-a61481c23a1a','','','2017-11-13 21:25:46','2017-11-13 21:25:46','',0,'http://unasgrinding.com/wordpress/2017/11/13/d97af66c-bc6c-4c6f-9b0c-a61481c23a1a/',0,'customize_changeset','',0),(89,1,'2017-11-13 21:28:27','2017-11-13 21:28:27','{\n \"widget_primer-hero-text[6]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEzOiJWaWV3IE91ciBXb3JrIjtzOjExOiJidXR0b25fbGluayI7czo0NDoiaHR0cDovL3VuYXNncmluZGluZy5jb20vd29yZHByZXNzL2NvbnRhY3QtdXMiO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"d8a8419c71bc0628ae7d20bed7b3401c\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"widget_primer-hero-text[3]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEzOiJSZXF1ZXN0IFF1b3RlIjtzOjExOiJidXR0b25fbGluayI7czo0ODoiaHR0cDovL3VuYXNncmluZGluZy5jb20vd29yZHByZXNzL3JlcXVlc3QtcXVvdGUvIjt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"b486d6255bd31272937f9f4db4a03baa\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','ab52755b-4dd0-4425-bbae-b8d54022a663','','','2017-11-13 21:28:27','2017-11-13 21:28:27','',0,'http://unasgrinding.com/wordpress/?p=89',0,'customize_changeset','',0),(90,1,'2017-11-13 21:29:49','2017-11-13 21:29:49','This is Work View page.','View Our Work','','trash','closed','closed','','view-our-work__trashed','','','2017-11-14 15:12:04','2017-11-14 15:12:04','',0,'http://unasgrinding.com/wordpress/?page_id=90',0,'page','',0),(92,1,'2017-11-13 21:29:49','2017-11-13 21:29:49','This is Work View page.','View Our Work','','inherit','closed','closed','','90-revision-v1','','','2017-11-13 21:29:49','2017-11-13 21:29:49','',90,'http://unasgrinding.com/wordpress/2017/11/13/90-revision-v1/',0,'revision','',0),(93,1,'2017-11-13 21:31:16','2017-11-13 21:31:16','{\n \"widget_primer-hero-text[6]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEzOiJWaWV3IE91ciBXb3JrIjtzOjExOiJidXR0b25fbGluayI7czo0ODoiaHR0cDovL3VuYXNncmluZGluZy5jb20vd29yZHByZXNzL3ZpZXctb3VyLXdvcmsvIjt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"e5b97b4774f2f3a96d20b1cc54ca8d3d\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','ffa87486-650d-4292-b014-cf0e7f3ae1eb','','','2017-11-13 21:31:16','2017-11-13 21:31:16','',0,'http://unasgrinding.com/wordpress/?p=93',0,'customize_changeset','',0),(94,1,'2017-11-13 21:34:00','2017-11-13 21:34:00','{\n \"sidebars_widgets[hero]\": {\n \"value\": [\n \"primer-hero-text-6\",\n \"primer-hero-text-3\",\n \"primer-hero-text-8\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"nav_menu_item[91]\": {\n \"value\": false,\n \"type\": \"nav_menu_item\",\n \"user_id\": 1\n },\n \"widget_primer-hero-text[8]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEwOiJDb250YWN0IFVzIjtzOjExOiJidXR0b25fbGluayI7Tjt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"caa93a526574eb7ab156db2ed5f9305b\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','2dae2e1d-d2ae-417b-9e69-c9ecd213d261','','','2017-11-13 21:34:00','2017-11-13 21:34:00','',0,'http://unasgrinding.com/wordpress/?p=94',0,'customize_changeset','',0),(95,1,'2017-11-13 21:34:15','2017-11-13 21:34:15','{\n \"sidebars_widgets[hero]\": {\n \"value\": [\n \"primer-hero-text-6\",\n \"primer-hero-text-8\",\n \"primer-hero-text-3\"\n ],\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','97068372-4f72-437f-89e6-523318bc6597','','','2017-11-13 21:34:15','2017-11-13 21:34:15','',0,'http://unasgrinding.com/wordpress/2017/11/13/97068372-4f72-437f-89e6-523318bc6597/',0,'customize_changeset','',0),(96,1,'2017-11-13 21:37:08','2017-11-13 21:37:08','{\n \"widget_primer-hero-text[8]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtOO3M6NDoidGV4dCI7czowOiIiO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjEwOiJDb250YWN0IFVzIjtzOjExOiJidXR0b25fbGluayI7czo0NToiaHR0cDovL3VuYXNncmluZGluZy5jb20vd29yZHByZXNzL2NvbnRhY3QtdXMvIjt9\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"96455750a56ad6f8386bccfb8f67d21d\"\n },\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','128ed970-b968-4103-bf30-df7e19634ded','','','2017-11-13 21:37:08','2017-11-13 21:37:08','',0,'http://unasgrinding.com/wordpress/?p=96',0,'customize_changeset','',0),(138,1,'2017-11-14 14:58:18','2017-11-14 14:58:18','http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/tesseract.zip','tesseract.zip','','private','open','closed','','tesseract-zip','','','2017-11-14 14:58:18','2017-11-14 14:58:18','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/tesseract.zip',0,'attachment','',0),(139,1,'2017-11-14 15:00:03','0000-00-00 00:00:00','{\n \"old_sidebars_widgets_data\": {\n \"value\": {\n \"wp_inactive_widgets\": [\n \"wpcw_contact-4\",\n \"primer-hero-text-4\",\n \"nav_menu-3\",\n \"text-2\",\n \"text-3\",\n \"text-4\",\n \"text-5\"\n ],\n \"sidebar-1\": [\n \"search-2\",\n \"recent-posts-2\",\n \"recent-comments-2\",\n \"archives-2\",\n \"categories-2\",\n \"nav_menu-2\",\n \"meta-2\"\n ],\n \"sidebar-2\": [\n \"wpcw_social-2\"\n ],\n \"footer-1\": [\n \"wpcw_social-4\"\n ],\n \"footer-2\": [\n \"wpcw_contact-2\"\n ],\n \"footer-3\": [],\n \"hero\": [\n \"primer-hero-text-6\",\n \"primer-hero-text-8\",\n \"primer-hero-text-3\"\n ]\n },\n \"type\": \"global_variable\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','04ea07f8-eabf-423e-a012-18106aec0cc6','','','2017-11-14 15:00:03','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?p=139',0,'customize_changeset','',0),(140,1,'2017-11-14 15:02:29','2017-11-14 15:02:29','<h2>Contact Us Today</h2>\n<h4>For your free consultation!</h4>\n <h2 style=\"text-align: center;\">(310) 743-3190</h2>\n <h2 style=\"text-align: center;\">Feedback@Tesseracttheme.com</h2>\n <h2 style=\"text-align: center;\">2711 Beach Rd. Malibu, CA</h2>\n <p>[contact-form-7 id=\"255\" title=\"Contact form 1\"]</p>\n','contact 3','','publish','closed','closed','','contact-3','','','2017-11-14 15:02:29','2017-11-14 15:02:29','',0,'http://unasgrinding.com/wordpress/2017/11/14/contact-3/',0,'fl-builder-template','',0),(141,1,'2017-11-14 15:02:30','2017-11-14 15:02:30','<h2>Treatments</h2>\n<h2>Photo Facial</h2>\n <p style=\"text-align: center;\">Treats sun damage by effectively eliminating age spots, hyperpigmentation, rosecea & small spider veins while stimulating collagen growth for a more youthful look.</p>\n<h2 style=\"text-align: center;\"></h2>\n<h2>$100</h2>\n<h2>Chemical Peel</h2>\n <p style=\"text-align: center;\">Removes the surface layer of the skin while penetrating deep to activate rejuvenating functions in the skin. This allows a new, healthier skin surface to emerge.</p>\n<h2>$200</h2>\n<h2>Microdermabrasion</h2>\n <p style=\"text-align: center;\">Is an easy, safe and effective anti-aging treatment. Our dual diamond tip and crystal microderm machine removes the surface layer, softens fine lines and wrinkles.</p>\n<h2 style=\"text-align: center;\"></h2>\n<h2>$250</h2>\n','treatments','','publish','closed','closed','','nature','','','2017-11-14 15:02:30','2017-11-14 15:02:30','',0,'http://unasgrinding.com/wordpress/2017/11/14/nature/',0,'fl-builder-template','',0),(142,1,'2017-11-14 15:02:30','2017-11-14 15:02:30','<h2>Be You...</h2>\n<h4>Be Creative</h4>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\" alt=\"5ufn4ly4jwq-eduardo-espinoza-raggi\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\" alt=\"zx5uks3zc60-laura-aziz\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\" alt=\"bo5bswjwgui-dana-critchlow\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\" alt=\"zsivhindnsq-oskar-vertetics\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\" alt=\"1prq2mhw-fo-micah-h\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\" alt=\"wjkc3xzjsxw-geran-de-klerk\" itemprop=\"image\" />\n ','gallery 2','','publish','closed','closed','','gallery-2','','','2017-11-14 15:02:30','2017-11-14 15:02:30','',0,'http://unasgrinding.com/wordpress/2017/11/14/gallery-2/',0,'fl-builder-template','',0),(143,1,'2017-11-14 15:02:30','2017-11-14 15:02:30','<h2>HELLO,</h2>\n<h2>TALK TO US...</h2>\n <p>You can email us at <a dir=\"ltr\" style=\"color: #808080;\" tabindex=\"-1\" href=\"mailto:TylerMoore@gmail.com\" target=\"_blank\" rel=\"nofollow noreferrer\" data-display=\"TylerMoore@gmail.com\" data-sanitized=\"mailto:TylerMoore@gmail.com\">TylerMoore@gmail.com</a> or<br />\nCall us at (310) 743-3190</p>\n','contact 1','','publish','closed','closed','','contact-1','','','2017-11-14 15:02:30','2017-11-14 15:02:30','',0,'http://unasgrinding.com/wordpress/2017/11/14/contact-1/',0,'fl-builder-template','',0),(144,1,'2017-11-14 15:02:30','2017-11-14 15:02:30','<h2>Why we love Google Cardboard</h2>\n <iframe width=\"700\" height=\"394\" src=\"https://www.youtube.com/embed/eT9vmpE8WcY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>\n <p style=\"text-align: center;\"><a style=\"color: #ffffff;\" href=\"../about/\">We understand</a> that you want to have loads of fun, that\'s why we made Google Cardboard. <a style=\"color: #ffffff;\" href=\"../contact/\">Contact us</a> to get it.</p>\n','services 3','','publish','closed','closed','','services-3','','','2017-11-14 15:02:30','2017-11-14 15:02:30','',0,'http://unasgrinding.com/wordpress/2017/11/14/services-3/',0,'fl-builder-template','',0),(145,1,'2017-11-14 15:02:30','2017-11-14 15:02:30','<h2>Have the best time enjoying your new Google Cardboard</h2>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\" alt=\"youtube-1\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\" alt=\"wallet-1\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\" alt=\"analytics-1\" itemprop=\"image\" />\n <p style=\"text-align: center;\"><strong>Play Videos On Youtube</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\n <p style=\"text-align: center;\"><strong>Pay on Google Wallet</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\n <p style=\"text-align: center;\"><strong>Grow With Educational Videos</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\n <p style=\"text-align: center;\"><a href=\"../contact/\"><strong>Contact Us Today »</strong></a></p>\n<h2>DISCOVER WHOLE NEW WORLDS</h2>\n','services 2','','publish','closed','closed','','services-2','','','2017-11-14 15:02:30','2017-11-14 15:02:30','',0,'http://unasgrinding.com/wordpress/2017/11/14/services-2/',0,'fl-builder-template','',0),(146,1,'2017-11-14 15:02:30','2017-11-14 15:02:30','<h2>About Our Team</h2>\n<h4>Experience virtual reality on your phone with Google Cardboard. Immerse yourself in these hand-picked apps. Learn more and get your own Cardboard at g.co/cardboard.</h4>\n <p style=\"text-align: center;\">Google Analytics Premium helped us improve engagement by 33% and click-throughs by 21% for content promotions on our homepage.</p>\n<p> </p>\n<p style=\"text-align: center;\"><a href=\"../services/\">SEE ALL OUR SERVICES »</a></p>\n','google about 1','','publish','closed','closed','','google-about-1','','','2017-11-14 15:02:30','2017-11-14 15:02:30','',0,'http://unasgrinding.com/wordpress/2017/11/14/google-about-1/',0,'fl-builder-template','',0),(147,1,'2017-11-14 15:02:31','2017-11-14 15:02:31','\n <h3>GOT CARDBOARD?</h3>\n<p> </p>\n<p>Visit new places, play immersive games, fly through space and more.</p>\n<p> </p>\n<p><a href=\"about\">LEARN MORE</a></p>\n<h2>So what are you waiting for?</h2>\n<h4>Check out what we can do for you so you can start on the right foot.</h4>\n <p style=\"text-align: center;\"><a style=\"color: #ffffff;\" href=\"about\">Learn About Us »</a></p>','got cardboard 1','','publish','closed','closed','','got-cardboard-1','','','2017-11-14 15:02:31','2017-11-14 15:02:31','',0,'http://unasgrinding.com/wordpress/2017/11/14/got-cardboard-1/',0,'fl-builder-template','',0),(148,1,'2017-11-14 15:02:31','2017-11-14 15:02:31','\n <h3>GET A VIEWER</h3>\n<p> </p>\n<p>Get it, fold it and look inside to enter the world of Cardboard. It’s a VR experience starting with a simple viewer anyone can build or buy. Once you have it, you can explore a variety of apps that unfold all around you.</p>\n<p> </p>\n<p><a href=\"services\">GET A VIEWER</a></p>\n','get viewer 1','','publish','closed','closed','','get-viewer-1','','','2017-11-14 15:02:31','2017-11-14 15:02:31','',0,'http://unasgrinding.com/wordpress/2017/11/14/get-viewer-1/',0,'fl-builder-template','',0),(149,1,'2017-11-14 15:02:31','2017-11-14 15:02:31','<a href=\"\" target=\"_top\">\n Schedule \n </a><a href=\"\" target=\"_top\">\n Call Us Today \n </a>\n <p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam odio massa, ornare eu pellentesque eget, vestibulum in ligula. Nunc id enim diam. Suspendisse eu mollis sem, dapibus pretium massa. Nullam nec consequat leo, ac blandit libero. Phasellus tempor arcu a tristique vehicula. </p>\n','Contact 2','','publish','closed','closed','','contact','','','2017-11-14 15:02:31','2017-11-14 15:02:31','',0,'http://unasgrinding.com/wordpress/2017/11/14/contact/',0,'fl-builder-template','',0),(150,1,'2017-11-14 15:02:31','2017-11-14 15:02:31','<h2>GOOGLE CARDBOARD</h2>\n <p>Experience virtual reality in a simple,<br />\nfun, and affordable way.</p>\n<h2>IMMERSIVE EXPERIENCES FOR EVERYONE</h2>\n','hero-home-1','','publish','closed','closed','','hero-home-1','','','2017-11-14 15:02:31','2017-11-14 15:02:31','',0,'http://unasgrinding.com/wordpress/2017/11/14/hero-home-1/',0,'fl-builder-template','',0),(151,1,'2017-11-14 15:02:31','2017-11-14 15:02:31','\n <p style=\"text-align: center;\"><strong>Beach Cities</strong></p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\" alt=\"woman-pointing\" itemprop=\"image\" />\n <p style=\"text-align: center;\"><strong>Sufin\' the web!</strong></p><p style=\"text-align: center;\"> </p><p>The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. </p>\n <p style=\"text-align: center;\">\"\"The joy of surfing is so many things combined, from the physical exertion of it, to the challenge of it, to the mental side of the sport.\"</p>\n<p style=\"text-align: center;\"><em>- Kelly Slater</em></p>\n','Home 1','','publish','closed','closed','','home-1','','','2017-11-14 15:02:31','2017-11-14 15:02:31','',0,'http://unasgrinding.com/wordpress/2017/11/14/home-1/',0,'fl-builder-template','',0),(152,1,'2017-11-14 15:02:31','2017-11-14 15:02:31','<h2>Our Blog</h2>\n<h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</h4>\n<h2>Blog Post</h2>\n Posted by Tyler on July 5, 2015 \n <h2>\n <a href=\"http://content.tesseracttheme.com/2015/test-post-03/\">\n Test Post 03 </a>\n </h2>\n <a href=\"http://content.tesseracttheme.com/2015/test-post-03/\">\n <img width=\"700\" height=\"468\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1429308755210-25a272addeb3-1024x684.jpg\" alt=\"photo-1429308755210-25a272addeb3\" srcset=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1429308755210-25a272addeb3-300x200.jpg 300w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1429308755210-25a272addeb3-1024x684.jpg 1024w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1429308755210-25a272addeb3-e1440790827836.jpg 1200w\" sizes=\"(max-width: 700px) 100vw, 700px\" /> \n </a>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio . Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris . Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent<a href=\"http://content.tesseracttheme.com/2015/test-post-03/\"> …</a></p>\n Posted by Tyler on July 5, 2015 \n <h2>\n <a href=\"http://content.tesseracttheme.com/2015/test-post-02/\">\n Test Post 02 </a>\n </h2>\n <a href=\"http://content.tesseracttheme.com/2015/test-post-02/\">\n <img width=\"683\" height=\"1024\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1428930377079-45a584b6dd6b-683x1024.jpg\" alt=\"photo-1428930377079-45a584b6dd6b\" srcset=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1428930377079-45a584b6dd6b-200x300.jpg 200w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1428930377079-45a584b6dd6b-683x1024.jpg 683w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1428930377079-45a584b6dd6b-300x450.jpg 300w\" sizes=\"(max-width: 683px) 100vw, 683px\" /> \n </a>\n <p>Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc<a href=\"http://content.tesseracttheme.com/2015/test-post-02/\"> …</a></p>\n Posted by Tyler on July 5, 2015 \n <h2>\n <a href=\"http://content.tesseracttheme.com/2015/test-post-01/\">\n Test Post 01 </a>\n </h2>\n <a href=\"http://content.tesseracttheme.com/2015/test-post-01/\">\n <img width=\"700\" height=\"467\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1433838552652-f9a46b332c40-1024x683.jpg\" alt=\"photo-1433838552652-f9a46b332c40\" srcset=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1433838552652-f9a46b332c40-300x200.jpg 300w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1433838552652-f9a46b332c40-1024x683.jpg 1024w\" sizes=\"(max-width: 700px) 100vw, 700px\" /> \n </a>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia<a href=\"http://content.tesseracttheme.com/2015/test-post-01/\"> …</a></p>\n Posted by Tyler on May 15, 2015 \n <h2>\n <a href=\"http://content.tesseracttheme.com/2015/create-a-wordpress-website-2015/\">\n Create a WordPress Website 2015 </a>\n </h2>\n <p>Create a WordPress Website 2015 In this lesson I show you how to create a website step by step with no step skipped. You will be learning how to do everything in 2 hours. How to setup hosting, create a WordPress website, install a theme, get free images.</p>\n Posted by Tyler on September 16, 2014 \n <h2>\n <a href=\"http://content.tesseracttheme.com/2014/hello-world/\">\n Hello world! </a>\n </h2>\n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>\n','Blog Layout','','publish','closed','closed','','blog-layout','','','2017-11-14 15:02:31','2017-11-14 15:02:31','',0,'http://unasgrinding.com/wordpress/2017/11/14/blog-layout/',0,'fl-builder-template','',0),(153,1,'2017-11-14 15:02:31','2017-11-14 15:02:31','\n <p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\n <h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\" alt=\"morocco-123961_1280\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\" alt=\"mountains-863474_1280\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\" alt=\"mt-fuji-477832_1920\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\" alt=\"iceberg-404966_1920\" itemprop=\"image\" />\n <p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>','About Us','','publish','closed','closed','','about-us','','','2017-11-14 15:02:31','2017-11-14 15:02:31','',0,'http://unasgrinding.com/wordpress/2017/11/14/about-us/',0,'fl-builder-template','',0),(154,1,'2017-11-14 15:02:31','2017-11-14 15:02:31',' <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\" alt=\"moon1\" itemprop=\"image\" />\r\n <h1><strong>Our Pricing Perspective</strong></h1>\r\n<p>Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</p>\r\n<p>For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</p>\r\n<p>We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</p>\r\n','Color Image Text Box','','publish','closed','closed','','color-image-text-box','','','2017-11-14 15:02:31','2017-11-14 15:02:31','',0,'http://unasgrinding.com/wordpress/2017/11/14/color-image-text-box/',0,'fl-builder-template','',0),(155,1,'2017-11-14 15:02:32','2017-11-14 15:02:32','\n <h1 style=\"text-align: center;\"><strong>The funny thing is, it actually works.</strong></h1>\n <h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n <h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n <h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n <h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n <h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n <h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>','6 Text Boxes','','publish','closed','closed','','6-text-boxes','','','2017-11-14 15:02:32','2017-11-14 15:02:32','',0,'http://unasgrinding.com/wordpress/2017/11/14/6-text-boxes/',0,'fl-builder-template','',0),(156,1,'2017-11-14 15:02:32','2017-11-14 15:02:32','\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n <h3>Title Here</h3><p>Description of what it is is right here.</p>','Video Page','','publish','closed','closed','','video-page','','','2017-11-14 15:02:32','2017-11-14 15:02:32','',0,'http://unasgrinding.com/wordpress/2017/11/14/video-page/',0,'fl-builder-template','',0),(157,1,'2017-11-14 15:02:32','2017-11-14 15:02:32','\n <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\n <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>','Video','','publish','closed','closed','','video','','','2017-11-14 15:02:32','2017-11-14 15:02:32','',0,'http://unasgrinding.com/wordpress/2017/11/14/video/',0,'fl-builder-template','',0),(158,1,'2017-11-14 15:02:32','2017-11-14 15:02:32','\n <h1 style=\"text-align: center;\"><strong>Glacier Snow</strong></h1>','Simple Hero','','publish','closed','closed','','simple-hero','','','2017-11-14 15:02:32','2017-11-14 15:02:32','',0,'http://unasgrinding.com/wordpress/2017/11/14/simple-hero/',0,'fl-builder-template','',0),(159,1,'2017-11-14 15:02:32','2017-11-14 15:02:32','\n <p>Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed</p>\n<p>Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</p>\n<p>Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</p>\n<p>Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</p>\n','Simple Paragraph','','publish','closed','closed','','simple-paragraph','','','2017-11-14 15:02:32','2017-11-14 15:02:32','',0,'http://unasgrinding.com/wordpress/2017/11/14/simple-paragraph/',0,'fl-builder-template','',0),(160,1,'2017-11-14 15:02:32','2017-11-14 15:02:32','\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\" alt=\"snowboard-113784_1280\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\" alt=\"backcountry-248984_1280\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\" alt=\"winter-234721_1280\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\" alt=\"snow-745677_1280\" itemprop=\"image\" />\n ','4 Images','','publish','closed','closed','','4-images','','','2017-11-14 15:02:32','2017-11-14 15:02:32','',0,'http://unasgrinding.com/wordpress/2017/11/14/4-images/',0,'fl-builder-template','',0),(161,1,'2017-11-14 15:02:32','2017-11-14 15:02:32','\n <p style=\"text-align: center;\">Learn what Tyler can Do for you. <a href=\"/our-work\">Take a tour ></a></p>','CTA - Simple','','publish','closed','closed','','cta-simple','','','2017-11-14 15:02:32','2017-11-14 15:02:32','',0,'http://unasgrinding.com/wordpress/2017/11/14/cta-simple/',0,'fl-builder-template','',0),(162,1,'2017-11-14 15:02:33','2017-11-14 15:02:33','\n <p style=\"text-align: center;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</p>','Large Centered Text','','publish','closed','closed','','large-centered-text','','','2017-11-14 15:02:33','2017-11-14 15:02:33','',0,'http://unasgrinding.com/wordpress/2017/11/14/large-centered-text/',0,'fl-builder-template','',0),(163,1,'2017-11-14 15:02:33','2017-11-14 15:02:33','\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\" alt=\"10-32-19-268_640\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\" alt=\"boy-746520_640\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\" alt=\"leopard-515509_640\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n ','4 Image Boxes','','publish','closed','closed','','4-image-boxes','','','2017-11-14 15:02:33','2017-11-14 15:02:33','',0,'http://unasgrinding.com/wordpress/2017/11/14/4-image-boxes/',0,'fl-builder-template','',0),(164,1,'2017-11-14 15:02:33','2017-11-14 15:02:33',' <h1 style=\"text-align: center;\"><strong><img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong>MUSIC</strong></h1><h3 style=\"text-align: center;\">Free, three month trial now available.</h3><p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music ></a> <a href=\"#\">Start listening now ></a></p>','Hero Music','','publish','closed','closed','','hero-music','','','2017-11-14 15:02:33','2017-11-14 15:02:33','',0,'http://unasgrinding.com/wordpress/2017/11/14/hero-music/',0,'fl-builder-template','',0),(165,1,'2017-11-14 15:02:33','2017-11-14 15:02:33','','Google Map','','publish','closed','closed','','google-map','','','2017-11-14 15:02:33','2017-11-14 15:02:33','',0,'http://unasgrinding.com/wordpress/2017/11/14/google-map/',0,'fl-builder-template','',0),(166,1,'2017-11-14 15:02:33','2017-11-14 15:02:33',' <h1 style=\"text-align: center;\">EXPLORE</h1><h3 style=\"text-align: center;\">everything and do what you love</h3><p style=\"text-align: center;\"><a href=\"/about\">Our Mission</a> <a href=\"/our-work\">View Our Work</a></p>','Hero Explore','','publish','closed','closed','','hero-explore','','','2017-11-14 15:02:33','2017-11-14 15:02:33','',0,'http://unasgrinding.com/wordpress/2017/11/14/hero-explore/',0,'fl-builder-template','',0),(167,1,'2017-11-14 15:02:33','2017-11-14 15:02:33','\n <h1>Little Lion</h1>\n<p>The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</p>\n','Full Width Image, Right Text','','publish','closed','closed','','full-width-image-right-text','','','2017-11-14 15:02:33','2017-11-14 15:02:33','',0,'http://unasgrinding.com/wordpress/2017/11/14/full-width-image-right-text/',0,'fl-builder-template','',0),(168,1,'2017-11-14 15:02:33','2017-11-14 15:02:33','\n <h1>Higher Still</h1>\n<p>Get back to nature, nature knows that this is the journey of your soul. Reconnect and rediscover yourself again.</p>\n','Full Width Image, Left Text','','publish','closed','closed','','full-width-image-left-text','','','2017-11-14 15:02:33','2017-11-14 15:02:33','',0,'http://unasgrinding.com/wordpress/2017/11/14/full-width-image-left-text/',0,'fl-builder-template','',0),(169,1,'2017-11-14 15:02:34','2017-11-14 15:02:34',' <h1>Schedule a Visit</h1>\r\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\r\n <p style=\"text-align: center;\"><a href=\"/contact\"> Schedule It</a> <a href=\"/our-work\">See Our Work</a></p>','Call To Action 1','','publish','closed','closed','','call-to-action-1','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/call-to-action-1/',0,'fl-builder-template','',0),(170,1,'2017-11-14 15:02:34','2017-11-14 15:02:34','\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\" alt=\"Begin\" itemprop=\"image\" />\n <h1>Begin</h1><p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>','Right Text, Left Image','','publish','closed','closed','','right-text-left-image','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/right-text-left-image/',0,'fl-builder-template','',0),(171,1,'2017-11-14 15:02:34','2017-11-14 15:02:34','\n <h1>Relax</h1><p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\" alt=\"Relax\" itemprop=\"image\" />\n ','Left Text, Right Image','','publish','closed','closed','','left-text-right-image','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/left-text-right-image/',0,'fl-builder-template','',0),(172,1,'2017-11-14 15:02:34','2017-11-14 15:02:34','\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\" alt=\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape\" itemprop=\"image\" />\n <h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n <h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\" alt=\"photo-1416949929422-a1d9c8fe84af-landscape\" itemprop=\"image\" />\n ','4 Square','','publish','closed','closed','','4-square','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/4-square/',0,'fl-builder-template','',0),(173,1,'2017-11-14 15:02:34','2017-11-14 15:02:34','\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\" alt=\"Stella-Dog\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\" alt=\"Tyler-Beach\" itemprop=\"image\" />\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\" alt=\"Jennifer\" itemprop=\"image\" />\n ','3 Image Boxes','','publish','closed','closed','','3-image-boxes','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/3-image-boxes/',0,'fl-builder-template','',0),(174,1,'2017-11-14 15:02:34','2017-11-14 15:02:34','\n <h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done. Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service. You will love it. Develop your skills and wow people with your amazing website. Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This ></a></p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\" alt=\"mt-fuji-477832_1920-1580x480\" itemprop=\"image\" />\n ','Center Text & Image','','publish','closed','closed','','center-text-image','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/center-text-image/',0,'fl-builder-template','',0),(175,1,'2017-11-14 15:02:34','2017-11-14 15:02:34','\n <p style=\"text-align: center;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</p><p style=\"text-align: center;\"><em>- Walt Disney</em></p>','Simple Quote','','publish','closed','closed','','simple-quote','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/simple-quote/',0,'fl-builder-template','',0),(176,1,'2017-11-14 15:02:34','2017-11-14 15:02:34','\n <p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>','Just an Image','','publish','closed','closed','','just-an-image','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/just-an-image/',0,'fl-builder-template','',0),(177,1,'2017-11-14 15:02:34','2017-11-14 15:02:34','\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\" alt=\"float1\" itemprop=\"image\" />\n <h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a href=\"/services\">View Services</a></p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\" alt=\"Gallery\" itemprop=\"image\" />\n <h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a href=\"/our-work\">Our Work</a></p>\n <img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\" alt=\"Ocean-Squid\" itemprop=\"image\" />\n <h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a href=\"/contact\">Contact Us</a></p>','3 Featured Boxes','','publish','closed','closed','','3-featured-boxes','','','2017-11-14 15:02:34','2017-11-14 15:02:34','',0,'http://unasgrinding.com/wordpress/2017/11/14/3-featured-boxes/',0,'fl-builder-template','',0),(178,1,'2017-11-14 15:02:35','2017-11-14 15:02:35','<h2></h2>\n<h2>DISCOVER</h2>\n<h4>discover the truth, that you\'re already here</h4>\n','Discover Home','','publish','closed','closed','','discover-home','','','2017-11-14 15:02:35','2017-11-14 15:02:35','',0,'http://unasgrinding.com/wordpress/2017/11/14/discover-home/',0,'fl-builder-template','',0),(179,1,'2017-11-14 15:36:12','2017-11-14 15:36:12','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]\nUnas Grinding Corp \"[your-subject]\"\n[your-name] <wordpress@unasgrinding.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\njc@pcpros.com\nReply-To: [your-email]\n\n0\n0\n\nUnas Grinding Corp \"[your-subject]\"\nUnas Grinding Corp <wordpress@unasgrinding.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\n[your-email]\nReply-To: jc@pcpros.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-11-14 15:36:12','2017-11-14 15:36:12','',0,'http://unasgrinding.com/wordpress/?post_type=wpcf7_contact_form&p=179',0,'wpcf7_contact_form','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(36,3,0),(39,3,0),(42,3,0),(45,3,0),(48,3,0),(51,3,0),(54,3,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(3,3,'nav_menu','',0,7),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_type','',0,0),(7,7,'product_type','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Main','main',0),(4,'simple','simple',0),(5,'grouped','grouped',0),(6,'variable','variable',0),(7,'external','external',0),(8,'exclude-from-search','exclude-from-search',0),(9,'exclude-from-catalog','exclude-from-catalog',0),(10,'featured','featured',0),(11,'outofstock','outofstock',0),(12,'rated-1','rated-1',0),(13,'rated-2','rated-2',0),(14,'rated-3','rated-3',0),(15,'rated-4','rated-4',0),(16,'rated-5','rated-5',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','unasgrinding'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'default_password_nag',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"400be8f678442da335a8abcc4d5c44c1b9426050b7b85e805478b4a9fbbca37a\";a:4:{s:10:\"expiration\";i:1510763269;s:2:\"ip\";s:12:\"24.147.252.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5\";s:5:\"login\";i:1510590469;}s:64:\"4e1b58d9e55ebd5f85beef929b11bc354e6be71d6bf1137928332eb743b93106\";a:4:{s:10:\"expiration\";i:1510842426;s:2:\"ip\";s:12:\"24.147.252.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5\";s:5:\"login\";i:1510669626;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','3'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"24.147.252.0\";}'),(19,1,'managenav-menuscolumnshidden','a:2:{i:0;s:11:\"link-target\";i:1;s:3:\"xfn\";}'),(20,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(21,1,'wporg_favorites','wsurferdude'),(22,1,'wp_user-settings','widgets_access=on&libraryContent=browse'),(23,1,'wp_user-settings-time','1510594328'),(24,1,'nav_menu_recently_edited','3'),(25,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'unasgrinding','$P$BdST5.WGMnYDDwfdtwsqQPQjAFvNX7.','unasgrinding','jc@pcpros.com','','2017-10-03 15:18:55','',0,'unasgrinding'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_log` -- DROP TABLE IF EXISTS `wp_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_log` -- LOCK TABLES `wp_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (1,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:663:\"a:25:{s:2:\"id\";i:1;s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b:0;s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:13:\"jc@pcpros.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1510842998); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02bb5aa_0' -- /*!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-11-14 10:44:30