0byt3m1n1
Path:
/
data
/
15
/
2
/
72
/
69
/
2561721
/
meta
/
2808122
/
mysql.backup
/
[
Home
]
File: 1_033e6f9_4.mysqlcluster7.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster7 Database: 1_033e6f9_4 -- ------------------------------------------------------ -- Server version 5.6.34-79.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (1,4,'akismet_result','false'),(4,4,'akismet_history','a:3:{s:4:\"time\";d:1444714764.6480861;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"dario\";}'),(7,7,'akismet_result','false'),(10,7,'akismet_history','a:3:{s:4:\"time\";d:1445211822.794591;s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:5:\"dario\";}'); /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2016-02-09 16:31:36','2016-02-09 16:31:36','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'post-trashed','','',0,0),(4,199,'Dario Pineda','dario.pi.mo@gmail.com','http://theme-fusion.com/avada','69.46.2.66','2015-10-13 05:39:24','2015-10-13 05:39:24','Integer rhoncus sagittis diam, sed congue dui iaculis a. Proin tempor malesuada nulla a placerat. Donec id aliquam turpis. Suspendisse quis felis erat.',0,'post-trashed','','',0,0),(7,199,'Dario Pineda','dario.pi.mo@gmail.com','http://theme-fusion.com/avada','69.46.2.66','2015-10-18 23:43:42','2015-10-18 23:43:42','Etiam eu velit non nibh mollis vehicula. Aliquam euismod magna lacus, a maximus justo cursus ac. Proin ut bibendum odio. Praesent cursus massa quis leo malesuada venenatis non sagittis nisl. Proin leo dui, tincidunt convallis pulvinar vulputate, interdum sollicitudin nisi.',0,'post-trashed','','',4,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frm_fields` -- DROP TABLE IF EXISTS `wp_frm_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_frm_fields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `field_key` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` text COLLATE utf8mb4_unicode_ci, `description` longtext COLLATE utf8mb4_unicode_ci, `type` text COLLATE utf8mb4_unicode_ci, `default_value` longtext COLLATE utf8mb4_unicode_ci, `options` longtext COLLATE utf8mb4_unicode_ci, `field_order` int(11) DEFAULT '0', `required` int(1) DEFAULT NULL, `field_options` longtext COLLATE utf8mb4_unicode_ci, `form_id` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `field_key` (`field_key`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=302 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_frm_fields` -- LOCK TABLES `wp_frm_fields` WRITE; /*!40000 ALTER TABLE `wp_frm_fields` DISABLE KEYS */; INSERT INTO `wp_frm_fields` VALUES (1,'qh4icy','Name','First','text',NULL,NULL,1,1,'a:3:{s:5:\"blank\";s:0:\"\";s:14:\"separate_value\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";}',1,'2016-03-06 01:15:33'),(4,'ocfup1','Last','Last','text',NULL,NULL,2,1,'a:3:{s:5:\"label\";s:6:\"hidden\";s:5:\"blank\";s:0:\"\";s:7:\"classes\";s:8:\"frm_half\";}',1,'2016-03-06 01:15:33'),(7,'29yf4d','Email','','email',NULL,NULL,3,1,'a:3:{s:5:\"blank\";s:0:\"\";s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:7:\"classes\";s:8:\"frm_full\";}',1,'2016-03-06 01:15:33'),(10,'itt5me','Website','','url',NULL,NULL,4,0,'a:3:{s:5:\"blank\";s:0:\"\";s:7:\"invalid\";s:28:\"Please enter a valid website\";s:7:\"classes\";s:8:\"frm_full\";}',1,'2016-03-06 01:15:33'),(13,'e6lis6','Subject','','text',NULL,NULL,5,1,'a:2:{s:5:\"blank\";s:0:\"\";s:7:\"classes\";s:8:\"frm_full\";}',1,'2016-03-06 01:15:33'),(16,'9jv0r1','Message','','textarea',NULL,NULL,6,1,'a:3:{s:3:\"max\";s:1:\"5\";s:5:\"blank\";s:0:\"\";s:7:\"classes\";s:8:\"frm_full\";}',1,'2016-03-06 01:15:33'),(19,'62n6q3','Captcha','','captcha',NULL,NULL,7,0,'a:4:{s:5:\"label\";s:4:\"none\";s:5:\"blank\";s:0:\"\";s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;}',1,'2016-03-06 01:15:33'),(22,'14ya4u','Full Name','','text',NULL,NULL,1,1,'a:1:{s:7:\"classes\";s:18:\"frm_first frm_half\";}',4,'2016-03-06 01:16:20'),(25,'7odjzt','Company Name','','text',NULL,NULL,2,1,'a:1:{s:7:\"classes\";s:8:\"frm_half\";}',4,'2016-03-06 01:16:20'),(28,'olsqjv','Phone Number','','phone',NULL,NULL,3,1,'a:2:{s:7:\"invalid\";s:33:\"Please enter a valid phone number\";s:7:\"classes\";s:18:\"frm_first frm_half\";}',4,'2016-03-06 01:16:20'),(31,'1q7psq','Email','','email',NULL,NULL,4,1,'a:2:{s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:7:\"classes\";s:8:\"frm_half\";}',4,'2016-03-06 01:16:20'),(34,'s1m4wu','Problem Title','','text',NULL,NULL,5,1,'a:1:{s:13:\"default_blank\";i:0;}',4,'2016-03-06 01:16:20'),(37,'k5idle','Summary Information','Restate the problem title and/or include more descriptive summary information.','textarea',NULL,NULL,6,1,'a:2:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";}',4,'2016-03-06 01:16:20'),(40,'hvboji','Steps to Reproduce','Include any setup or preparation work and the steps we can take to reproduce the problem.','textarea',NULL,NULL,7,1,'a:2:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";}',4,'2016-03-06 01:16:20'),(43,'zafiss','Results','Describe your results and how they differed from what you expected.','textarea',NULL,NULL,8,1,'a:2:{s:4:\"size\";s:0:\"\";s:3:\"max\";i:3;}',4,'2016-03-06 01:16:20'),(46,'c6j9d8','Regression','Provide information on steps taken to isolate the problem. Under what conditions or circumstances does the problem occur or not occur.','textarea',NULL,NULL,9,1,'a:2:{s:4:\"size\";s:0:\"\";s:3:\"max\";i:3;}',4,'2016-03-06 01:16:20'),(49,'o9anup','Is there a Workaround?','','radio',NULL,'a:2:{i:0;s:3:\"Yes\";i:1;s:2:\"No\";}',10,1,'a:2:{s:5:\"label\";s:6:\"inline\";s:5:\"align\";s:6:\"inline\";}',4,'2016-03-06 01:16:20'),(52,'khy2iy','Workaround','If there is a workaround for the problem, please describe it in detail.','textarea',NULL,NULL,11,1,'a:2:{s:4:\"size\";s:0:\"\";s:3:\"max\";i:3;}',4,'2016-03-06 01:16:20'),(55,'we9h4y','Documentation & Notes','Document any additional information that might be useful in resolving the problem. ','textarea',NULL,NULL,12,1,'a:2:{s:4:\"size\";s:0:\"\";s:3:\"max\";i:3;}',4,'2016-03-06 01:16:20'),(58,'ihiiwi','Reproducibility','','select',NULL,'a:5:{i:0;s:0:\"\";i:1;s:12:\"I didn\'t try\";i:2;s:6:\"Rarely\";i:3;s:9:\"Sometimes\";i:4;s:6:\"Always\";}',13,1,'a:2:{s:4:\"size\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";}',4,'2016-03-06 01:16:20'),(61,'8xn3z1','Classification','','select',NULL,'a:9:{i:0;s:0:\"\";i:1;s:8:\"Security\";i:2;s:20:\"Crash/Hang/Data Loss\";i:3;s:11:\"Performance\";i:4;s:12:\"UI/Usability\";i:5;s:11:\"Serious Bug\";i:6;s:24:\"Other Bug/Has Workaround\";i:7;s:13:\"Feature (New)\";i:8;s:11:\"Enhancement\";}',14,1,'a:2:{s:4:\"size\";i:0;s:7:\"classes\";s:8:\"frm_half\";}',4,'2016-03-06 01:16:20'),(64,'captcha','Captcha','','captcha',NULL,NULL,15,0,'a:1:{s:5:\"label\";s:4:\"none\";}',4,'2016-03-06 01:16:20'),(67,'386hqz','MLS ID','','text',NULL,NULL,0,1,'a:1:{s:7:\"classes\";s:18:\"frm_first frm_half\";}',7,'2016-03-06 01:16:20'),(70,'u0xugh','Featured','','checkbox',NULL,'a:1:{i:0;s:8:\"Featured\";}',1,0,'a:2:{s:5:\"label\";s:6:\"hidden\";s:7:\"classes\";s:8:\"frm_half\";}',7,'2016-03-06 01:16:20'),(73,'pb9ojs','Street Address','e.g., \"123 Main St\"','text',NULL,NULL,2,1,'a:1:{s:7:\"classes\";s:8:\"frm_full\";}',7,'2016-03-06 01:16:20'),(76,'zo1tzb','City','e.g., \"Anytown\"','text',NULL,NULL,3,1,'a:1:{s:7:\"classes\";s:14:\"frm_first_half\";}',7,'2016-03-06 01:16:20'),(79,'gc1dn6','State','','select',NULL,'a:51:{i:0;s:0:\"\";i:1;s:7:\"Alabama\";i:2;s:6:\"Alaska\";i:3;s:8:\"Arkansas\";i:4;s:7:\"Arizona\";i:5;s:10:\"California\";i:6;s:8:\"Colorado\";i:7;s:11:\"Connecticut\";i:8;s:8:\"Delaware\";i:9;s:7:\"Florida\";i:10;s:7:\"Georgia\";i:11;s:6:\"Hawaii\";i:12;s:5:\"Idaho\";i:13;s:8:\"Illinois\";i:14;s:7:\"Indiana\";i:15;s:4:\"Iowa\";i:16;s:6:\"Kansas\";i:17;s:8:\"Kentucky\";i:18;s:9:\"Louisiana\";i:19;s:5:\"Maine\";i:20;s:8:\"Maryland\";i:21;s:13:\"Massachusetts\";i:22;s:8:\"Michigan\";i:23;s:9:\"Minnesota\";i:24;s:11:\"Mississippi\";i:25;s:8:\"Missouri\";i:26;s:7:\"Montana\";i:27;s:8:\"Nebraska\";i:28;s:6:\"Nevada\";i:29;s:13:\"New Hampshire\";i:30;s:10:\"New Jersey\";i:31;s:10:\"New Mexico\";i:32;s:8:\"New York\";i:33;s:14:\"North Carolina\";i:34;s:12:\"North Dakota\";i:35;s:4:\"Ohio\";i:36;s:8:\"Oklahoma\";i:37;s:6:\"Oregon\";i:38;s:12:\"Pennsylvania\";i:39;s:12:\"Rhode Island\";i:40;s:14:\"South Carolina\";i:41;s:12:\"South Dakota\";i:42;s:9:\"Tennessee\";i:43;s:5:\"Texas\";i:44;s:4:\"Utah\";i:45;s:7:\"Vermont\";i:46;s:8:\"Virginia\";i:47;s:10:\"Washington\";i:48;s:13:\"West Virginia\";i:49;s:9:\"Wisconsin\";i:50;s:7:\"Wyoming\";}',4,1,'a:2:{s:4:\"size\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:20'),(82,'lsxk7v','Zip Code','','text',NULL,NULL,5,1,'a:1:{s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:20'),(85,'2c498o','Type','','select',NULL,'a:7:{i:0;s:0:\"\";i:1;s:18:\"Single Family Home\";i:2;s:29:\"Condo/Townhome/Row Home/Co-Op\";i:3;s:17:\"Multi-Family Home\";i:4;s:15:\"Mfd/Mobile Home\";i:5;s:13:\"Farms/Ranches\";i:6;s:4:\"Land\";}',6,0,'a:2:{s:4:\"size\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";}',7,'2016-03-06 01:16:20'),(88,'iy0xub','Property Status','','select',NULL,'a:5:{i:0;s:6:\"Active\";i:1;s:12:\"Sale Pending\";i:2;s:4:\"Sold\";i:3;s:13:\"Lease Pending\";i:4;s:6:\"Rented\";}',7,1,'a:2:{s:4:\"size\";i:0;s:7:\"classes\";s:8:\"frm_half\";}',7,'2016-03-06 01:16:20'),(91,'jcc8ct','Featured','','checkbox',NULL,'a:1:{i:0;s:8:\"Featured\";}',7,0,'a:1:{s:5:\"label\";s:4:\"none\";}',7,'2016-03-06 01:16:20'),(94,'q7hrhe','List Price','','text',NULL,NULL,8,1,'a:2:{s:4:\"size\";s:2:\"12\";s:7:\"classes\";s:16:\"frm_first_fourth\";}',7,'2016-03-06 01:16:20'),(97,'afngim','List Date','','date','[date]',NULL,9,0,'a:3:{s:4:\"size\";i:10;s:3:\"max\";s:2:\"10\";s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:20'),(100,'fanb9y','Sale Price','','text',NULL,NULL,10,0,'a:2:{s:4:\"size\";i:12;s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:20'),(103,'s6xy3e','Sale Date','','date',NULL,NULL,11,0,'a:3:{s:4:\"size\";i:10;s:3:\"max\";s:2:\"10\";s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:21'),(106,'owhy0q','Brief Blurb','e.g., \"Nice 4BR home west of Lantana\"','text',NULL,NULL,12,0,'a:1:{s:7:\"classes\";s:8:\"frm_full\";}',7,'2016-03-06 01:16:21'),(109,'5r1v0u','Description','A more detailed description','textarea',NULL,NULL,13,1,'a:3:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:7:\"classes\";s:8:\"frm_full\";}',7,'2016-03-06 01:16:21'),(112,'l9fov','Year Built','','text',NULL,NULL,14,0,'a:2:{s:4:\"size\";s:1:\"5\";s:7:\"classes\";s:16:\"frm_first_fourth\";}',7,'2016-03-06 01:16:21'),(115,'7pi9af','Bedrooms','','text',NULL,NULL,15,0,'a:2:{s:4:\"size\";s:1:\"5\";s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:21'),(118,'n0oo3a','Full Baths','','text',NULL,NULL,16,0,'a:2:{s:4:\"size\";s:1:\"5\";s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:21'),(121,'4qq2jl','Garage Spaces','','text',NULL,NULL,17,0,'a:2:{s:4:\"size\";s:1:\"5\";s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:21'),(124,'3kx7jj','Sqft (Living)','','text',NULL,NULL,18,0,'a:2:{s:4:\"size\";s:1:\"5\";s:7:\"classes\";s:16:\"frm_first_fourth\";}',7,'2016-03-06 01:16:21'),(127,'oepsb9','Sqft (Total)','','text',NULL,NULL,19,0,'a:2:{s:4:\"size\";s:1:\"5\";s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:21'),(130,'aixg5q','Acres','','text',NULL,NULL,20,0,'a:2:{s:4:\"size\";s:1:\"5\";s:7:\"classes\";s:10:\"frm_fourth\";}',7,'2016-03-06 01:16:21'),(133,'kd8ky1','Main Photo URL','If using a photo that is already online, you can insert the URL here.','image',NULL,NULL,21,0,'a:1:{s:7:\"classes\";s:18:\"frm_first frm_half\";}',7,'2016-03-06 01:16:21'),(136,'vjpn1j','Main Photo Upload','Or if you would like to upload the photo, this would be a good spot.','file',NULL,NULL,22,0,'a:1:{s:7:\"classes\";s:8:\"frm_half\";}',7,'2016-03-06 01:16:21'),(139,'g53yrt','NextGen Gallery ID','If you would like to post a Photo Gallery, insert the NextGen gallery ID for this home here.','text',NULL,NULL,23,0,'a:1:{s:4:\"size\";s:1:\"5\";}',7,'2016-03-06 01:16:21'),(142,'78tdwz','Property Features','','divider',NULL,NULL,24,0,'a:2:{s:5:\"label\";s:3:\"top\";s:7:\"classes\";s:15:\"frm_first_third\";}',7,'2016-03-06 01:16:21'),(145,'s10vrv','General Features','','checkbox',NULL,'a:10:{i:0;s:7:\"Balcony\";i:1;s:3:\"BBQ\";i:2;s:9:\"Courtyard\";i:3;s:16:\"Horse Facilities\";i:4;s:10:\"Greenhouse\";i:5;s:12:\"Lease Option\";i:6;s:12:\"Pets Allowed\";i:7;s:15:\"RV/Boat Parking\";i:8;s:11:\"Spa/Hot Tub\";i:9;s:15:\"Tennis Court(s)\";}',25,0,'a:1:{s:13:\"default_blank\";i:0;}',7,'2016-03-06 01:16:21'),(148,'6dyzc6','Interior','','checkbox',NULL,'a:14:{i:0;s:12:\"Ceiling Fans\";i:1;s:22:\"Custom Window Covering\";i:2;s:19:\"Disability Features\";i:3;s:21:\"Energy Efficient Home\";i:4;s:15:\"Hardwood Floors\";i:5;s:13:\"Home Warranty\";i:6;s:8:\"Intercom\";i:7;s:4:\"Pool\";i:8;s:8:\"Skylight\";i:9;s:13:\"Window Blinds\";i:10;s:16:\"Window Coverings\";i:11;s:22:\"Window Drapes/Curtains\";i:12;s:15:\"Window Shutters\";i:13;s:15:\"Vaulted Ceiling\";}',26,0,'a:1:{s:13:\"default_blank\";i:0;}',7,'2016-03-06 01:16:21'),(151,'l7ijq5','Column 2','','divider',NULL,NULL,27,0,'a:2:{s:5:\"label\";s:6:\"hidden\";s:7:\"classes\";s:9:\"frm_third\";}',7,'2016-03-06 01:16:21'),(154,'k7q7sq','Rooms','','checkbox',NULL,'a:6:{i:0;s:11:\"Dining Room\";i:1;s:11:\"Family Room\";i:2;s:10:\"Den/Office\";i:3;s:8:\"Basement\";i:4;s:12:\"Laundry Room\";i:5;s:9:\"Game Room\";}',28,0,'a:1:{s:13:\"default_blank\";i:0;}',7,'2016-03-06 01:16:21'),(157,'u87v1u','Air Conditioning','','checkbox',NULL,'a:2:{i:0;s:11:\"Central Air\";i:1;s:10:\"Forced Air\";}',29,0,'a:1:{s:13:\"default_blank\";i:0;}',7,'2016-03-06 01:16:21'),(160,'ofp1g3','Heat','','checkbox',NULL,'a:8:{i:0;s:7:\"Central\";i:1;s:8:\"Electric\";i:2;s:14:\"Multiple Units\";i:3;s:11:\"Natural Gas\";i:4;s:5:\"Solar\";i:5;s:12:\"Wall Furnace\";i:6;s:4:\"Wood\";i:7;s:4:\"None\";}',30,0,'a:1:{s:13:\"default_blank\";i:0;}',7,'2016-03-06 01:16:21'),(163,'e8o297','Fireplace','','checkbox',NULL,'a:4:{i:0;s:12:\"Freestanding\";i:1;s:11:\"Gas Burning\";i:2;s:7:\"Two-way\";i:3;s:12:\"Wood Burning\";}',31,0,'a:1:{s:13:\"default_blank\";i:0;}',7,'2016-03-06 01:16:21'),(166,'jjhjln','Column 3','','divider',NULL,NULL,32,0,'a:2:{s:5:\"label\";s:6:\"hidden\";s:7:\"classes\";s:9:\"frm_third\";}',7,'2016-03-06 01:16:21'),(169,'o3qvfd','Lot Features','','checkbox',NULL,'a:13:{i:0;s:10:\"Corner Lot\";i:1;s:10:\"Cul-de-Sac\";i:2;s:24:\"Golf Course Lot/Frontage\";i:3;s:16:\"Golf Course View\";i:4;s:10:\"Waterfront\";i:5;s:9:\"City View\";i:6;s:9:\"Lake View\";i:7;s:18:\"Hill/Mountain View\";i:8;s:10:\"Ocean View\";i:9;s:9:\"Park View\";i:10;s:10:\"River View\";i:11;s:10:\"Water View\";i:12;s:4:\"View\";}',33,0,'a:1:{s:13:\"default_blank\";i:0;}',7,'2016-03-06 01:16:21'),(172,'ukpfvd','Community Features','','checkbox',NULL,'a:11:{i:0;s:21:\"Recreation Facilities\";i:1;s:27:\"Community Security Features\";i:2;s:26:\"Community Swimming Pool(s)\";i:3;s:25:\"Community Boat Facilities\";i:4;s:22:\"Community Clubhouse(s)\";i:5;s:26:\"Community Horse Facilities\";i:6;s:25:\"Community Tennis Court(s)\";i:7;s:17:\"Community Park(s)\";i:8;s:14:\"Community Golf\";i:9;s:16:\"Senior Community\";i:10;s:24:\"Community Spa/Hot Tub(s)\";}',34,0,'a:1:{s:13:\"default_blank\";i:0;}',7,'2016-03-06 01:16:21'),(175,'5cf3th','End Columns','','divider',NULL,NULL,35,0,'a:1:{s:5:\"label\";s:4:\"none\";}',7,'2016-03-06 01:16:21'),(178,'wwtp30','Name','First','text',NULL,NULL,1,1,'a:1:{s:7:\"classes\";s:18:\"frm_first frm_half\";}',10,'2016-03-06 01:16:21'),(181,'oag1ms','Last','Last','text',NULL,NULL,2,1,'a:2:{s:5:\"label\";s:6:\"hidden\";s:7:\"classes\";s:8:\"frm_half\";}',10,'2016-03-06 01:16:21'),(184,'xnkv8k','Email','','email',NULL,NULL,3,1,'a:2:{s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:7:\"classes\";s:18:\"frm_first frm_half\";}',10,'2016-03-06 01:16:21'),(187,'7ch5ll','Website','','url',NULL,NULL,4,0,'a:2:{s:7:\"invalid\";s:28:\"Please enter a valid website\";s:7:\"classes\";s:8:\"frm_half\";}',10,'2016-03-06 01:16:21'),(190,'3l3cwp','Address','','text',NULL,NULL,5,1,'a:1:{s:7:\"classes\";s:8:\"frm_full\";}',10,'2016-03-06 01:16:21'),(193,'puitbx','Address Line 2','','text',NULL,NULL,6,0,'a:1:{s:7:\"classes\";s:8:\"frm_full\";}',10,'2016-03-06 01:16:21'),(196,'w8z3lb','City','','text',NULL,NULL,7,1,'a:1:{s:7:\"classes\";s:14:\"frm_first_half\";}',10,'2016-03-06 01:16:21'),(199,'9c57wk','State','','select',NULL,'a:53:{i:0;s:0:\"\";i:1;s:2:\"AL\";i:2;s:2:\"AK\";i:3;s:2:\"AR\";i:4;s:2:\"AZ\";i:5;s:2:\"CA\";i:6;s:2:\"CO\";i:7;s:2:\"CT\";i:8;s:2:\"DE\";i:9;s:2:\"DC\";i:10;s:2:\"FL\";i:11;s:2:\"GA\";i:12;s:2:\"HI\";i:13;s:2:\"ID\";i:14;s:2:\"IL\";i:15;s:2:\"IN\";i:16;s:2:\"IA\";i:17;s:2:\"KS\";i:18;s:2:\"KY\";i:19;s:2:\"LA\";i:20;s:2:\"ME\";i:21;s:2:\"MH\";i:22;s:2:\"MD\";i:23;s:2:\"MA\";i:24;s:2:\"MI\";i:25;s:2:\"MN\";i:26;s:2:\"MS\";i:27;s:2:\"MO\";i:28;s:2:\"MT\";i:29;s:2:\"NE\";i:30;s:2:\"NV\";i:31;s:2:\"NH\";i:32;s:2:\"NJ\";i:33;s:2:\"NM\";i:34;s:2:\"NY\";i:35;s:2:\"NC\";i:36;s:2:\"ND\";i:37;s:2:\"OH\";i:38;s:2:\"OK\";i:39;s:2:\"OR\";i:40;s:2:\"PA\";i:41;s:2:\"RI\";i:42;s:2:\"SC\";i:43;s:2:\"SD\";i:44;s:2:\"TN\";i:45;s:2:\"TX\";i:46;s:2:\"UT\";i:47;s:2:\"VT\";i:48;s:2:\"VA\";i:49;s:2:\"WA\";i:50;s:2:\"WV\";i:51;s:2:\"WI\";i:52;s:2:\"WY\";}',8,1,'a:2:{s:4:\"size\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";}',10,'2016-03-06 01:16:21'),(202,'xk12lc','Postal Code','','text',NULL,NULL,9,0,'a:1:{s:7:\"classes\";s:10:\"frm_fourth\";}',10,'2016-03-06 01:16:21'),(205,'j9nrol','Country','','select',NULL,'a:220:{i:0;s:0:\"\";i:1;s:11:\"Afghanistan\";i:2;s:7:\"Albania\";i:3;s:7:\"Algeria\";i:4;s:14:\"American Samoa\";i:5;s:7:\"Andorra\";i:6;s:6:\"Angola\";i:7;s:8:\"Anguilla\";i:8;s:10:\"Antarctica\";i:9;s:19:\"Antigua and Barbuda\";i:10;s:9:\"Argentina\";i:11;s:7:\"Armenia\";i:12;s:5:\"Aruba\";i:13;s:9:\"Australia\";i:14;s:7:\"Austria\";i:15;s:10:\"Azerbaijan\";i:16;s:7:\"Bahamas\";i:17;s:7:\"Bahrain\";i:18;s:10:\"Bangladesh\";i:19;s:8:\"Barbados\";i:20;s:7:\"Belarus\";i:21;s:7:\"Belgium\";i:22;s:6:\"Belize\";i:23;s:5:\"Benin\";i:24;s:7:\"Bermuda\";i:25;s:6:\"Bhutan\";i:26;s:7:\"Bolivia\";i:27;s:22:\"Bosnia and Herzegovina\";i:28;s:8:\"Botswana\";i:29;s:13:\"Bouvet Island\";i:30;s:6:\"Brazil\";i:31;s:30:\"British Indian Ocean Territory\";i:32;s:6:\"Brunei\";i:33;s:8:\"Bulgaria\";i:34;s:12:\"Burkina Faso\";i:35;s:7:\"Burundi\";i:36;s:8:\"Cambodia\";i:37;s:8:\"Cameroon\";i:38;s:6:\"Canada\";i:39;s:10:\"Cape Verde\";i:40;s:14:\"Cayman Islands\";i:41;s:24:\"Central African Republic\";i:42;s:4:\"Chad\";i:43;s:5:\"Chile\";i:44;s:5:\"China\";i:45;s:16:\"Christmas Island\";i:46;s:23:\"Cocos (Keeling) Islands\";i:47;s:8:\"Colombia\";i:48;s:7:\"Comoros\";i:49;s:5:\"Congo\";i:50;s:12:\"Cook Islands\";i:51;s:10:\"Costa Rica\";i:52;s:14:\"Côte d\'Ivoire\";i:53;s:18:\"Croatia (Hrvatska)\";i:54;s:4:\"Cuba\";i:55;s:6:\"Cyprus\";i:56;s:14:\"Czech Republic\";i:57;s:11:\"Congo (DRC)\";i:58;s:7:\"Denmark\";i:59;s:8:\"Djibouti\";i:60;s:8:\"Dominica\";i:61;s:18:\"Dominican Republic\";i:62;s:10:\"East Timor\";i:63;s:7:\"Ecuador\";i:64;s:5:\"Egypt\";i:65;s:11:\"El Salvador\";i:66;s:17:\"Equatorial Guinea\";i:67;s:7:\"Eritrea\";i:68;s:7:\"Estonia\";i:69;s:8:\"Ethiopia\";i:70;s:33:\"Falkland Islands (Islas Malvinas)\";i:71;s:13:\"Faroe Islands\";i:72;s:12:\"Fiji Islands\";i:73;s:7:\"Finland\";i:74;s:6:\"France\";i:75;s:13:\"French Guiana\";i:76;s:16:\"French Polynesia\";i:77;s:35:\"French Southern and Antarctic Lands\";i:78;s:5:\"Gabon\";i:79;s:6:\"Gambia\";i:80;s:7:\"Georgia\";i:81;s:7:\"Germany\";i:82;s:5:\"Ghana\";i:83;s:9:\"Gibraltar\";i:84;s:6:\"Greece\";i:85;s:9:\"Greenland\";i:86;s:7:\"Grenada\";i:87;s:10:\"Guadeloupe\";i:88;s:4:\"Guam\";i:89;s:9:\"Guatemala\";i:90;s:6:\"Guinea\";i:91;s:13:\"Guinea-Bissau\";i:92;s:6:\"Guyana\";i:93;s:5:\"Haiti\";i:94;s:8:\"Honduras\";i:95;s:13:\"Hong Kong SAR\";i:96;s:7:\"Hungary\";i:97;s:7:\"Iceland\";i:98;s:5:\"India\";i:99;s:9:\"Indonesia\";i:100;s:4:\"Iran\";i:101;s:4:\"Iraq\";i:102;s:7:\"Ireland\";i:103;s:6:\"Israel\";i:104;s:5:\"Italy\";i:105;s:7:\"Jamaica\";i:106;s:5:\"Japan\";i:107;s:6:\"Jordan\";i:108;s:10:\"Kazakhstan\";i:109;s:5:\"Kenya\";i:110;s:8:\"Kiribati\";i:111;s:5:\"Korea\";i:112;s:6:\"Kuwait\";i:113;s:10:\"Kyrgyzstan\";i:114;s:4:\"Laos\";i:115;s:6:\"Latvia\";i:116;s:7:\"Lebanon\";i:117;s:7:\"Lesotho\";i:118;s:7:\"Liberia\";i:119;s:5:\"Libya\";i:120;s:13:\"Liechtenstein\";i:121;s:9:\"Lithuania\";i:122;s:10:\"Luxembourg\";i:123;s:9:\"Macao SAR\";i:124;s:38:\"Macedonia, Former Yugoslav Republic of\";i:125;s:10:\"Madagascar\";i:126;s:6:\"Malawi\";i:127;s:8:\"Malaysia\";i:128;s:8:\"Maldives\";i:129;s:4:\"Mali\";i:130;s:5:\"Malta\";i:131;s:16:\"Marshall Islands\";i:132;s:10:\"Martinique\";i:133;s:10:\"Mauritania\";i:134;s:9:\"Mauritius\";i:135;s:7:\"Mayotte\";i:136;s:6:\"Mexico\";i:137;s:10:\"Micronesia\";i:138;s:7:\"Moldova\";i:139;s:6:\"Monaco\";i:140;s:8:\"Mongolia\";i:141;s:10:\"Montserrat\";i:142;s:7:\"Morocco\";i:143;s:10:\"Mozambique\";i:144;s:7:\"Myanmar\";i:145;s:7:\"Namibia\";i:146;s:5:\"Nauru\";i:147;s:5:\"Nepal\";i:148;s:11:\"Netherlands\";i:149;s:11:\"New Zealand\";i:150;s:9:\"Nicaragua\";i:151;s:5:\"Niger\";i:152;s:7:\"Nigeria\";i:153;s:6:\"Norway\";i:154;s:4:\"Oman\";i:155;s:8:\"Pakistan\";i:156;s:5:\"Palau\";i:157;s:9:\"Palestine\";i:158;s:6:\"Panama\";i:159;s:16:\"Papua New Guinea\";i:160;s:8:\"Paraguay\";i:161;s:4:\"Peru\";i:162;s:11:\"Philippines\";i:163;s:6:\"Poland\";i:164;s:8:\"Portugal\";i:165;s:11:\"Puerto Rico\";i:166;s:5:\"Qatar\";i:167;s:7:\"Romania\";i:168;s:6:\"Russia\";i:169;s:6:\"Rwanda\";i:170;s:21:\"Saint Kitts and Nevis\";i:171;s:11:\"Saint Lucia\";i:172;s:32:\"Saint Vincent and the Grenadines\";i:173;s:5:\"Samoa\";i:174;s:10:\"San Marino\";i:175;s:21:\"Sao Tome and Principe\";i:176;s:12:\"Saudi Arabia\";i:177;s:7:\"Senegal\";i:178;s:21:\"Serbia and Montenegro\";i:179;s:10:\"Seychelles\";i:180;s:12:\"Sierra Leone\";i:181;s:9:\"Singapore\";i:182;s:8:\"Slovakia\";i:183;s:8:\"Slovenia\";i:184;s:15:\"Solomon Islands\";i:185;s:7:\"Somalia\";i:186;s:12:\"South Africa\";i:187;s:5:\"Spain\";i:188;s:9:\"Sri Lanka\";i:189;s:5:\"Sudan\";i:190;s:8:\"Suriname\";i:191;s:9:\"Swaziland\";i:192;s:6:\"Sweden\";i:193;s:11:\"Switzerland\";i:194;s:5:\"Syria\";i:195;s:6:\"Taiwan\";i:196;s:10:\"Tajikistan\";i:197;s:8:\"Tanzania\";i:198;s:8:\"Thailand\";i:199;s:4:\"Togo\";i:200;s:5:\"Tonga\";i:201;s:19:\"Trinidad and Tobago\";i:202;s:7:\"Tunisia\";i:203;s:6:\"Turkey\";i:204;s:12:\"Turkmenistan\";i:205;s:6:\"Tuvalu\";i:206;s:6:\"Uganda\";i:207;s:7:\"Ukraine\";i:208;s:20:\"United Arab Emirates\";i:209;s:14:\"United Kingdom\";i:210;s:13:\"United States\";i:211;s:7:\"Uruguay\";i:212;s:10:\"Uzbekistan\";i:213;s:7:\"Vanuatu\";i:214;s:12:\"Vatican City\";i:215;s:9:\"Venezuela\";i:216;s:7:\"Vietnam\";i:217;s:5:\"Yemen\";i:218;s:6:\"Zambia\";i:219;s:8:\"Zimbabwe\";}',10,1,'a:1:{s:4:\"size\";i:1;}',10,'2016-03-06 01:16:21'),(208,'x1dzdf','Name','First','text',NULL,NULL,1,1,'a:1:{s:7:\"classes\";s:18:\"frm_first frm_half\";}',13,'2016-03-06 01:16:21'),(211,'57mz9h','Last','Last','text',NULL,NULL,2,1,'a:2:{s:5:\"label\";s:6:\"hidden\";s:7:\"classes\";s:8:\"frm_half\";}',13,'2016-03-06 01:16:21'),(214,'7df6al','Email','','email',NULL,NULL,3,1,'a:2:{s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:7:\"classes\";s:8:\"frm_full\";}',13,'2016-03-06 01:16:21'),(217,'4hh35l','Home Phone','','phone',NULL,NULL,4,0,'a:1:{s:7:\"classes\";s:18:\"frm_first frm_half\";}',13,'2016-03-06 01:16:21'),(220,'24gocg','Mobile Phone','','phone',NULL,NULL,5,0,'a:1:{s:7:\"classes\";s:8:\"frm_half\";}',13,'2016-03-06 01:16:21'),(223,'vnv7we','Address','','text',NULL,NULL,6,1,'a:1:{s:7:\"classes\";s:8:\"frm_full\";}',13,'2016-03-06 01:16:21'),(226,'251ye5','Address Line 2','','text',NULL,NULL,7,0,'a:1:{s:7:\"classes\";s:8:\"frm_full\";}',13,'2016-03-06 01:16:21'),(229,'9gxtx1','City','','text',NULL,NULL,8,1,'a:1:{s:7:\"classes\";s:14:\"frm_first_half\";}',13,'2016-03-06 01:16:21'),(232,'z8yks2','State','','select',NULL,'a:53:{i:0;s:0:\"\";i:1;s:2:\"AL\";i:2;s:2:\"AK\";i:3;s:2:\"AR\";i:4;s:2:\"AZ\";i:5;s:2:\"CA\";i:6;s:2:\"CO\";i:7;s:2:\"CT\";i:8;s:2:\"DE\";i:9;s:2:\"DC\";i:10;s:2:\"FL\";i:11;s:2:\"GA\";i:12;s:2:\"HI\";i:13;s:2:\"ID\";i:14;s:2:\"IL\";i:15;s:2:\"IN\";i:16;s:2:\"IA\";i:17;s:2:\"KS\";i:18;s:2:\"KY\";i:19;s:2:\"LA\";i:20;s:2:\"ME\";i:21;s:2:\"MH\";i:22;s:2:\"MD\";i:23;s:2:\"MA\";i:24;s:2:\"MI\";i:25;s:2:\"MN\";i:26;s:2:\"MS\";i:27;s:2:\"MO\";i:28;s:2:\"MT\";i:29;s:2:\"NE\";i:30;s:2:\"NV\";i:31;s:2:\"NH\";i:32;s:2:\"NJ\";i:33;s:2:\"NM\";i:34;s:2:\"NY\";i:35;s:2:\"NC\";i:36;s:2:\"ND\";i:37;s:2:\"OH\";i:38;s:2:\"OK\";i:39;s:2:\"OR\";i:40;s:2:\"PA\";i:41;s:2:\"RI\";i:42;s:2:\"SC\";i:43;s:2:\"SD\";i:44;s:2:\"TN\";i:45;s:2:\"TX\";i:46;s:2:\"UT\";i:47;s:2:\"VT\";i:48;s:2:\"VA\";i:49;s:2:\"WA\";i:50;s:2:\"WV\";i:51;s:2:\"WI\";i:52;s:2:\"WY\";}',9,1,'a:2:{s:4:\"size\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";}',13,'2016-03-06 01:16:21'),(235,'rzkrp1','Postal Code','','text',NULL,NULL,10,0,'a:1:{s:7:\"classes\";s:10:\"frm_fourth\";}',13,'2016-03-06 01:16:21'),(238,'5pwxid','Country','','select',NULL,'a:220:{i:0;s:0:\"\";i:1;s:11:\"Afghanistan\";i:2;s:7:\"Albania\";i:3;s:7:\"Algeria\";i:4;s:14:\"American Samoa\";i:5;s:7:\"Andorra\";i:6;s:6:\"Angola\";i:7;s:8:\"Anguilla\";i:8;s:10:\"Antarctica\";i:9;s:19:\"Antigua and Barbuda\";i:10;s:9:\"Argentina\";i:11;s:7:\"Armenia\";i:12;s:5:\"Aruba\";i:13;s:9:\"Australia\";i:14;s:7:\"Austria\";i:15;s:10:\"Azerbaijan\";i:16;s:7:\"Bahamas\";i:17;s:7:\"Bahrain\";i:18;s:10:\"Bangladesh\";i:19;s:8:\"Barbados\";i:20;s:7:\"Belarus\";i:21;s:7:\"Belgium\";i:22;s:6:\"Belize\";i:23;s:5:\"Benin\";i:24;s:7:\"Bermuda\";i:25;s:6:\"Bhutan\";i:26;s:7:\"Bolivia\";i:27;s:22:\"Bosnia and Herzegovina\";i:28;s:8:\"Botswana\";i:29;s:13:\"Bouvet Island\";i:30;s:6:\"Brazil\";i:31;s:30:\"British Indian Ocean Territory\";i:32;s:6:\"Brunei\";i:33;s:8:\"Bulgaria\";i:34;s:12:\"Burkina Faso\";i:35;s:7:\"Burundi\";i:36;s:8:\"Cambodia\";i:37;s:8:\"Cameroon\";i:38;s:6:\"Canada\";i:39;s:10:\"Cape Verde\";i:40;s:14:\"Cayman Islands\";i:41;s:24:\"Central African Republic\";i:42;s:4:\"Chad\";i:43;s:5:\"Chile\";i:44;s:5:\"China\";i:45;s:16:\"Christmas Island\";i:46;s:23:\"Cocos (Keeling) Islands\";i:47;s:8:\"Colombia\";i:48;s:7:\"Comoros\";i:49;s:5:\"Congo\";i:50;s:12:\"Cook Islands\";i:51;s:10:\"Costa Rica\";i:52;s:14:\"Côte d\'Ivoire\";i:53;s:18:\"Croatia (Hrvatska)\";i:54;s:4:\"Cuba\";i:55;s:6:\"Cyprus\";i:56;s:14:\"Czech Republic\";i:57;s:11:\"Congo (DRC)\";i:58;s:7:\"Denmark\";i:59;s:8:\"Djibouti\";i:60;s:8:\"Dominica\";i:61;s:18:\"Dominican Republic\";i:62;s:10:\"East Timor\";i:63;s:7:\"Ecuador\";i:64;s:5:\"Egypt\";i:65;s:11:\"El Salvador\";i:66;s:17:\"Equatorial Guinea\";i:67;s:7:\"Eritrea\";i:68;s:7:\"Estonia\";i:69;s:8:\"Ethiopia\";i:70;s:33:\"Falkland Islands (Islas Malvinas)\";i:71;s:13:\"Faroe Islands\";i:72;s:12:\"Fiji Islands\";i:73;s:7:\"Finland\";i:74;s:6:\"France\";i:75;s:13:\"French Guiana\";i:76;s:16:\"French Polynesia\";i:77;s:35:\"French Southern and Antarctic Lands\";i:78;s:5:\"Gabon\";i:79;s:6:\"Gambia\";i:80;s:7:\"Georgia\";i:81;s:7:\"Germany\";i:82;s:5:\"Ghana\";i:83;s:9:\"Gibraltar\";i:84;s:6:\"Greece\";i:85;s:9:\"Greenland\";i:86;s:7:\"Grenada\";i:87;s:10:\"Guadeloupe\";i:88;s:4:\"Guam\";i:89;s:9:\"Guatemala\";i:90;s:6:\"Guinea\";i:91;s:13:\"Guinea-Bissau\";i:92;s:6:\"Guyana\";i:93;s:5:\"Haiti\";i:94;s:8:\"Honduras\";i:95;s:13:\"Hong Kong SAR\";i:96;s:7:\"Hungary\";i:97;s:7:\"Iceland\";i:98;s:5:\"India\";i:99;s:9:\"Indonesia\";i:100;s:4:\"Iran\";i:101;s:4:\"Iraq\";i:102;s:7:\"Ireland\";i:103;s:6:\"Israel\";i:104;s:5:\"Italy\";i:105;s:7:\"Jamaica\";i:106;s:5:\"Japan\";i:107;s:6:\"Jordan\";i:108;s:10:\"Kazakhstan\";i:109;s:5:\"Kenya\";i:110;s:8:\"Kiribati\";i:111;s:5:\"Korea\";i:112;s:6:\"Kuwait\";i:113;s:10:\"Kyrgyzstan\";i:114;s:4:\"Laos\";i:115;s:6:\"Latvia\";i:116;s:7:\"Lebanon\";i:117;s:7:\"Lesotho\";i:118;s:7:\"Liberia\";i:119;s:5:\"Libya\";i:120;s:13:\"Liechtenstein\";i:121;s:9:\"Lithuania\";i:122;s:10:\"Luxembourg\";i:123;s:9:\"Macao SAR\";i:124;s:38:\"Macedonia, Former Yugoslav Republic of\";i:125;s:10:\"Madagascar\";i:126;s:6:\"Malawi\";i:127;s:8:\"Malaysia\";i:128;s:8:\"Maldives\";i:129;s:4:\"Mali\";i:130;s:5:\"Malta\";i:131;s:16:\"Marshall Islands\";i:132;s:10:\"Martinique\";i:133;s:10:\"Mauritania\";i:134;s:9:\"Mauritius\";i:135;s:7:\"Mayotte\";i:136;s:6:\"Mexico\";i:137;s:10:\"Micronesia\";i:138;s:7:\"Moldova\";i:139;s:6:\"Monaco\";i:140;s:8:\"Mongolia\";i:141;s:10:\"Montserrat\";i:142;s:7:\"Morocco\";i:143;s:10:\"Mozambique\";i:144;s:7:\"Myanmar\";i:145;s:7:\"Namibia\";i:146;s:5:\"Nauru\";i:147;s:5:\"Nepal\";i:148;s:11:\"Netherlands\";i:149;s:11:\"New Zealand\";i:150;s:9:\"Nicaragua\";i:151;s:5:\"Niger\";i:152;s:7:\"Nigeria\";i:153;s:6:\"Norway\";i:154;s:4:\"Oman\";i:155;s:8:\"Pakistan\";i:156;s:5:\"Palau\";i:157;s:9:\"Palestine\";i:158;s:6:\"Panama\";i:159;s:16:\"Papua New Guinea\";i:160;s:8:\"Paraguay\";i:161;s:4:\"Peru\";i:162;s:11:\"Philippines\";i:163;s:6:\"Poland\";i:164;s:8:\"Portugal\";i:165;s:11:\"Puerto Rico\";i:166;s:5:\"Qatar\";i:167;s:7:\"Romania\";i:168;s:6:\"Russia\";i:169;s:6:\"Rwanda\";i:170;s:21:\"Saint Kitts and Nevis\";i:171;s:11:\"Saint Lucia\";i:172;s:32:\"Saint Vincent and the Grenadines\";i:173;s:5:\"Samoa\";i:174;s:10:\"San Marino\";i:175;s:21:\"Sao Tome and Principe\";i:176;s:12:\"Saudi Arabia\";i:177;s:7:\"Senegal\";i:178;s:21:\"Serbia and Montenegro\";i:179;s:10:\"Seychelles\";i:180;s:12:\"Sierra Leone\";i:181;s:9:\"Singapore\";i:182;s:8:\"Slovakia\";i:183;s:8:\"Slovenia\";i:184;s:15:\"Solomon Islands\";i:185;s:7:\"Somalia\";i:186;s:12:\"South Africa\";i:187;s:5:\"Spain\";i:188;s:9:\"Sri Lanka\";i:189;s:5:\"Sudan\";i:190;s:8:\"Suriname\";i:191;s:9:\"Swaziland\";i:192;s:6:\"Sweden\";i:193;s:11:\"Switzerland\";i:194;s:5:\"Syria\";i:195;s:6:\"Taiwan\";i:196;s:10:\"Tajikistan\";i:197;s:8:\"Tanzania\";i:198;s:8:\"Thailand\";i:199;s:4:\"Togo\";i:200;s:5:\"Tonga\";i:201;s:19:\"Trinidad and Tobago\";i:202;s:7:\"Tunisia\";i:203;s:6:\"Turkey\";i:204;s:12:\"Turkmenistan\";i:205;s:6:\"Tuvalu\";i:206;s:6:\"Uganda\";i:207;s:7:\"Ukraine\";i:208;s:20:\"United Arab Emirates\";i:209;s:14:\"United Kingdom\";i:210;s:13:\"United States\";i:211;s:7:\"Uruguay\";i:212;s:10:\"Uzbekistan\";i:213;s:7:\"Vanuatu\";i:214;s:12:\"Vatican City\";i:215;s:9:\"Venezuela\";i:216;s:7:\"Vietnam\";i:217;s:5:\"Yemen\";i:218;s:6:\"Zambia\";i:219;s:8:\"Zimbabwe\";}',11,1,'a:1:{s:4:\"size\";i:1;}',13,'2016-03-06 01:16:21'),(241,'8l3som','Employment Desired','','radio',NULL,'a:3:{i:0;s:9:\"Full-time\";i:1;s:9:\"Part-time\";i:2;s:19:\"Full- or Part- time\";}',12,1,'a:1:{s:13:\"default_blank\";i:0;}',13,'2016-03-06 01:16:21'),(244,'pjluad','Attach Resume','','file',NULL,NULL,13,0,'a:1:{s:6:\"attach\";i:1;}',13,'2016-03-06 01:16:21'),(246,'25ztd','Show','','text','','',6,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:24:\"frm_first frm_two_thirds\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',15,'2016-03-06 01:26:23'),(249,'ygo2e','Name','','text','','',0,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:20:\"frm_first frm_fourth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',15,'2016-03-06 01:26:36'),(250,'c9qr7','Address','','text','','',2,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',15,'2016-03-06 01:26:43'),(253,'rva96','City','','text','','',3,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_eighth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',15,'2016-03-06 01:27:04'),(256,'i4gwn','State','','select','OH','a:52:{i:0;s:2:\"OH\";i:1;s:2:\"AK\";i:2;s:2:\"AL\";i:3;s:2:\"AR\";i:4;s:2:\"AZ\";i:5;s:2:\"CA\";i:6;s:2:\"CO\";i:7;s:2:\"CT\";i:8;s:2:\"DC\";i:9;s:2:\"DE\";i:10;s:2:\"FL\";i:11;s:2:\"GA\";i:12;s:2:\"HI\";i:13;s:2:\"IA\";i:14;s:2:\"ID\";i:15;s:2:\"IL\";i:16;s:2:\"IN\";i:17;s:2:\"KS\";i:18;s:2:\"KY\";i:19;s:2:\"LA\";i:20;s:2:\"MA\";i:21;s:2:\"MD\";i:22;s:2:\"ME\";i:23;s:2:\"MI\";i:24;s:2:\"MN\";i:25;s:2:\"MO\";i:26;s:2:\"MS\";i:27;s:2:\"MT\";i:28;s:2:\"NC\";i:29;s:2:\"ND\";i:30;s:2:\"NE\";i:31;s:2:\"NH\";i:32;s:2:\"NJ\";i:33;s:2:\"NM\";i:34;s:2:\"NV\";i:35;s:2:\"NY\";i:36;s:2:\"OH\";i:37;s:2:\"OK\";i:38;s:2:\"OR\";i:39;s:2:\"PA\";i:40;s:2:\"RI\";i:41;s:2:\"SC\";i:42;s:2:\"SD\";i:43;s:2:\"TN\";i:44;s:2:\"TX\";i:45;s:2:\"UT\";i:46;s:2:\"VA\";i:47;s:2:\"VT\";i:48;s:2:\"WA\";i:49;s:2:\"WI\";i:50;s:2:\"WV\";i:51;s:2:\"WY\";}',4,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_eighth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";s:1:\"0\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',15,'2016-03-06 01:27:16'),(258,'9c3pn','Zip','','text','','',5,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_eighth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',15,'2016-03-06 01:27:39'),(259,'3hj98','Quantity','','number','','',7,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:19:\"Quantity is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:6:\"maxnum\";s:4:\"1000\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";s:1:\"0\";s:6:\"delete\";b:0;s:4:\"step\";s:1:\"1\";s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',15,'2016-03-06 01:28:15'),(262,'2shz1','reCAPTCHA','','captcha','1','',8,0,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:39:\"The reCAPTCHA was not entered correctly\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:7:\"default\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',15,'2016-03-06 01:29:41'),(264,'qh4icy2','Name','','text','',NULL,1,1,'a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:14:\"separate_value\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',18,'2016-03-06 02:11:19'),(270,'29yf4d2','Email','','email','',NULL,3,1,'a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:7:\"classes\";s:8:\"frm_half\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',18,'2016-03-06 02:11:19'),(276,'e6lis62','Subject','','text','',NULL,5,1,'a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"classes\";s:8:\"frm_full\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',18,'2016-03-06 02:11:19'),(279,'9jv0r12','Message','','textarea','',NULL,6,1,'a:56:{s:3:\"max\";s:1:\"5\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"classes\";s:8:\"frm_full\";s:4:\"size\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',18,'2016-03-06 02:11:19'),(282,'62n6q32','Captcha','','captcha','1',NULL,7,0,'a:58:{s:5:\"label\";s:4:\"none\";s:5:\"blank\";s:0:\"\";s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:7:\"invalid\";s:39:\"The reCAPTCHA was not entered correctly\";s:7:\"classes\";s:0:\"\";s:12:\"captcha_size\";s:7:\"default\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',18,'2016-03-06 02:11:19'),(283,'rnovo','Organization','','text','','',0,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:427:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n <label for=\\\"field_[key]\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n <span class=\\\"frm_required\\\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\\\"frm_description\\\">[description]</div>[/if description]\r\n [if error]<div class=\\\"frm_error\\\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',21,'2016-03-06 02:20:35'),(286,'nx6fz','Event','','text','','',1,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:19:\"frm_first frm_third\";s:11:\"custom_html\";s:427:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n <label for=\\\"field_[key]\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n <span class=\\\"frm_required\\\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\\\"frm_description\\\">[description]</div>[/if description]\r\n [if error]<div class=\\\"frm_error\\\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',21,'2016-03-06 02:21:04'),(288,'127g1','Times','','text','','',2,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:427:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n <label for=\\\"field_[key]\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n <span class=\\\"frm_required\\\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\\\"frm_description\\\">[description]</div>[/if description]\r\n [if error]<div class=\\\"frm_error\\\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',21,'2016-03-06 02:21:17'),(291,'wylp0','Date','','date','','',3,1,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:2:\"10\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:427:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n <label for=\\\"field_[key]\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n <span class=\\\"frm_required\\\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\\\"frm_description\\\">[description]</div>[/if description]\r\n [if error]<div class=\\\"frm_error\\\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";s:4:\"2000\";s:8:\"end_year\";s:4:\"2020\";s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',21,'2016-03-06 02:21:23'),(292,'qyas6','Location','','textarea','','',4,0,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:427:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n <label for=\\\"field_[key]\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n <span class=\\\"frm_required\\\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\\\"frm_description\\\">[description]</div>[/if description]\r\n [if error]<div class=\\\"frm_error\\\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',21,'2016-03-06 02:21:37'),(294,'1lb5j','Phone','','text','','',5,0,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:19:\"frm_first frm_third\";s:11:\"custom_html\";s:427:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n <label for=\\\"field_[key]\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n <span class=\\\"frm_required\\\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\\\"frm_description\\\">[description]</div>[/if description]\r\n [if error]<div class=\\\"frm_error\\\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',21,'2016-03-06 02:21:54'),(295,'igovb','Website','','url','','',6,0,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:427:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n <label for=\\\"field_[key]\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n <span class=\\\"frm_required\\\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\\\"frm_description\\\">[description]</div>[/if description]\r\n [if error]<div class=\\\"frm_error\\\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',21,'2016-03-06 02:22:01'),(298,'hy6io','Email','','email','','',7,0,'a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:427:\"<div id=\\\"frm_field_[id]_container\\\" class=\\\"frm_form_field form-field [required_class][error_class]\\\">\r\n <label for=\\\"field_[key]\\\" class=\\\"frm_primary_label\\\">[field_name]\r\n <span class=\\\"frm_required\\\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\\\"frm_description\\\">[description]</div>[/if description]\r\n [if error]<div class=\\\"frm_error\\\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}',21,'2016-03-06 02:22:12'),(301,'t9zln','Phone Number','','phone','','',1,1,'a:54:{s:4:\"size\";s:5:\"115px\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:23:\"Phone Number is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_eighth\";s:11:\"custom_html\";s:406:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\n <span class=\"frm_required\">[required_label]</span>\n </label>\n [input]\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;}',15,'2016-03-10 16:20:37'); /*!40000 ALTER TABLE `wp_frm_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frm_forms` -- DROP TABLE IF EXISTS `wp_frm_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_frm_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `form_key` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `parent_form_id` int(11) DEFAULT '0', `logged_in` tinyint(1) DEFAULT NULL, `editable` tinyint(1) DEFAULT NULL, `is_template` tinyint(1) DEFAULT '0', `default_template` tinyint(1) DEFAULT '0', `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `options` longtext COLLATE utf8mb4_unicode_ci, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `form_key` (`form_key`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_frm_forms` -- LOCK TABLES `wp_frm_forms` WRITE; /*!40000 ALTER TABLE `wp_frm_forms` DISABLE KEYS */; INSERT INTO `wp_frm_forms` VALUES (1,'contact','Contact Us','We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.',0,0,0,1,1,'published','a:31:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:11:\"before_html\";s:217:\"<legend class=\"frm_hidden\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:440:\"<div class=\"frm_submit\">\n[if back_button]<input type=\"button\" value=\"[back_label]\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook] />[/if back_button]\n<input type=\"submit\" value=\"[button_label]\" [button_action] />\n<img class=\"frm_ajax_loading\" src=\"[frmurl]/images/ajax_loader.gif\" alt=\"Sending\"/>\n[if save_draft]<a href=\"#\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";i:0;s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";i:8000;s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";}','2009-11-24 00:17:31'),(4,'frmprobugreport','Defect/Bug/Issue Report','The following fields are all required to process this report. Enter \'N/A\' in fields that are not applicable.',0,0,0,1,1,'published','a:31:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:11:\"before_html\";s:217:\"<legend class=\"frm_hidden\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:440:\"<div class=\"frm_submit\">\n[if back_button]<input type=\"button\" value=\"[back_label]\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook] />[/if back_button]\n<input type=\"submit\" value=\"[button_label]\" [button_action] />\n<img class=\"frm_ajax_loading\" src=\"[frmurl]/images/ajax_loader.gif\" alt=\"Sending\"/>\n[if save_draft]<a href=\"#\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";i:0;s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";i:8000;s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";}','2010-01-28 22:47:51'),(7,'frmprorealestatelistings','Real Estate Listings','',0,0,0,1,1,'published','a:31:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:11:\"before_html\";s:217:\"<legend class=\"frm_hidden\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:440:\"<div class=\"frm_submit\">\n[if back_button]<input type=\"button\" value=\"[back_label]\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook] />[/if back_button]\n<input type=\"submit\" value=\"[button_label]\" [button_action] />\n<img class=\"frm_ajax_loading\" src=\"[frmurl]/images/ajax_loader.gif\" alt=\"Sending\"/>\n[if save_draft]<a href=\"#\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";i:0;s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";i:8000;s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";}','2010-02-01 21:19:51'),(10,'frmprocontact','User Information','Gather address info',0,0,0,1,1,'published','a:31:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:11:\"before_html\";s:217:\"<legend class=\"frm_hidden\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:440:\"<div class=\"frm_submit\">\n[if back_button]<input type=\"button\" value=\"[back_label]\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook] />[/if back_button]\n<input type=\"submit\" value=\"[button_label]\" [button_action] />\n<img class=\"frm_ajax_loading\" src=\"[frmurl]/images/ajax_loader.gif\" alt=\"Sending\"/>\n[if save_draft]<a href=\"#\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";i:0;s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";i:8000;s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";}','2010-02-08 03:37:08'),(13,'frmproapplication','Job Application','',0,0,0,1,1,'published','a:31:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:11:\"before_html\";s:217:\"<legend class=\"frm_hidden\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:440:\"<div class=\"frm_submit\">\n[if back_button]<input type=\"button\" value=\"[back_label]\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook] />[/if back_button]\n<input type=\"submit\" value=\"[button_label]\" [button_action] />\n<img class=\"frm_ajax_loading\" src=\"[frmurl]/images/ajax_loader.gif\" alt=\"Sending\"/>\n[if save_draft]<a href=\"#\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";i:0;s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";i:8000;s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";}','2011-03-09 23:03:46'),(15,'8fy52','DVD Order Form','All shows are $20 each.',0,0,0,0,0,'published','a:31:{s:12:\"submit_value\";s:12:\"Submit Order\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:137:\"Your order was successfully submitted. Please send check or money order to: TvHAMILTON Twenty High Street, Hamilton, OH 45011. Thank you!\";s:9:\"show_form\";s:1:\"1\";s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";s:1:\"1\";s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";s:1:\"1\";s:11:\"before_html\";s:225:\"<legend class=\\\"frm_hidden\\\">[form_name]</legend>\r\n[if form_name]<h3 class=\\\"frm_form_title\\\">[form_name]</h3>[/if form_name]\r\n[if form_description]<div class=\\\"frm_description\\\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:471:\"<div class=\\\"frm_submit\\\">\r\n[if back_button]<input type=\\\"button\\\" value=\\\"[back_label]\\\" name=\\\"frm_prev_page\\\" formnovalidate=\\\"formnovalidate\\\" class=\\\"frm_prev_page\\\" [back_hook] />[/if back_button]\r\n<input type=\\\"submit\\\" value=\\\"[button_label]\\\" [button_action] />\r\n<img class=\\\"frm_ajax_loading\\\" src=\\\"[frmurl]/images/ajax_loader.gif\\\" alt=\\\"Sending\\\"/>\r\n[if save_draft]<a href=\\\"#\\\" class=\\\"frm_save_draft\\\" [draft_hook]>[draft_label]</a>[/if save_draft]\r\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";s:0:\"\";s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";s:4:\"8000\";s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";}','2016-03-06 01:26:10'),(18,'contact2','Contact Us','',0,0,0,0,0,'published','a:31:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:44:\"Thank you! We will get back to your shortly.\";s:9:\"show_form\";s:1:\"1\";s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";s:1:\"1\";s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";s:1:\"1\";s:11:\"before_html\";s:225:\"<legend class=\\\"frm_hidden\\\">[form_name]</legend>\r\n[if form_name]<h3 class=\\\"frm_form_title\\\">[form_name]</h3>[/if form_name]\r\n[if form_description]<div class=\\\"frm_description\\\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:471:\"<div class=\\\"frm_submit\\\">\r\n[if back_button]<input type=\\\"button\\\" value=\\\"[back_label]\\\" name=\\\"frm_prev_page\\\" formnovalidate=\\\"formnovalidate\\\" class=\\\"frm_prev_page\\\" [back_hook] />[/if back_button]\r\n<input type=\\\"submit\\\" value=\\\"[button_label]\\\" [button_action] />\r\n<img class=\\\"frm_ajax_loading\\\" src=\\\"[frmurl]/images/ajax_loader.gif\\\" alt=\\\"Sending\\\"/>\r\n[if save_draft]<a href=\\\"#\\\" class=\\\"frm_save_draft\\\" [draft_hook]>[draft_label]</a>[/if save_draft]\r\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";s:0:\"\";s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";s:4:\"8000\";s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";}','2016-03-06 02:11:18'),(21,'uooy4','Public Service Announcement Request','',0,0,0,0,0,'published','a:31:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:61:\"Your request was successfully submitted. We will be in touch!\";s:9:\"show_form\";s:1:\"1\";s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";s:1:\"1\";s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";s:1:\"1\";s:11:\"before_html\";s:225:\"<legend class=\\\"frm_hidden\\\">[form_name]</legend>\r\n[if form_name]<h3 class=\\\"frm_form_title\\\">[form_name]</h3>[/if form_name]\r\n[if form_description]<div class=\\\"frm_description\\\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:471:\"<div class=\\\"frm_submit\\\">\r\n[if back_button]<input type=\\\"button\\\" value=\\\"[back_label]\\\" name=\\\"frm_prev_page\\\" formnovalidate=\\\"formnovalidate\\\" class=\\\"frm_prev_page\\\" [back_hook] />[/if back_button]\r\n<input type=\\\"submit\\\" value=\\\"[button_label]\\\" [button_action] />\r\n<img class=\\\"frm_ajax_loading\\\" src=\\\"[frmurl]/images/ajax_loader.gif\\\" alt=\\\"Sending\\\"/>\r\n[if save_draft]<a href=\\\"#\\\" class=\\\"frm_save_draft\\\" [draft_hook]>[draft_label]</a>[/if save_draft]\r\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";s:0:\"\";s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";s:4:\"8000\";s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";}','2016-03-06 02:20:17'),(22,'qyf1y','','',0,0,0,0,0,'trash','a:32:{s:12:\"submit_value\";s:6:\"Submit\";s:14:\"success_action\";s:7:\"message\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";s:0:\"\";s:7:\"no_save\";i:0;s:9:\"ajax_load\";i:0;s:10:\"form_class\";s:0:\"\";s:12:\"custom_style\";i:1;s:11:\"before_html\";s:217:\"<legend class=\"frm_hidden\">[form_name]</legend>\n[if form_name]<h3 class=\"frm_form_title\">[form_name]</h3>[/if form_name]\n[if form_description]<div class=\"frm_description\">[form_description]</div>[/if form_description]\";s:10:\"after_html\";s:0:\"\";s:11:\"submit_html\";s:440:\"<div class=\"frm_submit\">\n[if back_button]<input type=\"button\" value=\"[back_label]\" name=\"frm_prev_page\" formnovalidate=\"formnovalidate\" class=\"frm_prev_page\" [back_hook] />[/if back_button]\n<input type=\"submit\" value=\"[button_label]\" [button_action] />\n<img class=\"frm_ajax_loading\" src=\"[frmurl]/images/ajax_loader.gif\" alt=\"Sending\"/>\n[if save_draft]<a href=\"#\" class=\"frm_save_draft\" [draft_hook]>[draft_label]</a>[/if save_draft]\n</div>\";s:10:\"edit_value\";s:6:\"Update\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:11:\"edit_action\";s:7:\"message\";s:8:\"edit_url\";s:0:\"\";s:12:\"edit_page_id\";i:0;s:14:\"logged_in_role\";s:0:\"\";s:10:\"save_draft\";i:0;s:9:\"draft_msg\";s:26:\"Your draft has been saved.\";s:13:\"editable_role\";s:0:\"\";s:18:\"open_editable_role\";s:2:\"-1\";s:4:\"copy\";i:0;s:12:\"single_entry\";i:0;s:17:\"single_entry_type\";s:4:\"user\";s:15:\"success_page_id\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:11:\"ajax_submit\";i:0;s:17:\"cookie_expiration\";i:8000;s:10:\"prev_value\";s:8:\"Previous\";s:12:\"submit_align\";s:0:\"\";s:10:\"trash_time\";i:1457279746;}','2016-03-06 02:33:37'); /*!40000 ALTER TABLE `wp_frm_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frm_item_metas` -- DROP TABLE IF EXISTS `wp_frm_item_metas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_frm_item_metas` ( `id` int(11) NOT NULL AUTO_INCREMENT, `meta_value` longtext COLLATE utf8mb4_unicode_ci, `field_id` int(11) NOT NULL, `item_id` int(11) NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `field_id` (`field_id`), KEY `item_id` (`item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_frm_item_metas` -- LOCK TABLES `wp_frm_item_metas` WRITE; /*!40000 ALTER TABLE `wp_frm_item_metas` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_frm_item_metas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frm_items` -- DROP TABLE IF EXISTS `wp_frm_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_frm_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `item_key` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `ip` text COLLATE utf8mb4_unicode_ci, `form_id` int(11) DEFAULT NULL, `post_id` int(11) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `parent_item_id` int(11) DEFAULT '0', `is_draft` tinyint(1) DEFAULT '0', `updated_by` int(11) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_key` (`item_key`), KEY `form_id` (`form_id`), KEY `post_id` (`post_id`), KEY `user_id` (`user_id`), KEY `parent_item_id` (`parent_item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_frm_items` -- LOCK TABLES `wp_frm_items` WRITE; /*!40000 ALTER TABLE `wp_frm_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_frm_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1741 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://tvhamilton.com','yes'),(2,'home','https://tvhamilton.com','yes'),(3,'blogname','TvHAMILTON','yes'),(4,'blogdescription','Hometown Television... with a personal touch.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','steve@tvhamilton.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','','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:3:{i:0;s:25:\"cloudflare/cloudflare.php\";i:1;s:25:\"formidable/formidable.php\";i:2;s:27:\"fusion-core/fusion-core.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','','no'),(39,'template','Avada','yes'),(40,'stylesheet','Avada','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','0','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','35700','yes'),(48,'uploads_use_yearmonth_folders','1','yes'),(49,'upload_path','','yes'),(50,'blog_public','1','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','page','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','none','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:16:\"Avada Tech Forum\";s:4:\"text\";s:158:\"Sed semper, nisl id feugiat eleifend, erat est digssim felis, quis auctor elit enim nec ante. Cras et nibh risus. Pellentesque non mi sit amet mi intermentum.\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'uninstall_plugins','a:1:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(81,'timezone_string','America/New_York','yes'),(82,'page_for_posts','0','yes'),(83,'page_on_front','5','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','0','yes'),(88,'medium_large_size_w','768','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{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:14:\"frm_view_forms\";b:1;s:14:\"frm_edit_forms\";b:1;s:16:\"frm_delete_forms\";b:1;s:19:\"frm_change_settings\";b:1;s:16:\"frm_view_entries\";b:1;s:18:\"frm_delete_entries\";b:1;s:18:\"frm_create_entries\";b:1;s:16:\"frm_edit_entries\";b:1;s:16:\"frm_view_reports\";b:1;s:17:\"frm_edit_displays\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:3;s:9:\"show_date\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:12:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";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:6:\"meta-2\";i:6;s:14:\"recent-posts-3\";i:7;s:17:\"recent-comments-3\";}s:13:\"array_version\";i:3;s:21:\"avada-footer-widget-1\";a:1:{i:0;s:6:\"text-2\";}s:21:\"avada-footer-widget-2\";a:1:{i:0;s:19:\"bbp_topics_widget-3\";}s:21:\"avada-footer-widget-3\";a:1:{i:0;s:19:\"bbp_topics_widget-5\";}s:21:\"avada-footer-widget-4\";a:1:{i:0;s:20:\"bbp_replies_widget-2\";}s:32:\"avada-custom-sidebar-newssidebar\";a:7:{i:0;s:19:\"bbp_topics_widget-4\";i:1;s:21:\"social_links-widget-2\";i:2;s:12:\"categories-3\";i:3;s:22:\"facebook-like-widget-3\";i:4;s:15:\"tweets-widget-2\";i:5;s:19:\"bbp_topics_widget-2\";i:6;s:11:\"tag_cloud-2\";}s:33:\"avada-custom-sidebar-forumsidebar\";a:4:{i:0;s:18:\"bbp_login_widget-2\";i:1;s:18:\"bbp_views_widget-2\";i:2;s:19:\"bbp_topics_widget-6\";i:3;s:11:\"tag_cloud-3\";}s:33:\"avada-custom-sidebar-applesidebar\";a:3:{i:0;s:19:\"bbp_forums_widget-2\";i:1;s:19:\"bbp_topics_widget-7\";i:2;s:19:\"bbp_topics_widget-8\";}s:35:\"avada-custom-sidebar-androidsidebar\";a:2:{i:0;s:20:\"bbp_topics_widget-11\";i:1;s:20:\"bbp_topics_widget-12\";}s:37:\"avada-custom-sidebar-microsoftsidebar\";a:3:{i:0;s:19:\"bbp_forums_widget-3\";i:1;s:19:\"bbp_topics_widget-9\";i:2;s:20:\"bbp_topics_widget-10\";}}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:3:{i:2;a:2:{s:5:\"title\";s:4:\"Tags\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:3;a:2:{s:5:\"title\";s:10:\"Topic Tags\";s:8:\"taxonomy\";s:9:\"topic-tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:4:{i:1458318696;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1458320960;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:1458351682;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;}}}s:7:\"version\";i:2;}','yes'),(112,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1458277204;s:15:\"version_checked\";s:5:\"4.4.2\";s:12:\"translations\";a:0:{}}','yes'),(127,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1458277211;s:7:\"checked\";a:4:{s:5:\"Avada\";s:5:\"3.9.3\";s:13:\"twentyfifteen\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(133,'_site_transient_timeout_browser_93c424ae4d0e7469a4221c7407b7931e','1457802560','yes'),(136,'_site_transient_browser_93c424ae4d0e7469a4221c7407b7931e','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(142,'can_compress_scripts','0','yes'),(200,'WPLANG','','yes'),(217,'_transient_twentysixteen_categories','1','yes'),(218,'recently_activated','a:6:{s:35:\"wp-fastest-cache/wpFastestCache.php\";i:1457295538;s:27:\"wp-super-cache/wp-cache.php\";i:1457295358;s:19:\"jetpack/jetpack.php\";i:1457295027;s:33:\"w3-total-cache/w3-total-cache.php\";i:1457294926;s:29:\"wp-force-ssl/wp-force-ssl.php\";i:1457290250;s:40:\"wp-force-https/wordpress-force-https.php\";i:1457289344;}','yes'),(229,'cloudflare_protocol_rewrite','1','yes'),(230,'_site_transient_timeout_wporg_theme_feature_list','1457209271','yes'),(233,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(241,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1457222490;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(244,'current_theme','Avada','yes'),(247,'theme_mods_Avada','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:15:\"main_navigation\";i:121;}}','yes'),(250,'theme_switched','','yes'),(253,'avada_dynamic_css_time','1457979294','yes'),(256,'widget_ad_125_125-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(259,'widget_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_pyre_tabs-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_recent_works-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(268,'widget_tweets-widget','a:2:{i:2;a:18:{s:5:\"title\";s:13:\"Recent Tweets\";s:10:\"twitter_id\";s:0:\"\";s:5:\"count\";s:1:\"3\";s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:12:\"access_token\";s:0:\"\";s:19:\"access_token_secret\";s:0:\"\";s:9:\"widget_id\";s:18:\"636892778983723012\";s:11:\"widget_type\";s:13:\"twitter_style\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#191919\";s:12:\"border_color\";s:7:\"#eaeaea\";s:11:\"show_header\";s:2:\"on\";s:11:\"show_footer\";s:2:\"on\";s:12:\"show_borders\";s:2:\"on\";s:14:\"transparent_bg\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(271,'widget_flickr-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(274,'widget_social_links-widget','a:2:{i:2;a:34:{s:5:\"title\";s:10:\"Get Social\";s:10:\"linktarget\";s:0:\"\";s:15:\"icons_font_size\";s:4:\"22px\";s:10:\"icon_color\";s:7:\"#ff8d61\";s:10:\"boxed_icon\";s:3:\"Yes\";s:11:\"boxed_color\";s:7:\"#ffffff\";s:17:\"boxed_icon_radius\";s:5:\"round\";s:18:\"boxed_icon_padding\";s:4:\"13px\";s:11:\"tooltip_pos\";s:3:\"Top\";s:11:\"show_custom\";s:2:\"No\";s:7:\"fb_link\";s:58:\"https://www.facebook.com/pages/Themefusion/101565403356430\";s:11:\"flickr_link\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";s:12:\"twitter_link\";s:32:\"https://twitter.com/Theme_Fusion\";s:10:\"vimeo_link\";s:0:\"\";s:12:\"youtube_link\";s:0:\"\";s:14:\"instagram_link\";s:1:\"#\";s:14:\"pinterest_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:11:\"google_link\";s:1:\"#\";s:13:\"dribbble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";s:12:\"blogger_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"yahoo_link\";s:0:\"\";s:11:\"reddit_link\";s:0:\"\";s:11:\"paypal_link\";s:0:\"\";s:12:\"dropbox_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(277,'widget_facebook-like-widget','a:2:{i:3;a:7:{s:5:\"title\";s:19:\"Find us on Facebook\";s:8:\"page_url\";s:58:\"https://www.facebook.com/pages/Themefusion/101565403356430\";s:5:\"width\";s:5:\"200px\";s:10:\"show_faces\";s:2:\"on\";s:11:\"show_stream\";N;s:11:\"show_header\";N;s:12:\"small_header\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(280,'widget_menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(283,'avada_version','3.9.3','yes'),(289,'Avada_options','a:912:{s:16:\"google_analytics\";s:478:\"<script type=\"text/javascript\">\r\n\r\n var _gaq = _gaq || [];\r\n _gaq.push([\'_setAccount\', \'UA-29571748-1\']);\r\n _gaq.push([\'_trackPageview\']);\r\n\r\n (function() {\r\n var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\r\n ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';\r\n var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\r\n })();\r\n\r\n</script>\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:10:\"responsive\";s:1:\"1\";s:23:\"side_header_break_point\";s:5:\"930px\";s:19:\"content_break_point\";s:5:\"800px\";s:21:\"grid_main_break_point\";s:6:\"1099px\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";s:3:\"0.6\";s:17:\"typography_factor\";s:3:\"1.5\";s:11:\"mobile_zoom\";s:1:\"1\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1240px\";s:13:\"sidebar_width\";s:3:\"23%\";s:17:\"sidebar_2_1_width\";s:3:\"22%\";s:17:\"sidebar_2_2_width\";s:3:\"22%\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v3\";s:17:\"side_header_width\";s:3:\"280\";s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:12:\"Contact Info\";s:20:\"header_right_content\";s:12:\"Social Links\";s:17:\"header_v4_content\";s:18:\"Tagline And Search\";s:13:\"header_number\";s:86:\"<span style=\'color:#eee;\'>Twenty High Street, Hamilton, OH 45011 | 513.868.3782</span>\";s:12:\"header_email\";s:0:\"\";s:18:\"header_banner_code\";s:0:\"\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:15:\"header_bg_image\";s:0:\"\";s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"0\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"margin_header_top\";s:3:\"0px\";s:20:\"margin_header_bottom\";s:3:\"0px\";s:19:\"padding_header_left\";s:3:\"0px\";s:20:\"padding_header_right\";s:3:\"0px\";s:29:\"header_social_links_font_size\";s:2:\"16\";s:30:\"header_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"header_social_links_boxed\";s:2:\"No\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:1:\"4\";s:33:\"header_social_links_boxed_padding\";s:1:\"8\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"0\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:25:\"header_sticky_nav_padding\";s:2:\"50\";s:27:\"header_sticky_nav_font_size\";s:2:\"18\";s:4:\"logo\";s:67:\"https://tvhamilton.com/wp-content/uploads/2016/03/tvhamilton_1x.png\";s:11:\"logo_retina\";s:67:\"https://tvhamilton.com/wp-content/uploads/2016/03/tvhamilton_2x.png\";s:17:\"retina_logo_width\";s:3:\"300\";s:18:\"retina_logo_height\";s:2:\"73\";s:18:\"sticky_header_logo\";s:0:\"\";s:25:\"sticky_header_logo_retina\";s:0:\"\";s:24:\"sticky_retina_logo_width\";s:0:\"\";s:25:\"sticky_retina_logo_height\";s:0:\"\";s:11:\"mobile_logo\";s:0:\"\";s:18:\"mobile_logo_retina\";s:0:\"\";s:24:\"mobile_retina_logo_width\";s:0:\"\";s:25:\"mobile_retina_logo_height\";s:0:\"\";s:14:\"logo_alignment\";s:4:\"Left\";s:16:\"margin_logo_left\";s:3:\"0px\";s:17:\"margin_logo_right\";s:3:\"0px\";s:15:\"margin_logo_top\";s:4:\"10px\";s:18:\"margin_logo_bottom\";s:4:\"10px\";s:7:\"favicon\";s:61:\"https://tvhamilton.com/wp-content/uploads/2016/03/favicon.png\";s:11:\"iphone_icon\";s:0:\"\";s:18:\"iphone_icon_retina\";s:0:\"\";s:9:\"ipad_icon\";s:0:\"\";s:16:\"ipad_icon_retina\";s:0:\"\";s:15:\"menu_text_align\";s:6:\"center\";s:10:\"nav_height\";s:2:\"95\";s:20:\"nav_highlight_border\";s:1:\"0\";s:11:\"nav_padding\";s:2:\"50\";s:19:\"dropdown_menu_width\";s:5:\"180px\";s:34:\"mainmenu_dropdown_vertical_padding\";s:4:\"10px\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"0\";s:23:\"topmenu_dropwdown_width\";s:5:\"180px\";s:18:\"megamenu_max_width\";s:4:\"1240\";s:19:\"megamenu_title_size\";s:2:\"18\";s:30:\"megamenu_item_vertical_padding\";s:2:\"12\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:31:\"menu_display_dropdown_indicator\";s:1:\"0\";s:15:\"megamenu_shadow\";s:1:\"1\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:18:\"mobile_menu_design\";s:7:\"classic\";s:18:\"mobile_nav_padding\";s:2:\"43\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:28:\"mobile_menu_icons_top_margin\";s:4:\"20px\";s:22:\"mobile_menu_nav_height\";s:2:\"43\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:14:\"page_title_bar\";s:4:\"hide\";s:19:\"page_title_bar_text\";s:2:\"no\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:4:\"75px\";s:24:\"page_title_mobile_height\";s:4:\"60px\";s:20:\"page_title_alignment\";s:4:\"left\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:18:\"page_title_bg_full\";s:1:\"0\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:4:\"none\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:0:\"\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"1\";s:21:\"slidingbar_top_border\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:16:\"footer_100_width\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:20:\"footer_sticky_height\";s:13:\"rgba(0,0,0,0)\";s:14:\"footer_widgets\";s:1:\"0\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_widgets_columns\";s:1:\"4\";s:16:\"footerw_bg_image\";s:0:\"\";s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:23:\"footer_area_top_padding\";s:4:\"80px\";s:26:\"footer_area_bottom_padding\";s:4:\"70px\";s:24:\"footer_area_left_padding\";s:3:\"0px\";s:25:\"footer_area_right_padding\";s:3:\"0px\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:114:\"Copyright <script>document.write(new Date().getFullYear());</script> TvHAMILTON Productions. All Rights Reserved.\";s:21:\"copyright_top_padding\";s:4:\"28px\";s:24:\"copyright_bottom_padding\";s:4:\"28px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:2:\"18\";s:30:\"footer_social_links_icon_color\";s:7:\"#9d1753\";s:25:\"footer_social_links_boxed\";s:3:\"Yes\";s:29:\"footer_social_links_box_color\";s:7:\"#ffffff\";s:32:\"footer_social_links_boxed_radius\";s:5:\"round\";s:33:\"footer_social_links_boxed_padding\";s:2:\"15\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"1\";s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:18:\"woo_global_sidebar\";s:1:\"0\";s:11:\"woo_sidebar\";s:4:\"None\";s:13:\"woo_sidebar_2\";s:4:\"None\";s:20:\"woo_sidebar_position\";s:5:\"Right\";s:27:\"woocommerce_archive_sidebar\";s:4:\"None\";s:29:\"woocommerce_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";s:0:\"\";s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#eaeaea\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_image\";s:0:\"\";s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:16:\"custom_font_woff\";s:0:\"\";s:15:\"custom_font_ttf\";s:0:\"\";s:15:\"custom_font_svg\";s:0:\"\";s:15:\"custom_font_eot\";s:0:\"\";s:11:\"google_body\";s:9:\"Fira Sans\";s:10:\"google_nav\";s:9:\"Fira Sans\";s:15:\"google_headings\";s:9:\"Fira Sans\";s:22:\"google_footer_headings\";s:9:\"Fira Sans\";s:13:\"google_button\";s:9:\"Fira Sans\";s:14:\"gfont_settings\";s:44:\"300,400,400italic,700,700italic&subset=latin\";s:13:\"standard_body\";s:11:\"Select Font\";s:12:\"standard_nav\";s:11:\"Select Font\";s:17:\"standard_headings\";s:11:\"Select Font\";s:24:\"standard_footer_headings\";s:11:\"Select Font\";s:15:\"standard_button\";s:11:\"Select Font\";s:14:\"body_font_size\";s:2:\"15\";s:13:\"nav_font_size\";s:2:\"18\";s:22:\"nav_dropdown_font_size\";s:2:\"14\";s:14:\"snav_font_size\";s:2:\"14\";s:18:\"side_nav_font_size\";s:2:\"18\";s:21:\"mobile_menu_font_size\";s:2:\"15\";s:21:\"breadcrumbs_font_size\";s:2:\"14\";s:15:\"sidew_font_size\";s:2:\"18\";s:20:\"slidingbar_font_size\";s:2:\"18\";s:15:\"footw_font_size\";s:2:\"18\";s:19:\"copyright_font_size\";s:2:\"14\";s:12:\"h1_font_size\";s:2:\"60\";s:12:\"h2_font_size\";s:2:\"48\";s:12:\"h3_font_size\";s:2:\"40\";s:12:\"h4_font_size\";s:2:\"18\";s:12:\"h5_font_size\";s:2:\"17\";s:12:\"h6_font_size\";s:2:\"15\";s:21:\"post_titles_font_size\";s:2:\"30\";s:28:\"post_titles_extras_font_size\";s:2:\"20\";s:17:\"tagline_font_size\";s:2:\"20\";s:14:\"meta_font_size\";s:2:\"13\";s:20:\"page_title_font_size\";s:2:\"30\";s:30:\"page_title_subheader_font_size\";s:2:\"22\";s:20:\"pagination_font_size\";s:2:\"15\";s:18:\"woo_icon_font_size\";s:2:\"20\";s:12:\"body_font_lh\";s:2:\"29\";s:10:\"h1_font_lh\";s:2:\"72\";s:10:\"h2_font_lh\";s:2:\"62\";s:10:\"h3_font_lh\";s:2:\"58\";s:10:\"h4_font_lh\";s:2:\"27\";s:10:\"h5_font_lh\";s:2:\"30\";s:10:\"h6_font_lh\";s:2:\"26\";s:19:\"post_titles_font_lh\";s:2:\"42\";s:11:\"sec_menu_lh\";s:2:\"44\";s:16:\"font_weight_body\";s:3:\"400\";s:16:\"font_weight_menu\";s:3:\"600\";s:20:\"font_weight_headings\";s:3:\"700\";s:27:\"font_weight_footer_headings\";s:3:\"700\";s:18:\"font_weight_button\";s:3:\"700\";s:10:\"h1_font_ls\";s:1:\"0\";s:10:\"h2_font_ls\";s:1:\"0\";s:10:\"h3_font_ls\";s:1:\"0\";s:10:\"h4_font_ls\";s:1:\"0\";s:10:\"h5_font_ls\";s:1:\"0\";s:10:\"h6_font_ls\";s:1:\"0\";s:12:\"menu_font_ls\";s:1:\"0\";s:14:\"button_font_ls\";s:1:\"1\";s:13:\"h1_top_margin\";s:4:\"0.37\";s:16:\"h1_bottom_margin\";s:4:\"0.37\";s:13:\"h2_top_margin\";s:1:\"0\";s:16:\"h2_bottom_margin\";s:4:\"0.32\";s:13:\"h3_top_margin\";s:1:\"0\";s:16:\"h3_bottom_margin\";s:4:\"0.37\";s:13:\"h4_top_margin\";s:3:\"1.1\";s:16:\"h4_bottom_margin\";s:4:\"0.15\";s:13:\"h5_top_margin\";s:4:\"1.37\";s:16:\"h5_bottom_margin\";s:4:\"1.37\";s:13:\"h6_top_margin\";s:4:\"2.13\";s:16:\"h6_bottom_margin\";s:4:\"2.13\";s:11:\"scheme_type\";s:5:\"Light\";s:12:\"color_scheme\";s:10:\"Light Grey\";s:13:\"primary_color\";s:7:\"#9e9e9e\";s:19:\"slidingbar_bg_color\";a:2:{s:5:\"color\";s:7:\"#191919\";s:7:\"opacity\";s:1:\"1\";}s:15:\"header_bg_color\";a:2:{s:5:\"color\";s:7:\"#dddddd\";s:7:\"opacity\";s:1:\"1\";}s:22:\"header_sticky_bg_color\";a:2:{s:5:\"color\";s:7:\"#dddddd\";s:7:\"opacity\";s:1:\"1\";}s:19:\"header_border_color\";s:7:\"#000000\";s:19:\"header_top_bg_color\";s:7:\"#000000\";s:19:\"page_title_bg_color\";s:7:\"#f2f2f2\";s:23:\"page_title_border_color\";s:11:\"transparent\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"sidebar_bg_color\";s:11:\"transparent\";s:23:\"sidebar_widget_bg_color\";s:11:\"transparent\";s:15:\"footer_bg_color\";s:7:\"#ffffff\";s:19:\"footer_border_color\";s:7:\"#f2f2f2\";s:18:\"copyright_bg_color\";s:7:\"#ffffff\";s:22:\"copyright_border_color\";s:7:\"#eaeaea\";s:24:\"image_gradient_top_color\";a:2:{s:5:\"color\";s:7:\"#e8e8e8\";s:7:\"opacity\";s:3:\"0.8\";}s:27:\"image_gradient_bottom_color\";s:7:\"#d6d6d6\";s:25:\"image_rollover_text_color\";s:7:\"#ffffff\";s:25:\"image_rollover_icon_color\";s:7:\"#9d1753\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:24:\"slidingbar_divider_color\";s:7:\"#4c4c4c\";s:20:\"footer_divider_color\";s:7:\"#eaeaea\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:15:\"form_text_color\";s:7:\"#707070\";s:17:\"form_border_color\";s:7:\"#eeeeee\";s:17:\"timeline_bg_color\";s:11:\"transparent\";s:14:\"timeline_color\";s:7:\"#eaeaea\";s:31:\"load_more_posts_button_bg_color\";s:7:\"#f2f2f2\";s:12:\"qty_bg_color\";s:7:\"#f2f2f2\";s:18:\"qty_bg_hover_color\";s:7:\"#ffffff\";s:21:\"woo_dropdown_bg_color\";s:7:\"#f2f2f2\";s:23:\"woo_dropdown_text_color\";s:7:\"#191919\";s:25:\"woo_dropdown_border_color\";s:7:\"#eaeaea\";s:16:\"main_top_padding\";s:4:\"70px\";s:19:\"main_bottom_padding\";s:4:\"70px\";s:16:\"hundredp_padding\";s:4:\"30px\";s:15:\"sidebar_padding\";s:3:\"0px\";s:14:\"col_top_margin\";s:3:\"0px\";s:17:\"col_bottom_margin\";s:4:\"20px\";s:22:\"slidingbar_text_shadow\";s:1:\"1\";s:20:\"rollover_text_shadow\";s:1:\"1\";s:18:\"footer_text_shadow\";s:1:\"1\";s:18:\"tagline_font_color\";s:7:\"#191919\";s:16:\"page_title_color\";s:7:\"#191919\";s:8:\"h1_color\";s:7:\"#191919\";s:8:\"h2_color\";s:7:\"#191919\";s:8:\"h3_color\";s:7:\"#191919\";s:8:\"h4_color\";s:7:\"#191919\";s:8:\"h5_color\";s:7:\"#191919\";s:8:\"h6_color\";s:7:\"#191919\";s:15:\"body_text_color\";s:7:\"#707070\";s:10:\"link_color\";s:7:\"#191919\";s:22:\"breadcrumbs_text_color\";s:7:\"#707070\";s:25:\"slidingbar_headings_color\";s:7:\"#ffffff\";s:21:\"slidingbar_text_color\";s:7:\"#f2f2f2\";s:21:\"slidingbar_link_color\";s:7:\"#ffffff\";s:21:\"sidebar_heading_color\";s:7:\"#191919\";s:21:\"footer_headings_color\";s:7:\"#191919\";s:17:\"footer_text_color\";s:7:\"#808080\";s:17:\"footer_link_color\";s:7:\"#191919\";s:17:\"menu_h45_bg_color\";s:7:\"#FFFFFF\";s:16:\"menu_first_color\";s:7:\"#000000\";s:22:\"menu_hover_first_color\";s:7:\"#9d1753\";s:17:\"menu_sub_bg_color\";s:7:\"#9d1753\";s:19:\"menu_bg_hover_color\";s:7:\"#9d1753\";s:14:\"menu_sub_color\";s:7:\"#ffffff\";s:18:\"menu_sub_sep_color\";s:11:\"transparent\";s:17:\"woo_cart_bg_color\";s:7:\"#f2f2f2\";s:10:\"snav_color\";s:7:\"#ffffff\";s:29:\"header_top_first_border_color\";s:7:\"#ffffff\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:25:\"header_top_menu_sub_color\";s:7:\"#707070\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#f2f2f2\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#191919\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#eaeaea\";s:22:\"mobile_header_bg_color\";s:7:\"#eeeeee\";s:28:\"mobile_menu_background_color\";s:7:\"#eeeeee\";s:24:\"mobile_menu_border_color\";s:7:\"#eeeeee\";s:23:\"mobile_menu_hover_color\";s:7:\"#f2f2f2\";s:22:\"mobile_menu_font_color\";s:7:\"#191919\";s:24:\"mobile_menu_toggle_color\";s:7:\"#9d1753\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:15:\"dates_box_color\";s:7:\"#eaeaea\";s:11:\"button_size\";s:6:\"XLarge\";s:11:\"button_span\";s:3:\"yes\";s:12:\"button_shape\";s:5:\"Round\";s:11:\"button_type\";s:4:\"Flat\";s:25:\"button_gradient_top_color\";s:7:\"#9c1753\";s:28:\"button_gradient_bottom_color\";s:7:\"#9c1753\";s:31:\"button_gradient_top_color_hover\";s:7:\"#000000\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#000000\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#9c1753\";s:19:\"button_border_width\";s:3:\"0px\";s:18:\"carousel_nav_color\";s:7:\"#707070\";s:20:\"carousel_hover_color\";s:7:\"#333333\";s:14:\"carousel_speed\";s:4:\"2800\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#9e9e9e\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:20:\"content_box_bg_color\";s:11:\"transparent\";s:22:\"content_box_title_size\";s:4:\"23px\";s:23:\"content_box_title_color\";s:7:\"#191919\";s:22:\"content_box_body_color\";s:7:\"#707070\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:5:\"round\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:25:\"content_box_icon_bg_color\";s:7:\"#9d1753\";s:38:\"content_box_icon_bg_inner_border_color\";s:11:\"transparent\";s:37:\"content_box_icon_bg_inner_border_size\";s:3:\"0px\";s:38:\"content_box_icon_bg_outer_border_color\";s:11:\"transparent\";s:37:\"content_box_icon_bg_outer_border_size\";s:3:\"0px\";s:21:\"content_box_icon_size\";s:2:\"24\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#9d1753\";s:21:\"content_box_link_type\";s:4:\"text\";s:21:\"content_box_link_area\";s:3:\"box\";s:23:\"content_box_link_target\";s:5:\"_self\";s:22:\"content_box_margin_top\";s:3:\"0px\";s:25:\"content_box_margin_bottom\";s:3:\"0px\";s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#9e9e9e\";s:26:\"countdown_background_image\";s:0:\"\";s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#ffffff\";s:28:\"countdown_counter_text_color\";s:7:\"#191919\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_color\";s:7:\"#9e9e9e\";s:22:\"counter_box_title_size\";s:2:\"52\";s:21:\"counter_box_icon_size\";s:2:\"50\";s:22:\"counter_box_body_color\";s:7:\"#707070\";s:21:\"counter_box_body_size\";s:2:\"18\";s:24:\"counter_box_border_color\";s:7:\"#eaeaea\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#9e9e9e\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#9e9e9e\";s:19:\"flip_boxes_front_bg\";s:7:\"#f2f2f2\";s:24:\"flip_boxes_front_heading\";s:7:\"#191919\";s:21:\"flip_boxes_front_text\";s:7:\"#707070\";s:18:\"flip_boxes_back_bg\";s:7:\"#9e9e9e\";s:23:\"flip_boxes_back_heading\";s:7:\"#eaeaea\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:3:\"1px\";s:23:\"flip_boxes_border_color\";s:11:\"transparent\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:19:\"full_width_bg_color\";s:0:\"\";s:22:\"full_width_border_size\";s:3:\"0px\";s:23:\"full_width_border_color\";s:7:\"#eaeaea\";s:17:\"icon_circle_color\";s:7:\"#9d1753\";s:17:\"icon_border_color\";s:11:\"transparent\";s:10:\"icon_color\";s:7:\"#ffffff\";s:21:\"imgframe_border_color\";s:7:\"#eaeaea\";s:22:\"imageframe_border_size\";s:3:\"0px\";s:24:\"imageframe_border_radius\";s:3:\"0px\";s:20:\"imgframe_style_color\";s:7:\"#191919\";s:14:\"modal_bg_color\";s:7:\"#f2f2f2\";s:18:\"modal_border_color\";s:7:\"#eaeaea\";s:23:\"person_background_color\";s:0:\"\";s:17:\"person_text_color\";s:0:\"\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:3:\"0px\";s:20:\"person_border_radius\";s:3:\"0px\";s:18:\"person_style_color\";s:0:\"\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f2f2f2\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#eaeaea\";s:18:\"popover_text_color\";s:7:\"#707070\";s:17:\"popover_placement\";s:3:\"Top\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#191919\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#191919\";s:17:\"pricing_box_color\";s:7:\"#c4c4c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:20:\"pricing_border_color\";s:7:\"#eaeaea\";s:21:\"pricing_divider_color\";s:7:\"#eaeaea\";s:24:\"progressbar_filled_color\";s:7:\"#9e9e9e\";s:31:\"progressbar_filled_border_color\";s:0:\"\";s:30:\"progressbar_filled_border_size\";s:2:\"0%\";s:26:\"progressbar_unfilled_color\";s:7:\"#f2f2f2\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:3:\"1px\";s:14:\"section_sep_bg\";s:7:\"#f2f2f2\";s:24:\"section_sep_border_color\";s:7:\"#eaeaea\";s:9:\"sep_color\";s:7:\"#eaeaea\";s:16:\"separator_circle\";s:1:\"1\";s:21:\"separator_border_size\";s:3:\"1px\";s:20:\"sharing_box_bg_color\";s:7:\"#f2f2f2\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#191919\";s:22:\"social_links_font_size\";s:2:\"24\";s:23:\"social_links_icon_color\";s:7:\"#9d1753\";s:18:\"social_links_boxed\";s:3:\"Yes\";s:22:\"social_links_box_color\";s:7:\"#ffffff\";s:25:\"social_links_boxed_radius\";s:5:\"round\";s:26:\"social_links_boxed_padding\";s:2:\"16\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#f2f2f2\";s:17:\"tabs_border_color\";s:7:\"#eaeaea\";s:10:\"tagline_bg\";s:7:\"#f2f2f2\";s:20:\"tagline_border_color\";s:7:\"#eaeaea\";s:18:\"tagline_margin_top\";s:0:\"\";s:21:\"tagline_margin_bottom\";s:2:\"84\";s:20:\"testimonial_bg_color\";s:7:\"#f2f2f2\";s:22:\"testimonial_text_color\";s:7:\"#707070\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:16:\"title_style_type\";s:6:\"single\";s:18:\"title_border_color\";s:7:\"#eaeaea\";s:16:\"title_top_margin\";s:2:\"0%\";s:19:\"title_bottom_margin\";s:4:\"30px\";s:22:\"accordion_divider_line\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#191919\";s:21:\"user_login_text_align\";s:6:\"center\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:24:\"blog_show_page_title_bar\";s:1:\"1\";s:11:\"blog_layout\";s:5:\"Large\";s:19:\"blog_archive_layout\";s:5:\"Large\";s:20:\"blog_pagination_type\";s:10:\"Pagination\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"55\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"1\";s:15:\"blog_post_title\";s:1:\"1\";s:11:\"author_info\";s:1:\"1\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"0\";s:14:\"post_meta_date\";s:1:\"0\";s:14:\"post_meta_cats\";s:1:\"0\";s:18:\"post_meta_comments\";s:1:\"0\";s:14:\"post_meta_read\";s:1:\"0\";s:14:\"post_meta_tags\";s:1:\"0\";s:11:\"date_format\";s:7:\"F jS, Y\";s:15:\"portfolio_items\";s:2:\"10\";s:24:\"portfolio_archive_layout\";s:20:\"Portfolio One Column\";s:24:\"portfolio_column_spacing\";s:2:\"12\";s:24:\"portfolio_content_length\";s:7:\"Excerpt\";s:24:\"excerpt_length_portfolio\";s:2:\"55\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:20:\"grid_pagination_type\";s:10:\"Pagination\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:29:\"portfolio_featured_image_size\";s:7:\"cropped\";s:16:\"portfolio_pn_nav\";s:1:\"0\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"0\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"0\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:22:\"sharing_social_tagline\";s:39:\"Share This Story, Choose Your Platform!\";s:15:\"social_bg_color\";s:7:\"#f2f2f2\";s:30:\"sharing_social_links_font_size\";s:2:\"18\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ff8d61\";s:26:\"sharing_social_links_boxed\";s:3:\"Yes\";s:30:\"sharing_social_links_box_color\";s:7:\"#ffffff\";s:33:\"sharing_social_links_boxed_radius\";s:5:\"round\";s:34:\"sharing_social_links_boxed_padding\";s:1:\"8\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"1\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"1\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"1\";s:13:\"sharing_email\";s:1:\"1\";s:13:\"facebook_link\";s:54:\"https://www.facebook.com/pages/TvHAMILTON/468584220051\";s:15:\"social_sorter_1\";s:13:\"facebook_link\";s:12:\"twitter_link\";s:30:\"https://twitter.com/tvhamilton\";s:15:\"social_sorter_2\";s:12:\"twitter_link\";s:11:\"google_link\";s:0:\"\";s:15:\"social_sorter_3\";s:11:\"google_link\";s:14:\"instagram_link\";s:0:\"\";s:15:\"social_sorter_4\";s:14:\"instagram_link\";s:12:\"youtube_link\";s:39:\"https://www.youtube.com/user/TvHAMILTON\";s:15:\"social_sorter_5\";s:12:\"youtube_link\";s:11:\"flickr_link\";s:0:\"\";s:15:\"social_sorter_6\";s:11:\"flickr_link\";s:8:\"rss_link\";s:0:\"\";s:15:\"social_sorter_7\";s:8:\"rss_link\";s:10:\"vimeo_link\";s:0:\"\";s:15:\"social_sorter_8\";s:10:\"vimeo_link\";s:14:\"pinterest_link\";s:0:\"\";s:15:\"social_sorter_9\";s:14:\"pinterest_link\";s:11:\"tumblr_link\";s:0:\"\";s:16:\"social_sorter_10\";s:11:\"tumblr_link\";s:13:\"dribbble_link\";s:0:\"\";s:16:\"social_sorter_11\";s:13:\"dribbble_link\";s:9:\"digg_link\";s:0:\"\";s:16:\"social_sorter_12\";s:9:\"digg_link\";s:13:\"linkedin_link\";s:0:\"\";s:16:\"social_sorter_13\";s:13:\"linkedin_link\";s:12:\"blogger_link\";s:0:\"\";s:16:\"social_sorter_14\";s:12:\"blogger_link\";s:10:\"skype_link\";s:0:\"\";s:16:\"social_sorter_15\";s:10:\"skype_link\";s:11:\"forrst_link\";s:0:\"\";s:16:\"social_sorter_16\";s:11:\"forrst_link\";s:12:\"myspace_link\";s:0:\"\";s:16:\"social_sorter_17\";s:12:\"myspace_link\";s:15:\"deviantart_link\";s:0:\"\";s:16:\"social_sorter_18\";s:15:\"deviantart_link\";s:10:\"yahoo_link\";s:0:\"\";s:16:\"social_sorter_19\";s:10:\"yahoo_link\";s:11:\"reddit_link\";s:0:\"\";s:16:\"social_sorter_20\";s:11:\"reddit_link\";s:11:\"paypal_link\";s:0:\"\";s:16:\"social_sorter_21\";s:11:\"paypal_link\";s:12:\"dropbox_link\";s:0:\"\";s:16:\"social_sorter_22\";s:12:\"dropbox_link\";s:15:\"soundcloud_link\";s:0:\"\";s:16:\"social_sorter_23\";s:15:\"soundcloud_link\";s:7:\"vk_link\";s:0:\"\";s:16:\"social_sorter_24\";s:7:\"vk_link\";s:10:\"email_link\";s:0:\"\";s:16:\"social_sorter_25\";s:10:\"email_link\";s:13:\"social_sorter\";s:415:\"social_sorter_1,social_sorter_2,social_sorter_3,social_sorter_4,social_sorter_5,social_sorter_6,social_sorter_7,social_sorter_8,social_sorter_9,social_sorter_10,social_sorter_11,social_sorter_12,social_sorter_13,social_sorter_14,social_sorter_15,social_sorter_16,social_sorter_17,social_sorter_18,social_sorter_19,social_sorter_20,social_sorter_21,social_sorter_22,social_sorter_23,social_sorter_24,social_sorter_25\";s:16:\"custom_icon_name\";s:0:\"\";s:17:\"custom_icon_image\";s:0:\"\";s:24:\"custom_icon_image_retina\";s:0:\"\";s:17:\"retina_icon_width\";s:0:\"\";s:18:\"retina_icon_height\";s:0:\"\";s:16:\"custom_icon_link\";s:0:\"\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:20:\"slider_nav_box_width\";s:4:\"30px\";s:21:\"slider_nav_box_height\";s:4:\"30px\";s:17:\"slider_arrow_size\";s:4:\"14px\";s:17:\"tfes_slider_width\";s:4:\"100%\";s:18:\"tfes_slider_height\";s:3:\"400\";s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:2:\"42\";s:20:\"es_caption_font_size\";s:2:\"20\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"0\";s:22:\"status_lightbox_single\";s:1:\"0\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:3:\"0.9\";s:14:\"lightbox_title\";s:1:\"1\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:20:\"lightbox_video_width\";s:4:\"1280\";s:21:\"lightbox_video_height\";s:3:\"720\";s:13:\"email_address\";s:0:\"\";s:24:\"contact_comment_position\";s:5:\"below\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:9:\"gmap_type\";s:7:\"roadmap\";s:10:\"gmap_width\";s:4:\"100%\";s:11:\"gmap_height\";s:3:\"415\";s:14:\"gmap_topmargin\";s:2:\"55\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"0\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"0\";s:9:\"map_scale\";s:1:\"0\";s:15:\"map_zoomcontrol\";s:1:\"0\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:0:\"\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:0:\"\";s:22:\"map_infobox_text_color\";s:0:\"\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:13:\"search_layout\";s:4:\"Grid\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"0\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"0\";s:26:\"search_new_search_position\";s:3:\"top\";s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"0\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:17:\"form_input_height\";s:4:\"57px\";s:15:\"pw_jpeg_quality\";s:2:\"90\";s:20:\"number_related_posts\";s:1:\"6\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"40\";s:20:\"related_posts_layout\";s:17:\"title_below_image\";s:24:\"related_posts_image_size\";s:4:\"full\";s:22:\"related_posts_autoplay\";s:1:\"1\";s:19:\"related_posts_speed\";s:4:\"2800\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"1\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:12:\"center_horiz\";s:24:\"image_rollover_icon_size\";s:2:\"30\";s:19:\"link_image_rollover\";s:1:\"0\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"0\";s:22:\"pagination_box_padding\";s:7:\"2px 6px\";s:23:\"pagination_text_display\";s:1:\"1\";s:16:\"smooth_scrolling\";s:1:\"1\";s:15:\"disable_builder\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"0\";s:16:\"disable_megamenu\";s:1:\"0\";s:16:\"avada_rev_styles\";s:1:\"0\";s:22:\"avada_styles_dropdowns\";s:1:\"0\";s:15:\"use_animate_css\";s:1:\"0\";s:26:\"disable_mobile_animate_css\";s:1:\"1\";s:27:\"disable_mobile_image_hovers\";s:1:\"0\";s:9:\"status_yt\";s:1:\"0\";s:12:\"status_vimeo\";s:1:\"0\";s:11:\"status_gmap\";s:1:\"0\";s:12:\"status_totop\";s:1:\"0\";s:19:\"status_totop_mobile\";s:1:\"0\";s:20:\"status_fusion_slider\";s:1:\"0\";s:14:\"status_eslider\";s:1:\"0\";s:18:\"status_fontawesome\";s:1:\"0\";s:16:\"status_opengraph\";s:1:\"0\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"0\";s:19:\"disable_woo_gallery\";s:1:\"0\";s:8:\"dev_mode\";s:1:\"0\";s:20:\"dynamic_css_compiler\";s:1:\"1\";s:22:\"dynamic_css_db_caching\";s:1:\"0\";s:15:\"cache_server_ip\";s:0:\"\";s:30:\"woocommerce_product_box_design\";s:7:\"classic\";s:9:\"woo_items\";s:2:\"12\";s:29:\"woocommerce_shop_page_columns\";s:1:\"4\";s:27:\"woocommerce_related_columns\";s:1:\"4\";s:32:\"woocommerce_archive_page_columns\";s:1:\"3\";s:30:\"woocommerce_product_tab_design\";s:8:\"vertical\";s:26:\"woocommerce_avada_ordering\";s:1:\"0\";s:36:\"woocommerce_disable_crossfade_effect\";s:1:\"0\";s:29:\"woocommerce_one_page_checkout\";s:1:\"0\";s:30:\"woocommerce_enable_order_notes\";s:1:\"1\";s:24:\"woocommerce_cart_counter\";s:1:\"0\";s:29:\"woocommerce_acc_link_main_nav\";s:1:\"0\";s:30:\"woocommerce_cart_link_main_nav\";s:1:\"1\";s:28:\"woocommerce_acc_link_top_nav\";s:1:\"1\";s:29:\"woocommerce_cart_link_top_nav\";s:1:\"1\";s:24:\"woocommerce_social_links\";s:1:\"1\";s:28:\"woocommerce_toggle_grid_list\";s:1:\"1\";s:13:\"woo_acc_msg_1\";s:55:\"Need Assistance? Call customer service at 888-555-5555.\";s:13:\"woo_acc_msg_2\";s:32:\"E-mail them at info@yourshop.com\";s:19:\"bbp_forum_header_bg\";s:7:\"#25a9bd\";s:27:\"bbp_forum_header_font_color\";s:7:\"#ffffff\";s:22:\"bbp_forum_border_color\";s:7:\"#eaeaea\";s:22:\"bbpress_global_sidebar\";s:1:\"1\";s:15:\"ppbress_sidebar\";s:13:\"Forum Sidebar\";s:17:\"ppbress_sidebar_2\";s:4:\"None\";s:24:\"bbpress_sidebar_position\";s:5:\"Right\";s:26:\"primary_overlay_text_color\";s:7:\"#ffffff\";s:15:\"ec_bar_bg_color\";s:7:\"#efeded\";s:17:\"ec_bar_text_color\";s:7:\"#747474\";s:28:\"ec_calendar_heading_bg_color\";s:7:\"#b2b2b2\";s:20:\"ec_calendar_bg_color\";s:7:\"#b2b2b2\";s:19:\"ec_tooltip_bg_color\";s:7:\"#ffffff\";s:21:\"ec_tooltip_body_color\";s:7:\"#747474\";s:15:\"ec_border_color\";s:7:\"#e0dede\";s:13:\"ec_hover_type\";s:4:\"none\";s:15:\"ec_bg_list_view\";s:5:\"cover\";s:25:\"events_social_sharing_box\";s:1:\"1\";s:19:\"ec_sidebar_bg_color\";s:7:\"#f6f6f6\";s:18:\"ec_sidebar_padding\";s:2:\"4%\";s:18:\"ec_sidew_font_size\";s:2:\"17\";s:26:\"ec_sidebar_widget_bg_color\";s:7:\"#aoce4e\";s:24:\"ec_sidebar_heading_color\";s:7:\"#333333\";s:17:\"ec_text_font_size\";s:2:\"14\";s:21:\"ec_sidebar_text_color\";s:7:\"#747474\";s:21:\"ec_sidebar_link_color\";s:7:\"#333333\";s:24:\"ec_sidebar_divider_color\";s:7:\"#e8e8e8\";s:16:\"ec_sidebar_width\";s:3:\"32%\";s:20:\"ec_sidebar_2_1_width\";s:3:\"21%\";s:20:\"ec_sidebar_2_2_width\";s:3:\"21%\";s:17:\"ec_global_sidebar\";s:1:\"0\";s:10:\"ec_sidebar\";s:4:\"None\";s:12:\"ec_sidebar_2\";s:4:\"None\";s:14:\"ec_sidebar_pos\";s:5:\"Right\";s:10:\"custom_css\";s:56:\"/* TALL BUTTONS */\r\n.customButton { padding: 70px; }\r\n\r\n\";s:15:\"heading_general\";s:0:\"\";s:4:\"code\";s:81:\"<h3 style=\'margin: 0;\'>Tracking / Space Before Head / Space Before Body Code</h3>\";s:18:\"heading_responsive\";s:0:\"\";s:18:\"heading_site_width\";s:0:\"\";s:21:\"content_sidebar_width\";s:96:\"<h3 style=\'margin: 0;\'>Sidebar Width</h3><p>These settings are used on pages with 1 sidebar.</p>\";s:29:\"content_sidebar_sidebar_width\";s:107:\"<h3 style=\'margin: 0;\'>Sidebar + Sidebar Width</h3><p>These settings are used on pages with 2 sidebars.</p>\";s:14:\"heading_header\";s:0:\"\";s:13:\"header_info_1\";s:50:\"<h3 style=\'margin: 0;\'>Header Content Options</h3>\";s:13:\"header_info_2\";s:45:\"<h3 style=\'margin: 0;\'>Header Background</h3>\";s:13:\"header_info_3\";s:47:\"<h3 style=\'margin: 0;\'>Header Social Icons</h3>\";s:21:\"heading_sticky_header\";s:0:\"\";s:18:\"sticky_header_info\";s:49:\"<h3 style=\'margin: 0;\'>Sticky Header Options</h3>\";s:12:\"heading_logo\";s:0:\"\";s:11:\"header_info\";s:46:\"<h3 style=\'margin: 0;\'>Breadcrumb Options</h3>\";s:19:\"sticky_logo_wrapper\";s:46:\"<h3 style=\'margin: 0;\'>Sticky Header Logo</h3>\";s:19:\"mobile_logo_wrapper\";s:39:\"<h3 style=\'margin: 0;\'>Mobile Logo</h3>\";s:21:\"logo_settings_wrapper\";s:41:\"<h3 style=\'margin: 0;\'>Logo Settings</h3>\";s:8:\"favicons\";s:43:\"<h3 style=\'margin: 0;\'>Favicon Options</h3>\";s:12:\"heading_menu\";s:0:\"\";s:19:\"mobile_menu_options\";s:47:\"<h3 style=\'margin: 0;\'>Mobile Menu Options</h3>\";s:22:\"heading_page_title_bar\";s:0:\"\";s:19:\"heading_sliding_bar\";s:0:\"\";s:11:\"sliding_bar\";s:47:\"<h3 style=\'margin: 0;\'>Sliding Bar Options</h3>\";s:14:\"heading_footer\";s:0:\"\";s:25:\"footer_widgets_area_title\";s:55:\"<h3 style=\'margin: 0;\'>Footer Widgets Area Options</h3>\";s:27:\"footer_parallax_effect_info\";s:59:\"This enables a fixed footer with parallax scrolling effect.\";s:28:\"footer_area_bg_parallax_info\";s:115:\"This enables a parallax effect on the background image selected in \'Background Image For Footer Widget Area\' field.\";s:18:\"footer_sticky_info\";s:243:\"This enables a sticky footer. The entire footer area will always be \'below the fold\'. On very short pages, it makes sure that the footer sticks at the bottom, just above the fold.<br />IMPORTANT: \'Sticky Footer Height\' field must be filled in.\";s:41:\"footer_sticky_with_parallax_bg_image_info\";s:200:\"This enables a sticky footer together with a parallax effect on the background image. The entire footer area will always be \'below the fold\'. IMPORTANT: \'Sticky Footer Height\' field must be filled in.\";s:20:\"copyright_area_title\";s:57:\"<h3 style=\'margin: 0;\'>Footer Copyright Area Options</h3>\";s:24:\"footer_social_icon_title\";s:47:\"<h3 style=\'margin: 0;\'>Social Icon Options</h3>\";s:16:\"heading_sidebars\";s:0:\"\";s:14:\"pages_sidebars\";s:33:\"<h3 style=\'margin: 0;\'>Pages</h3>\";s:5:\"pages\";s:33:\"<h3 style=\'margin: 0;\'>Pages</h3>\";s:9:\"portfolio\";s:43:\"<h3 style=\'margin: 0;\'>Portfolio Posts</h3>\";s:15:\"portfolio_posts\";s:43:\"<h3 style=\'margin: 0;\'>Portfolio Posts</h3>\";s:17:\"portfolio_archive\";s:60:\"<h3 style=\'margin: 0;\'>Portfolio Archive/Category Pages</h3>\";s:10:\"blog_posts\";s:38:\"<h3 style=\'margin: 0;\'>Blog Posts</h3>\";s:13:\"blog_archives\";s:55:\"<h3 style=\'margin: 0;\'>Blog Archive/Category Pages</h3>\";s:12:\"woo_products\";s:48:\"<h3 style=\'margin: 0;\'>Woocommerce Products</h3>\";s:12:\"woo_archives\";s:62:\"<h3 style=\'margin: 0;\'>WooCommerce Archive/Category Pages</h3>\";s:11:\"search_only\";s:39:\"<h3 style=\'margin: 0;\'>Search Page</h3>\";s:18:\"heading_background\";s:0:\"\";s:15:\"boxed_mode_only\";s:76:\"<h3 style=\'margin: 0;\'>Background options below only work in boxed mode</h3>\";s:15:\"both_modes_only\";s:79:\"<h3 style=\'margin: 0;\'>Background Options Below Work For Boxed & Wide Mode</h3>\";s:18:\"heading_typography\";s:0:\"\";s:19:\"custom_heading_font\";s:174:\"<h3 style=\'margin: 0;\'>Custom Font For Menus And Headings</h3><p style=\'margin-bottom:0;\'>This will override the google / standard font options. All 4 files are required.</p>\";s:18:\"google_fonts_intro\";s:113:\"<h3 style=\'margin: 0;\'>Google Fonts</h3><p style=\'margin-bottom:0;\'>This will override standard font options.</p>\";s:20:\"standard_fonts_intro\";s:42:\"<h3 style=\'margin: 0;\'>Standard Fonts</h3>\";s:15:\"font_size_intro\";s:38:\"<h3 style=\'margin: 0;\'>Font Sizes</h3>\";s:25:\"font_line_heights_wrapper\";s:45:\"<h3 style=\'margin: 0;\'>Font Line Heights</h3>\";s:20:\"font_weights_wrapper\";s:40:\"<h3 style=\'margin: 0;\'>Font Weights</h3>\";s:24:\"font_weights_description\";s:414:\"<ul class=\'list\'><li>If you use a custom font, the font weight will correspond to the font weight of the uploaded files, thus these settings do not apply.</li><li>If you use a google font, make sure to load the font weight in \'Google Font Settings\' field that corresponds to the one in parenthesis here.</li><li>Browser standard fonts in general support only \'Normal (400)\' and \'Bold (700)\' font weights.</li></ul>\";s:27:\"font_letter_spacing_wrapper\";s:47:\"<h3 style=\'margin: 0;\'>Font Letter Spacing</h3>\";s:20:\"font_margins_wrapper\";s:40:\"<h3 style=\'margin: 0;\'>Font Margins</h3>\";s:15:\"heading_styling\";s:0:\"\";s:17:\"bg_colors_wrapper\";s:45:\"<h3 style=\'margin: 0;\'>Background Colors</h3>\";s:22:\"element_colors_wrapper\";s:42:\"<h3 style=\'margin: 0;\'>Element Colors</h3>\";s:23:\"element_options_wrapper\";s:42:\"<h3 style=\'margin: 0;\'>Layout Options</h3>\";s:19:\"font_colors_wrapper\";s:39:\"<h3 style=\'margin: 0;\'>Font Colors</h3>\";s:24:\"main_menu_colors_wrapper\";s:44:\"<h3 style=\'margin: 0;\'>Main Menu Colors</h3>\";s:17:\"menu_colors_intro\";s:49:\"<h3 style=\'margin: 0;\'>Secondary Menu Colors</h3>\";s:26:\"mobile_menu_colors_wrapper\";s:46:\"<h3 style=\'margin: 0;\'>Mobile Menu Colors</h3>\";s:25:\"heading_shortcode_styling\";s:0:\"\";s:14:\"blog_shortcode\";s:42:\"<h3 style=\'margin: 0;\'>Blog Shortcode</h3>\";s:16:\"button_shortcode\";s:44:\"<h3 style=\'margin: 0;\'>Button Shortcode</h3>\";s:18:\"carousel_shortcode\";s:46:\"<h3 style=\'margin: 0;\'>Carousel Shortcode</h3>\";s:19:\"checklist_shortcode\";s:47:\"<h3 style=\'margin: 0;\'>Checklist Shortcode</h3>\";s:12:\"cb_shortcode\";s:49:\"<h3 style=\'margin: 0;\'>Content Box Shortcode</h3>\";s:19:\"countdown_shortcode\";s:47:\"<h3 style=\'margin: 0;\'>Countdown Shortcode</h3>\";s:18:\"counterb_shortcode\";s:51:\"<h3 style=\'margin: 0;\'>Counter Boxes Shortcode</h3>\";s:12:\"cc_shortcode\";s:52:\"<h3 style=\'margin: 0;\'>Counter Circle Shortcode</h3>\";s:17:\"dropcap_shortcode\";s:45:\"<h3 style=\'margin: 0;\'>Dropcap Shortcode</h3>\";s:15:\"flipb_shortcode\";s:48:\"<h3 style=\'margin: 0;\'>Flip Boxes Shortcode</h3>\";s:19:\"fullwidth_shortcode\";s:48:\"<h3 style=\'margin: 0;\'>Full Width Shortcode</h3>\";s:14:\"icon_shortcode\";s:42:\"<h3 style=\'margin: 0;\'>Icon Shortcode</h3>\";s:14:\"imgf_shortcode\";s:49:\"<h3 style=\'margin: 0;\'>Image Frame Shortcode</h3>\";s:15:\"modal_shortcode\";s:43:\"<h3 style=\'margin: 0;\'>Modal Shortcode</h3>\";s:16:\"person_shortcode\";s:44:\"<h3 style=\'margin: 0;\'>Person Shortcode</h3>\";s:17:\"popover_shortcode\";s:45:\"<h3 style=\'margin: 0;\'>Popover Shortcode</h3>\";s:22:\"pricingtable_shortcode\";s:51:\"<h3 style=\'margin: 0;\'>Pricing Table Shortcode</h3>\";s:21:\"progressbar_shortcode\";s:50:\"<h3 style=\'margin: 0;\'>Progress Bar Shortcode</h3>\";s:26:\"sectionseparator_shortcode\";s:55:\"<h3 style=\'margin: 0;\'>Section Separator Shortcode</h3>\";s:19:\"separator_shortcode\";s:47:\"<h3 style=\'margin: 0;\'>Separator Shortcode</h3>\";s:20:\"sharingbox_shortcode\";s:49:\"<h3 style=\'margin: 0;\'>Sharing Box Shortcode</h3>\";s:21:\"sociallinks_shortcode\";s:50:\"<h3 style=\'margin: 0;\'>Social Links Shortcode</h3>\";s:14:\"tabs_shortcode\";s:42:\"<h3 style=\'margin: 0;\'>Tabs Shortcode</h3>\";s:17:\"tagline_shortcode\";s:45:\"<h3 style=\'margin: 0;\'>Tagline Shortcode</h3>\";s:22:\"testimonials_shortcode\";s:50:\"<h3 style=\'margin: 0;\'>Testimonials Shortcode</h3>\";s:15:\"title_shortcode\";s:43:\"<h3 style=\'margin: 0;\'>Title Shortcode</h3>\";s:19:\"accordion_shortcode\";s:45:\"<h3 style=\'margin: 0;\'>Toggles Shortcode</h3>\";s:15:\"login_shortcode\";s:49:\"<h3 style=\'margin: 0;\'>User Login Shortcodes</h3>\";s:12:\"heading_blog\";s:0:\"\";s:16:\"blog_single_post\";s:62:\"<h3 style=\'margin: 0;\'>Portfolio Single Post Page Options</h3>\";s:9:\"blog_meta\";s:45:\"<h3 style=\'margin: 0;\'>Blog Meta Options</h3>\";s:17:\"heading_portfolio\";s:0:\"\";s:26:\"heading_social_sharing_box\";s:0:\"\";s:35:\"social_share_box_icon_options_title\";s:57:\"<h3 style=\'margin: 0;\'>Social Share Box Icon Options</h3>\";s:28:\"social_share_box_links_title\";s:50:\"<h3 style=\'margin: 0;\'>Social Share Box Links</h3>\";s:20:\"heading_social_media\";s:0:\"\";s:27:\"custom_color_scheme_element\";s:46:\"<h3 style=\'margin: 0;\'>Custom Social Icon</h3>\";s:18:\"heading_slideshows\";s:0:\"\";s:22:\"heading_elastic_slider\";s:0:\"\";s:16:\"heading_lightbox\";s:0:\"\";s:8:\"lightbox\";s:44:\"<h3 style=\'margin: 0;\'>Lightbox Options</h3>\";s:15:\"heading_contact\";s:0:\"\";s:9:\"recaptcha\";s:50:\"<h3 style=\'margin: 0;\'>ReCaptcha Spam Options</h3>\";s:10:\"google_map\";s:53:\"<h3 style=\'margin: 0;\'>Google Map Design Styling</h3>\";s:19:\"heading_search_page\";s:0:\"\";s:6:\"search\";s:42:\"<h3 style=\'margin: 0;\'>Search Options</h3>\";s:13:\"heading_extra\";s:0:\"\";s:12:\"misc_options\";s:49:\"<h3 style=\'margin: 0;\'>Miscellaneous Options</h3>\";s:9:\"rollovers\";s:46:\"<h3 style=\'margin: 0;\'>Pagination Options</h3>\";s:16:\"heading_advanced\";s:0:\"\";s:22:\"enable_disable_heading\";s:76:\"<h3 style=\'margin: 0;\'>Enable / Disable Theme Features & Plugin Support</h3>\";s:28:\"dynamic_css_compiler_heading\";s:40:\"<h3 style=\'margin: 0;\'>Dynamic CSS.</h3>\";s:19:\"heading_woocommerce\";s:0:\"\";s:15:\"heading_bbpress\";s:0:\"\";s:16:\"bbpress_sidebars\";s:35:\"<h3 style=\'margin: 0;\'>BBPress</h3>\";s:10:\"heading_ec\";s:0:\"\";s:38:\"ec_single_event_detail_section_heading\";s:55:\"<h3 style=\'margin: 0;\'>Single Event Detail Section</h3>\";s:24:\"ec_content_sidebar_width\";s:146:\"<h3 style=\'margin: 0;\'>Events Content + Sidebar Width</h3><p>These settings are used on pages with 1 sidebar. Total values must add up to 100.</p>\";s:32:\"ec_content_sidebar_sidebar_width\";s:157:\"<h3 style=\'margin: 0;\'>Events Content + Sidebar + Sidebar Width</h3><p>These settings are used on pages with 2 sidebars. Total values must add up to 100.</p>\";s:25:\"ec_global_sidebar_heading\";s:49:\"<h3 style=\'margin: 0;\'>Events Global Sidebar</h3>\";s:18:\"heading_custom_css\";s:0:\"\";s:18:\"advanced_css_intro\";s:55:\"<h3 style=\'margin: 0;\'>Advanced CSS Customizations</h3>\";s:15:\"custom_css_info\";s:254:\"Paste your CSS code, do not include any tags or HTML in the field. Any custom CSS entered here will override the theme CSS. In some cases, the !important tag may be needed. Don\'t URL encode image or svg paths. Contents of this field will be auto encoded.\";s:14:\"heading_backup\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";}','yes'),(292,'avada_disable_builder','0','yes'),(295,'avada_disable_encoding','0','yes'),(298,'avada_dynamic_css_posts','a:73:{i:5;b:1;s:6:\"global\";b:1;i:1054;b:1;i:1021;b:1;i:1080;b:0;i:1;b:0;i:1083;b:0;i:199;b:0;i:1086;b:0;i:197;b:0;i:1089;b:0;i:192;b:0;i:1092;b:0;i:189;b:0;i:1095;b:0;i:186;b:0;i:1098;b:0;i:183;b:0;i:1101;b:0;i:180;b:0;i:1104;b:0;i:176;b:0;i:1107;b:0;i:173;b:0;i:1110;b:0;i:170;b:0;i:1113;b:0;i:167;b:0;i:1116;b:0;i:164;b:0;i:1119;b:0;i:162;b:0;i:1122;b:0;i:157;b:0;i:1125;b:0;i:154;b:0;i:1128;b:0;i:151;b:0;i:1131;b:0;i:148;b:0;i:1134;b:0;i:145;b:0;i:1137;b:0;i:142;b:0;i:1140;b:0;i:139;b:0;i:1143;b:0;i:136;b:0;i:1146;b:0;i:127;b:0;i:1149;b:0;i:119;b:0;i:1152;b:0;i:117;b:0;i:513;b:0;i:339;b:0;i:257;b:0;i:979;b:1;i:997;b:1;i:1153;b:0;i:36;b:0;i:1155;b:0;i:1008;b:1;i:1160;b:0;i:1163;b:0;i:1165;b:0;i:1168;b:0;i:1169;b:0;i:1171;b:0;i:1174;b:0;i:1178;b:0;i:1180;b:0;i:1186;b:0;}','yes'),(301,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(304,'shop_single_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(307,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(316,'avada_theme_version','3.9.3','yes'),(319,'_transient_timeout_avada_dynamic_css_global','1457226237','no'),(325,'category_children','a:0:{}','yes'),(331,'portfolio_category_children','a:0:{}','yes'),(334,'portfolio_skills_children','a:0:{}','yes'),(337,'faq_category_children','a:0:{}','yes'),(343,'sbg_sidebars','a:5:{s:11:\"NewsSidebar\";s:12:\"News Sidebar\";s:12:\"ForumSidebar\";s:13:\"Forum Sidebar\";s:12:\"AppleSidebar\";s:13:\"Apple Sidebar\";s:14:\"AndroidSidebar\";s:15:\"Android Sidebar\";s:16:\"MicrosoftSidebar\";s:17:\"Microsoft Sidebar\";}','yes'),(346,'widget_bbp_topics_widget','a:12:{i:3;a:6:{s:5:\"title\";s:14:\"Popular Topics\";s:8:\"order_by\";s:7:\"popular\";s:12:\"parent_forum\";s:3:\"any\";s:9:\"show_date\";b:0;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}i:5;a:6:{s:5:\"title\";s:13:\"Recent Topics\";s:8:\"order_by\";s:7:\"newness\";s:12:\"parent_forum\";s:3:\"any\";s:9:\"show_date\";b:0;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}i:4;a:6:{s:5:\"title\";s:13:\"Recent Topics\";s:8:\"order_by\";s:7:\"newness\";s:12:\"parent_forum\";s:3:\"323\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}i:2;a:6:{s:5:\"title\";s:19:\"Forum Recent Topics\";s:8:\"order_by\";s:7:\"newness\";s:12:\"parent_forum\";s:3:\"any\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:1;s:9:\"max_shown\";i:4;}i:6;a:6:{s:5:\"title\";s:26:\"Topics With Recent Replies\";s:8:\"order_by\";s:9:\"freshness\";s:12:\"parent_forum\";s:3:\"any\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:1;s:9:\"max_shown\";i:4;}i:7;a:6:{s:5:\"title\";s:13:\"Recent Topics\";s:8:\"order_by\";s:7:\"newness\";s:12:\"parent_forum\";s:3:\"318\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}i:8;a:6:{s:5:\"title\";s:14:\"Popular Topics\";s:8:\"order_by\";s:7:\"popular\";s:12:\"parent_forum\";s:3:\"318\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}i:11;a:6:{s:5:\"title\";s:13:\"Recent Topics\";s:8:\"order_by\";s:7:\"newness\";s:12:\"parent_forum\";s:3:\"321\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}i:12;a:6:{s:5:\"title\";s:14:\"Popular Topics\";s:8:\"order_by\";s:7:\"popular\";s:12:\"parent_forum\";s:3:\"321\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}i:9;a:6:{s:5:\"title\";s:13:\"Recent Topics\";s:8:\"order_by\";s:7:\"newness\";s:12:\"parent_forum\";s:3:\"321\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}i:10;a:6:{s:5:\"title\";s:14:\"Popular Topics\";s:8:\"order_by\";s:7:\"popular\";s:12:\"parent_forum\";s:3:\"321\";s:9:\"show_date\";b:1;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}s:12:\"_multiwidget\";i:1;}','yes'),(349,'widget_bbp_replies_widget','a:2:{i:2;a:4:{s:5:\"title\";s:14:\"Latest Replies\";s:9:\"show_date\";b:0;s:9:\"show_user\";b:0;s:9:\"max_shown\";i:4;}s:12:\"_multiwidget\";i:1;}','yes'),(352,'widget_bbp_login_widget','a:2:{i:2;a:3:{s:5:\"title\";s:7:\"Sign in\";s:8:\"register\";s:41:\"http://theme-fusion.com/avada/forum/join/\";s:8:\"lostpass\";s:31:\"?phpechowp_lostpassword_url();?\";}s:12:\"_multiwidget\";i:1;}','yes'),(355,'widget_bbp_views_widget','a:2:{i:2;a:1:{s:5:\"title\";s:18:\"Topic Views Filter\";}s:12:\"_multiwidget\";i:1;}','yes'),(358,'widget_bbp_forums_widget','a:3:{i:2;a:2:{s:5:\"title\";s:9:\"Subforums\";s:12:\"parent_forum\";s:3:\"318\";}i:3;a:2:{s:5:\"title\";s:9:\"Subforums\";s:12:\"parent_forum\";s:3:\"321\";}s:12:\"_multiwidget\";i:1;}','yes'),(364,'taxonomy_109','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"320px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:2:\"21\";s:11:\"typo_factor\";s:1:\"2\";}','yes'),(367,'taxonomy_112','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"320px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:2:\"21\";s:11:\"typo_factor\";s:1:\"2\";}','yes'),(370,'taxonomy_115','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"1\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}','yes'),(373,'taxonomy_118','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"320px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:2:\"21\";s:11:\"typo_factor\";s:1:\"2\";}','yes'),(376,'avada_imported_demo','false','yes'),(385,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(399,'_site_transient_timeout_available_translations','1457236217','yes'),(402,'_site_transient_available_translations','a:77:{s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-07 13:09:53\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 13:17:04\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 09:40:25\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-16 13:48:03\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-26 16:01:40\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 14:19:21\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-29 10:47:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-26 16:11:56\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-01 18:27:32\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-14 21:14:29\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:34:17\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-25 13:07:29\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-28 19:55:54\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 06:14:13\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-09 18:08:52\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-24 15:17:36\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-13 12:28:49\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-18 06:44:22\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 21:19:15\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-31 19:24:20\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 10:20:56\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.3\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.3/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 16:48:03\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-28 21:55:44\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-06 14:16:56\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-24 11:33:48\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-03 14:37:42\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-30 18:58:39\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-25 13:08:14\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-09 08:53:31\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-24 00:12:01\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-28 05:41:39\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 18:59:13\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 16:21:37\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-26 19:07:19\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.10/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-10 18:05:56\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-25 13:02:32\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-24 11:09:36\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-02 00:04:31\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-26 11:29:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-26 00:00:18\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 10:30:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 23:28:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-03 22:04:41\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 18:51:41\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 22:55:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(436,'frm_last_style_update','36116','yes'),(439,'frmpro_css','/* WARNING: Any changes made to this file will be lost when your Formidable settings are updated */\n.frm_hidden,.with_frm_style .frm_button.frm_hidden{display:none;}legend.frm_hidden{display:none !important;}.frm_transparent{color:transparent;}.input[type=file].frm_transparent:focus, .with_frm_style input[type=file]{background-color:transparent;border:none;outline:none;box-shadow:none;}.with_frm_style input[type=file]{display:initial;}.frm_preview_page:before{content:normal !important;}.frm_preview_page{padding:25px;}.with_frm_style .form-field.frm_col_field{clear:none;float:left;margin-right:20px;}.with_frm_style label.frm_primary_label{max-width:100%;}.with_frm_style .frm_top_container label.frm_primary_label,.with_frm_style .frm_hidden_container label.frm_primary_label,.with_frm_style .frm_pos_top{display:block;float:none;width:auto;}.with_frm_style .frm_inline_container label.frm_primary_label{margin-right:10px;}.with_frm_style .frm_right_container label.frm_primary_label,.with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px;}.with_frm_style .frm_none_container label.frm_primary_label,.with_frm_style .frm_pos_none,.frm_none_container label.frm_primary_label{display:none;}.with_frm_style .frm_section_heading.frm_hide_section{margin-top:0px !important;}.with_frm_style .frm_hidden_container label.frm_primary_label,.with_frm_style .frm_pos_hidden,.frm_hidden_container label.frm_primary_label{visibility:hidden;}.with_frm_style .frm_scale{margin-right:10px;text-align:center;float:left;}.with_frm_style .frm_scale input{display:block;}.with_frm_style select[multiple=\"multiple\"]{height:auto;line-height:normal;}.with_frm_style select{white-space:nowrap;}.with_frm_style .frm_catlevel_2,.with_frm_style .frm_catlevel_3,.with_frm_style .frm_catlevel_4,.with_frm_style .frm_catlevel_5{margin-left:18px;}.with_frm_style .wp-editor-container{border:1px solid #e5e5e5;}.with_frm_style .quicktags-toolbar input{font-size:12px !important;}.with_frm_style .wp-editor-container textarea{border:none;}.with_frm_style .auto_width #loginform input,.with_frm_style .auto_width input,.with_frm_style input.auto_width,.with_frm_style select.auto_width,.with_frm_style textarea.auto_width{width:auto;}.with_frm_style .frm_repeat_buttons{white-space:nowrap;}.with_frm_style .frm_button{text-decoration:none;border:1px solid #eee;padding:5px;display:inline;}.with_frm_style .frm_submit{clear:both;}.frm_inline_form .frm_form_field.form-field{margin-right:2.5%;display:inline-block;}.frm_inline_form .frm_submit{display:inline-block;}.with_frm_style.frm_center_submit .frm_submit{text-align:center;}.with_frm_style.frm_center_submit .frm_submit input[type=submit], .with_frm_style.frm_center_submit .frm_submit input[type=button]{margin-bottom:8px !important;}.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{display: block;margin: 0 auto;}.frm_forms.frm_style_formidable-style.with_frm_style{max-width:100%;direction:ltr;}.frm_style_formidable-style.with_frm_style,.frm_style_formidable-style.with_frm_style form,.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {text-align:left;}.frm_style_formidable-style.with_frm_style fieldset{border:0px solid #000000;margin:0;padding:0 0 15px 0;background-color:transparent;}.frm_style_formidable-style.with_frm_style legend + h3,.frm_style_formidable-style.with_frm_style h3.frm_form_title{font-size:20px;color:#444444;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;margin-top:10px;margin-bottom:10px;}.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3{padding:15px 0 3px 0;margin:0;font-size:18px;font-weight:bold;color:#444444;border:none;border-top:2px solid #e8e8e8;background-color:transparent}.frm_style_formidable-style.with_frm_style h3 .frm_after_collapse{display:inline;}.frm_style_formidable-style.with_frm_style h3 .frm_before_collapse{display:none;}.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm_section_heading h3{margin:0;}.frm_style_formidable-style.with_frm_style .frm_section_heading{margin-top:15px;}.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px;}.frm_style_formidable-style.with_frm_style .frm_repeat_sec{margin-bottom:20px;margin-top:20px;}.frm_style_formidable-style.with_frm_style label.frm_primary_label,.frm_style_formidable-style.with_frm_style.frm_login_form label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;text-align:left;margin:0;padding:0 0 3px 0;width:auto;display:block;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#666666;}.frm_style_formidable-style.with_frm_style .frm_icon_font{color:#444444;}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before{content:\"\\e600\";}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before{content:\"\\e602\";}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before,.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before{color:#444444;}.frm_style_formidable-style.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before{content:\"\\e62d\";}.frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before{content:\"\\e62a\";}.frm_style_formidable-style.with_frm_style .form-field{margin-bottom:20px;}.frm_style_formidable-style.with_frm_style .frm_grid,.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd {margin-bottom:0;}.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading{margin-bottom:0;}.frm_style_formidable-style.with_frm_style p.description,.frm_style_formidable-style.with_frm_style div.description,.frm_style_formidable-style.with_frm_style div.frm_description,.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,.frm_style_formidable-style.with_frm_style .frm_error{margin:0;padding:0;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:12px;color:#666666;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p{font-size:14px;color:#666666;margin-top:10px;margin-bottom:25px;}.frm_style_formidable-style.with_frm_style .frm_left_container label.frm_primary_label{float:left;display:inline;width:150px;max-width:33%;margin-right:10px;}.frm_style_formidable-style.with_frm_style .frm_right_container label.frm_primary_label{display:inline;width:150px;max-width:33%;margin-left:10px;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha{max-width:62%;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha{display:inline-block;}.frm_style_formidable-style.with_frm_style .frm_left_container p.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_left_container .frm_error{margin-left:160px;max-width:62%;}.frm_style_formidable-style.with_frm_style .frm_right_container p.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_right_container .frm_error{margin-right:160px;max-width:62%;}.frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail{clear:both;margin-left:160px;}.frm_style_formidable-style.with_frm_style .frm_left_container.frm_inline label.frm_primary_label{max-width:90%;}.frm_style_formidable-style.with_frm_style .form-field.frm_col_field div.frm_description{width:100%;max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_inline_container label.frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline;}.frm_style_formidable-style.with_frm_style .frm_inline_container label.frm_primary_label{margin-right:10px;}.frm_style_formidable-style.with_frm_style .frm_pos_right{display:inline;width:150px;}.frm_style_formidable-style.with_frm_style .frm_none_container label.frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_pos_none{display:none;}.frm_style_formidable-style.with_frm_style .frm_scale label{font-weight:normal;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;}.frm_style_formidable-style.with_frm_style .frm_required{color:#B94A48;font-weight:bold;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select,.frm_style_formidable-style.with_frm_style textarea,.frm_style_formidable-style.with_frm_style .chosen-container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;margin-bottom:0;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=phone],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select,.frm_style_formidable-style.with_frm_style textarea,.frm_form_fields_style,.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{color:#555555;background-color:#ffffff;border-color:#cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;max-width:100%;font-size:14px;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_style_formidable-style.with_frm_style input[type=file]::-webkit-file-upload-button{color:#555555;background-color:#ffffff;padding:6px 10px;border-radius:4px;border-color:#cccccc;border-width:1px;border-style:solid;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=file],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select{height:32px;line-height:1.3;}.frm_style_formidable-style.with_frm_style select[multiple=\"multiple\"]{height:auto ;}.frm_style_formidable-style.with_frm_style input[type=file]{color:#555555;padding:0px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;}.frm_style_formidable-style.with_frm_style input[type=file].frm_transparent{color:transparent;}.frm_style_formidable-style.with_frm_style .frm_file_names, .frm_style_formidable-style.with_frm_style .frm_uploaded_files .frm_remove_link{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;}.frm_style_formidable-style.with_frm_style .frm_default,.frm_style_formidable-style.with_frm_style .placeholder,.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field .default,.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-default{color:#555555;font-style:italic;}.frm_style_formidable-style.with_frm_style select{width:100%;max-width:100%;}.frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto ;margin-left:5px ;}.frm_style_formidable-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0 ;margin-top:8px;}.frm_style_formidable-style.with_frm_style .frm_other_container select:not([multiple=\"multiple\"]){width:auto;}.frm_style_formidable-style.with_frm_style .wp-editor-wrap{width:100%;max-width:100%;}.frm_style_formidable-style.with_frm_style .wp-editor-container textarea{border:none;}.frm_style_formidable-style.with_frm_style .mceIframeContainer{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .auto_width input,.frm_style_formidable-style.with_frm_style input.auto_width,.frm_style_formidable-style.with_frm_style select.auto_width,.frm_style_formidable-style.with_frm_style textarea.auto_width{width:auto;}.frm_style_formidable-style.with_frm_style input[disabled],.frm_style_formidable-style.with_frm_style select[disabled],.frm_style_formidable-style.with_frm_style textarea[disabled],.frm_style_formidable-style.with_frm_style input[readonly],.frm_style_formidable-style.with_frm_style select[readonly],.frm_style_formidable-style.with_frm_style textarea[readonly]{background-color:#ffffff;color:#A1A1A1;border-color:#E5E5E5;}.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,.frm_style_formidable-style.with_frm_style select:focus,.frm_style_formidable-style.with_frm_style textarea:focus,.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices{background-color:#ffffff;border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);}.frm_style_formidable-style.with_frm_style input[type=submit],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],.frm_form_submit_style,.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]{width:auto;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;height:auto;line-height:normal;text-align:center;background:#ffffff;border-width:1px;border-color:#cccccc;border-style:solid;color:#444444;cursor:pointer;font-weight:normal;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-shadow:none;padding:6px 11px;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-shadow:0 1px 1px #eeeeee;-webkit-box-shadow:0px 1px 1px #eeeeee;box-shadow:0 1px 1px #eeeeee;-ms-filter:\"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=\'#eeeeee\')\";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=\'#eeeeee\');margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_formidable-style.with_frm_style input[type=submit]:hover,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover{background:#efefef;border-color:#cccccc;color:#444444;}.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_formidable-style.with_frm_style input[type=submit]:focus,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:active,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:active{background:#efefef;border-color:#cccccc;color:#444444;}.frm_style_formidable-style.with_frm_style a.frm_save_draft{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;font-weight:normal;}.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;clear:both;}.frm_style_formidable-style.with_frm_style .frm_radio{display:block;}.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_radio{margin:0 5px 0 0;}.frm_style_formidable-style.with_frm_style .frm_checkbox{display:block;}.frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox,.frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_checkbox,.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.frm_style_formidable-style.with_frm_style .frm_radio label,.frm_style_formidable-style.with_frm_style .frm_checkbox label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;font-weight:normal;display:inline;white-space:prewrap;}.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_blank_field select,.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices{color:#444444;background-color:#ffffff;border-color:#B94A48;border-width:1px;border-style:solid;}.frm_style_formidable-style.with_frm_style .frm_error{font-weight:bold;}.frm_style_formidable-style.with_frm_style .frm_blank_field label,.frm_style_formidable-style.with_frm_style .frm_error{color:#B94A48;}.frm_style_formidable-style.with_frm_style .frm_error_style{background-color:#F2DEDE;border:1px solid #EBCCD1;color:#B94A48;font-size:14px;margin:0;margin-bottom:20px;}.frm_style_formidable-style.with_frm_style .frm_message,.frm_success_style{border:1px solid #D6E9C6;background-color:#DFF0D8;color:#468847;}.frm_style_formidable-style.with_frm_style .frm_message{margin:5px 0 15px;font-size:14px;}.frm_style_formidable-style.with_frm_style .frm-grid td,.frm-grid th{border-color:#cccccc;}.form_results.frm_style_formidable-style.with_frm_style{border:1px solid #cccccc;}.form_results.frm_style_formidable-style.with_frm_style tr td{color:#555555;border-top:1px solid #cccccc;}.form_results.frm_style_formidable-style.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_grid,.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd{border-color:#cccccc;}.frm_style_formidable-style.with_frm_style .frm_grid.frm_blank_field,.frm_style_formidable-style.with_frm_style .frm_grid_first.frm_blank_field,.frm_style_formidable-style.with_frm_style .frm_grid_odd.frm_blank_field{background-color:#F2DEDE;border-color:#EBCCD1;}.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_grid{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_scroll_box{background-color:#ffffff;border-color:#cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;font-size:14px;padding:6px 10px;outline:none;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{color:#555555;background-color:transparent;border:none;display:inline;width:auto;padding:0;}.frm_style_formidable-style.with_frm_style .frm_text_block input,.frm_style_formidable-style.with_frm_style .frm_text_block label.frm_primary_label{margin-left:-20px;}.frm_style_formidable-style.with_frm_style .frm_button{padding:6px 11px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:14px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-weight:normal;color:#444444;background:#ffffff;border-width:1px;border-color:#cccccc;height:#auto;}.frm_style_formidable-style.with_frm_style .frm_button .frm_icon_font:before{font-size:14px;}.frm_style_formidable-style.with_frm_style .chosen-container{font-size:14px;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{height:32px;line-height:1.3;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single div{top:3px;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"]{height:32px;}.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type=\"text\"]{height:15px;}@media only screen and (max-width: 600px){.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container.g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container.g-recaptcha{max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_half.frm_right_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_half.frm_right_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_primary_label{max-width:100%;margin-right:0;margin-left:0;padding-right:0;padding-left:0;width:100%;}.frm_style_formidable-style.with_frm_style .frm_repeat_inline,.frm_style_formidable-style.with_frm_style .frm_repeat_grid{margin: 20px 0;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error{margin-right:0;margin-left:0;padding-right:0;padding-left:0;}}@media only screen and (max-width: 500px) {.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_left_container p.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail,.frm_style_formidable-style.with_frm_style .frm_right_container p.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_right_container .frm_error{max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_left_container p.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail,.frm_style_formidable-style.with_frm_style .frm_right_container p.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_left_container label.frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_right_container label.frm_primary_label{width:100%;max-width:100%;margin-right:0px;margin-left:0px;padding-right:0px;padding-left:0px;}}.frm_ajax_loading{visibility:hidden;width:auto;}.frm_ajax_loading.frm_loading_now{visibility:visible !important;}.frm_form_submit_style{height:auto;}a.frm_save_draft{cursor:pointer;}.horizontal_radio .frm_radio{margin:0 5px 0 0;}.horizontal_radio .frm_checkbox{margin:0;margin-right:5px;}.vertical_radio .frm_checkbox,.vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.horizontal_radio .frm_checkbox,.horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.with_frm_style .frm_radio label .frm_file_container,.with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle;}.with_frm_style .frm_radio input[type=radio]{border-radius:10px;-webkit-appearance:radio;}.with_frm_style .frm_checkbox input[type=checkbox]{border-radius:0;-webkit-appearance:checkbox;}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{margin-right:5px;width:auto;border:none;}.with_frm_style :invalid,.with_frm_style :-moz-submit-invalid,.with_frm_style :-moz-ui-invalid{box-shadow:none;}.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none;}.with_frm_style .frm_trigger{cursor:pointer;}.with_frm_style .frm_error_style,.with_frm_style .frm_message,.frm_success_style{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:15px;}.with_frm_style .frm_message p{margin-bottom:5px;}.frm_form_fields_style,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_submit_style{width:auto;}.with_frm_style .frm_trigger span{float:left;}.with_frm_style table.frm-grid,#content .with_frm_style table.frm-grid{border-collapse:collapse;border:none;}.frm-grid td,.frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color:#cccccc;border-top:none;border-left:none;border-right:none;}table.form_results.with_frm_style{border:1px solid #ccc;}table.form_results.with_frm_style tr td{text-align:left;color:#555555;padding:7px 9px;border-top:1px solid #cccccc;}table.form_results.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#fff;}table.form_results.with_frm_style tr.frm_odd,.frm-grid .frm_odd{background-color:#ffffff;}.with_frm_style .frm_uploaded_files{padding:5px 0;}.with_frm_style .frm_file_names{display:block;}.frm_collapse .ui-icon{display:inline-block;}.frm_toggle_container{border:1px solid transparent;}.frm_toggle_container ul{margin:5px 0;padding-left:0;list-style-type:none;}.frm_toggle_container .frm_month_heading{text-indent:15px;}.frm_toggle_container .frm_month_listing{margin-left:40px;}#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;}#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px;}#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:bold;z-index:9999999;}#frm_loading img{max-width:100%;}#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;height:20px;margin-bottom:20px;overflow:hidden;}#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes;}#frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));background-size:40px 40px;}#frm_loading .progress-bar{background-color:#ffffff;box-shadow:0 -1px 0 rgba(0, 0, 0, 0.15) inset;float:left;height:100%;line-height:20px;text-align:center;transition:width 0.6s ease 0s;width:100%;}.frm_pagination_cont ul.frm_pagination{display:inline-block;list-style:none;margin-left:0 !important;}.frm_pagination_cont ul.frm_pagination > li{display:inline;list-style:none;margin:2px;background-image:none;}ul.frm_pagination > li.active a{text-decoration:none;}.frm_pagination_cont ul.frm_pagination > li:first-child{margin-left:0;}.archive-pagination.frm_pagination_cont ul.frm_pagination > li{margin:0;}.frmcal{padding-top:30px;}.frmcal-title{font-size:116%;}.frmcal table.frmcal-calendar{border-collapse:collapse;margin-top:20px;color:#555555;}.frmcal table.frmcal-calendar,.frmcal table.frmcal-calendar tbody tr td{border:1px solid #cccccc;}.frmcal table.frmcal-calendar,.frmcal,.frmcal-header{width:100%;}.frmcal-header{text-align:center;}.frmcal-prev{margin-right:10px;}.frmcal-prev,.frmcal-dropdown{float:left;}.frmcal-dropdown{margin-left:5px;}.frmcal-next{float:right;}.frmcal table.frmcal-calendar thead tr th{text-align:center;padding:2px 4px;}.frmcal table.frmcal-calendar tbody tr td{height:110px;width:14.28%;vertical-align:top;padding:0 !important;color:#555555;font-size:12px;}table.frmcal-calendar .frmcal_date{background-color:#ffffff;padding:0 5px;text-align:right;-moz-box-shadow:0 2px 5px #cccccc;-webkit-box-shadow:0 2px 5px #cccccc;box-shadow:0 2px 5px #cccccc;-ms-filter:\"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=\'#cccccc\')\";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=\'#cccccc\');}table.frmcal-calendar .frmcal-today .frmcal_date{background-color:#ffffff;padding:0 5px;text-align:right;-moz-box-shadow:0 2px 5px #66afe9;-webkit-box-shadow:0 2px 5px #66afe9;box-shadow:0 2px 5px #66afe9;-ms-filter:\"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=\'#66afe9\')\";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=\'#66afe9\');}.frmcal_num{display:inline;}.frmcal-content{padding:2px 4px;}.frm_image_from_url{height:50px;}.frm-loading-img{background:url(//tvhamilton.com/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;padding:6px 12px;}#ui-datepicker-div{display:none;z-index:999999 !important;}.frm_form_fields div.rating-cancel{display:none !important;}.frm_form_fields div.rating-cancel,.frm_form_fields div.star-rating{float:left;width:17px;height:17px;font-size:16px;line-height:normal;cursor:pointer;display:block;background:transparent;overflow:hidden;}.frm_form_fields div.rating-cancel a:before{font:16px/1 \'dashicons\';content:\'\\f460\';color:#CDCDCD;}.frm_form_fields div.star-rating:before,.frm_form_fields div.star-rating a:before{font:16px/1 \'dashicons\';content:\'\\f154\';color:#F0AD4E;}.frm_form_fields div.rating-cancel a,.frm_form_fields div.star-rating a{display:block;width:16px;height:100%;border:0;}.frm_form_fields div.star-rating-on:before,.frm_form_fields div.star-rating-on a:before{content:\'\\f155\';}.frm_form_fields div.star-rating-hover:before,.frm_form_fields div.star-rating-hover a:before{content:\'\\f155\';}.frm_form_fields div.frm_half_star:before,.frm_form_fields div.frm_half_star a:before{content:\'\\f459\';}.frm_form_fields div.rating-cancel.star-rating-hover a:before{color:#B63E3F;}.frm_form_fields div.star-rating-readonly,.frm_form_fields div.star-rating-readonly a{cursor:default !important;}.frm_form_fields div.star-rating{overflow:hidden!important;}.with_frm_style .frm_form_field{clear:both;}.frm_form_field.frm_right_half,.frm_form_field.frm_right_third,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_right_fourth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_half,.frm_form_field.frm_last_third,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_last_fourth,.frm_form_field.frm_last_fifth,.frm_form_field.frm_last_sixth,.frm_form_field.frm_last_seventh,.frm_form_field.frm_last_eighth,.frm_form_field.frm_last_inline,.frm_form_field.frm_last,.frm_form_field.frm_half,.frm_submit.frm_half,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_two_thirds,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_three_fourths,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_two_fifths,.frm_form_field.frm_three_fifths,.frm_form_field.frm_four_fifths,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_inline,.frm_submit.frm_inline{clear:none;float:left;margin-left:2.5%;}.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{clear:left;float:left;margin-left:0;}.frm_form_field.frm_alignright{float:right !important;}.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{width:48.75%;}.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{width:31.66%;}.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{width:65.82%;}.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{width:23.12%;}.frm_form_field.frm_three_fourths{width:74.36%;}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{width:18%;}.frm_form_field.frm_two_fifths {width:38.5%;}.frm_form_field.frm_three_fifths {width:59%;}.frm_form_field.frm_four_fifths {width:79.5%;}.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{width:14.58%;}.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh{width:12.14%;}.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{width:10.31%;}.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;}.with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error{margin-right:33%;padding-right:12px;}.with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error{margin-left:33%;padding-left:12px;}.frm_full,.frm_full .wp-editor-wrap,.frm_full input:not([type=\'checkbox\']):not([type=\'radio\']):not([type=\'button\']),.frm_full select,.frm_full textarea{width:100% !important;}.frm_full .wp-editor-wrap input{width:auto !important;}.frm_form_field.frm_left_container label.frm_primary_label{float:left;display:inline;max-width:33%;margin-right:10px;}.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.frm_form_field.frm_left_container textarea,.frm_form_field.frm_left_container .frm_opt_container,.frm_form_field.frm_left_container .g-recaptcha,.frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.frm_form_field.frm_right_container textarea,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_right_container .g-recaptcha{max-width:62%;}.frm_form_field.frm_left_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_left_container .g-recaptcha,.frm_form_field.frm_right_container .g-recaptcha{display:inline-block;}.frm_left_container p.description,.frm_left_container div.description,.frm_left_container div.frm_description,.frm_left_container .frm_error{margin-left:33%;max-width:62%;}.frm_form_field.frm_left_half.frm_left_container .frm_primary_label,.frm_form_field.frm_right_half.frm_left_container .frm_primary_label,.frm_form_field.frm_left_half.frm_right_container .frm_primary_label,.frm_form_field.frm_right_half.frm_right_container .frm_primary_label,.frm_form_field.frm_first_half.frm_left_container .frm_primary_label,.frm_form_field.frm_last_half.frm_left_container .frm_primary_label,.frm_form_field.frm_first_half.frm_right_container .frm_primary_label,.frm_form_field.frm_last_half.frm_right_container .frm_primary_label,.frm_form_field.frm_half.frm_right_container .frm_primary_label,.frm_form_field.frm_half.frm_left_container .frm_primary_label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:33%;}.wp-editor-wrap *,.wp-editor-wrap *:after,.wp-editor-wrap *:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_first,.with_frm_style .frm_grid_odd{clear:both;margin-bottom:0 !important;padding:5px;border-width:1px;border-style:solid;border-color:#cccccc;border-left:none;border-right:none;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_odd{border-top:none;}.frm_grid .frm_error,.frm_grid_first .frm_error,.frm_grid_odd .frm_error{display:none;}.frm_grid:after,.frm_grid_first:after,.frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:\" \";clear:both;height:0;}.frm_grid_first{margin-top:20px;}.frm_grid_first,.frm_grid_odd{background-color:#ffffff;}.frm_grid{background-color:#ffffff;}.frm_grid .frm_primary_label,.frm_grid_first .frm_primary_label,.frm_grid_odd .frm_primary_label,.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{float:left !important;display:block;margin-top:0;margin-left:0 !important;}.frm_grid_first .frm_radio label,.frm_grid .frm_radio label,.frm_grid_odd .frm_radio label,.frm_grid_first .frm_checkbox label,.frm_grid .frm_checkbox label,.frm_grid_odd .frm_checkbox label{visibility:hidden;white-space:nowrap;text-align:left;}.frm_grid_first .frm_radio label input,.frm_grid .frm_radio label input,.frm_grid_odd .frm_radio label input,.frm_grid_first .frm_checkbox label input,.frm_grid .frm_checkbox label input,.frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right;}.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{display:inline;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox,.frm_grid_2 label.frm_primary_label{width:48% !important;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox{margin-right:4%;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox,.frm_grid_3 label.frm_primary_label{width:30% !important;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox{margin-right:3%;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{width:20% !important;}.frm_grid_4 label.frm_primary_label{width:28% !important;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{margin-right:4%;}.frm_grid_5 label.frm_primary_label,.frm_grid_7 label.frm_primary_label{width:24% !important;}.frm_grid_5 .frm_radio,.frm_grid_5 .frm_checkbox{width:17% !important;margin-right:2%;}.frm_grid_6 label.frm_primary_label{width:25% !important;}.frm_grid_6 .frm_radio,.frm_grid_6 .frm_checkbox{width:14% !important;margin-right:1%;}.frm_grid_7 label.frm_primary_label{width:22% !important;}.frm_grid_7 .frm_radio,.frm_grid_7 .frm_checkbox{width:12% !important;margin-right:1%;}.frm_grid_8 label.frm_primary_label{width:23% !important;}.frm_grid_8 .frm_radio,.frm_grid_8 .frm_checkbox{width:10% !important;margin-right:1%;}.frm_grid_9 label.frm_primary_label{width:20% !important;}.frm_grid_9 .frm_radio,.frm_grid_9 .frm_checkbox{width:9% !important;margin-right:1%;}.frm_grid_10 label.frm_primary_label{width:19% !important;}.frm_grid_10 .frm_radio,.frm_grid_10 .frm_checkbox{width:8% !important;margin-right:1%;}.with_frm_style .frm_inline_container.frm_grid_first label.frm_primary_label,.with_frm_style .frm_inline_container.frm_grid label.frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_odd label.frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{margin-right:0;}.with_frm_style .frm_inline_container.frm_scale_container label.frm_primary_label{float:left;}.with_frm_style .frm_other_input.frm_other_full{margin-top:10px;}.with_frm_style .frm_repeat_sec{margin-bottom:20px;margin-top:20px;}.with_frm_style .frm_repeat_inline{clear:both;}.frm_form_field .frm_repeat_sec .frm_add_form_row{opacity:0;display:none;*display:inline;display:inline\\0/; -moz-transition: opacity .15s ease-in-out;-webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;pointer-events:none;}.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row{opacity:100;display:inline;pointer-events:auto;}.frm_form_field .frm_repeat_grid .frm_form_field label.frm_primary_label{display:none !important;}.frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field label.frm_primary_label{display:inherit !important;}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_checkbox{float:left;}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox{width:48%;margin-right:4%;}.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width:30%;margin-right:5%;}.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{width:22%;margin-right:4%;}.frm_form_field.frm_two_col .frm_radio:nth-child(2n+2),.frm_form_field.frm_two_col .frm_checkbox:nth-child(2n+2),.frm_form_field.frm_three_col .frm_radio:nth-child(3n+3),.frm_form_field.frm_three_col .frm_checkbox:nth-child(3n+3),.frm_form_field.frm_four_col .frm_radio:nth-child(4n+4),.frm_form_field.frm_four_col .frm_checkbox:nth-child(4n+4){margin-right:0;}.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto;}.frm_form_field.frm_html_scroll_box{height:100px;overflow:auto;background-color:#ffffff;border-color:#cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;max-width:100%;font-size:14px;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_form_field.frm_two_col .frm_opt_container:after,.frm_form_field.frm_three_col .frm_opt_container:after,.frm_form_field.frm_four_col .frm_opt_container:after{content:\".\";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.frm_form_field.frm_total input,.frm_form_field.frm_total textarea{opacity:1;background-color:transparent !important;border:none !important;font-weight:bold;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none !important;display:inline;width:auto !important;-moz-appearance:textfield;padding:0;}.frm_form_field.frm_total input::-webkit-outer-spin-button,.frm_form_field.frm_total input::-webkit-inner-spin-button {-webkit-appearance: none;}.frm_form_field.frm_total input:focus,.frm_form_field.frm_total textarea:focus{background-color:transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.frm_text_block{margin-left:20px;}.frm_text_block input,.frm_text_block label.frm_primary_label{margin-left:-20px;}.frm_text_block .frm_checkbox input[type=checkbox],.frm_text_block .frm_radio input[type=radio]{margin-right:4px;}.frm_form_field.frm_capitalize input,.frm_form_field.frm_capitalize select,.frm_form_field.frm_capitalize .frm_opt_container label{text-transform:capitalize;}.frm_clearfix:after{content:\".\";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.frm_clearfix{display:inline-block;}html[xmlns] .frm_clearfix{display:block;}* html .frm_clearfix{height:1%;}.with_frm_style.frm_login_form,.with_frm_style.frm_login_form form{clear:both;}.with_frm_style.frm_login_form.frm_inline_login .login-remember input{vertical-align:baseline;}.with_frm_style.frm_login_form.frm_inline_login .login-submit{float:left;}.with_frm_style.frm_login_form.frm_inline_login label{display:inline;}.with_frm_style.frm_login_form.frm_inline_login .login-username,.with_frm_style.frm_login_form.frm_inline_login .login-password,.with_frm_style.frm_login_form.frm_inline_login .login-remember{float:left;margin-right:5px;}.with_frm_style.frm_login_form.frm_inline_login form{position:relative;clear:none;}.with_frm_style.frm_login_form.frm_inline_login .login-remember{position:absolute;top:35px;}.with_frm_style.frm_login_form.frm_inline_login input[type=submit]{margin:0 !important;}.with_frm_style.frm_login_form.frm_no_labels .login-username label,.with_frm_style.frm_login_form.frm_no_labels .login-password label{display:none;}.with_frm_style .frm-open-login{float:left;margin-right:15px;}.with_frm_style .frm-open-login a{text-decoration:none;border:none;outline:none;}.with_frm_style.frm_slide.frm_login_form form{display:none;}.with_frm_style .chosen-container{font-size:14px;position:relative;display:inline-block;zoom:1;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;*display:inline;}.with_frm_style .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:100%;left:-9999px;box-shadow:0 4px 5px rgba(0,0,0,.15);z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;}.with_frm_style .chosen-container.chosen-with-drop .chosen-drop{left:0;}.with_frm_style .chosen-container a{cursor:pointer;}.with_frm_style .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));background:-webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background:-moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background:-o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background:linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);text-decoration:none;white-space:nowrap;line-height:24px;}.with_frm_style .chosen-container-single .chosen-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.with_frm_style .chosen-container-single .chosen-single-with-deselect span{margin-right:38px;}.with_frm_style .chosen-container-single .chosen-single abbr{display:block;position:absolute;right:26px;top:6px;width:12px;height:12px;font-size:1px;background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') -42px 1px no-repeat;}.with_frm_style .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-single .chosen-single div{position:absolute;right:0;top:0;display:block;height:100%;width:18px;}.with_frm_style .chosen-container-single .chosen-single div b{background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat 0px 2px;display:block;width:100%;height:100%;}.with_frm_style .chosen-container-single .chosen-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap;z-index:1010;}.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:auto;background:white url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat 100% -20px;background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0;}.with_frm_style .chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box;}.with_frm_style .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px;}.with_frm_style .chosen-container .chosen-results{cursor:text;overflow-x:hidden;overflow-y:auto;position:relative;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;word-wrap:break-word;-webkit-overflow-scrolling:touch;}.with_frm_style .chosen-container .chosen-results li:before{background:none;}.with_frm_style .chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none;}.with_frm_style .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;}.with_frm_style .chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default;}.with_frm_style .chosen-container .chosen-results li.highlighted{background-color:#3875d7;color:#fff;}.with_frm_style .chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4;}.with_frm_style .chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default;}.with_frm_style .chosen-container .chosen-results li.group-option{padding-left:15px;}.with_frm_style .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline;}.with_frm_style .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0 5px;width:100%;height:auto !important;height:1%;cursor:text;}.with_frm_style .chosen-container-multi .chosen-choices li{float:left;list-style:none;}.with_frm_style .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap;}.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type=\"text\"]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);color:#333;line-height:13px;cursor:default;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') -42px 1px no-repeat;font-size:1px;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;color:#666;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px;}.with_frm_style .chosen-container-multi .chosen-results{margin:0;padding:0;}.with_frm_style .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default;}.with_frm_style .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0, 0, 0, 0.3);}.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;box-shadow:0 1px 0 #fff inset;}.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent;}.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px;}.with_frm_style .chosen-container-active .chosen-choices li.search-field input[type=\"text\"]{color:#111 !important;}.with_frm_style .chosen-disabled{opacity:0.5 !important;cursor:default;}.with_frm_style .chosen-disabled .chosen-single{cursor:default;}.with_frm_style .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default;}.with_frm_style .chosen-rtl{text-align:right;}.with_frm_style .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0;}.with_frm_style .chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl;}.with_frm_style .chosen-rtl .chosen-single-with-deselect span{margin-left:38px;}.with_frm_style .chosen-rtl .chosen-single div{right:auto;left:3px;}.with_frm_style .chosen-rtl .chosen-single abbr{right:auto;left:26px;}.with_frm_style .chosen-rtl .chosen-choices li{float:right;}.with_frm_style .chosen-rtl .chosen-choices li.search-field input[type=\"text\"]{direction:rtl;}.with_frm_style .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px;}.with_frm_style .chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px;}.with_frm_style .chosen-rtl.chosen-container-single-nosearch .chosen-search, .with_frm_style .chosen-rtl .chosen-drop{left:9999px;}.with_frm_style .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0;}.with_frm_style .chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0;}.with_frm_style .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;}.with_frm_style .chosen-rtl .chosen-search input[type=\"text\"]{padding:4px 5px 4px 20px;background:white url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat -30px -20px;background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat -30px -20px;direction:rtl;}.with_frm_style .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px;}.with_frm_style .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px;}@font-face {font-family:\'s11-fp\';src:url(\'//tvhamilton.com/wp-content/plugins/formidable/fonts/s11-fp.eot\');src:local(\'☺\'), url(\'//tvhamilton.com/wp-content/plugins/formidable/fonts/s11-fp.woff\') format(\'woff\'), url(\'//tvhamilton.com/wp-content/plugins/formidable/fonts/s11-fp.ttf\') format(\'truetype\'), url(\'//tvhamilton.com/wp-content/plugins/formidable/fonts/s11-fp.svg\') format(\'svg\');font-weight:normal;font-style:normal;}.frm_icon_font,.frm_dashicon_font{text-decoration:none;text-shadow: none;font-weight:normal;}i.frm_icon_font{font-style:normal;}.frm_icon_font:before,select.frm_icon_font{font-family: \'s11-fp\' !important;font-size:16px;speak: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-transition: all .1s ease-in-out;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}.frm_icon_font,a.frm_icon_font.frm_icon_font:hover,a.frm_icon_font:hover{text-decoration:none !important;}.frm_icon_font:focus,.frm_dashicon_font:focus{box-shadow:none;-webkit-box-shadow:none;}.frm_duplicate_icon:active,.frm_move_icon:active,.frm_delete_icon:active{outline:none;}.ab-icon.frm_dashicon_font:before{content: \"\\f324\";}.frm_logo_icon:before {content: \"\\e601\";}.frm_required_icon:before {content: \"\\e612\";}.frm_delete_icon:before {content: \"\\e610\" !important;}.frm_move_icon:before {content: \"\\e61a\";}.frm_clear_icon:before {content: \"\\e60a\";}.frm_noclear_icon:before {content: \"\\e60b\";}.frm_duplicate_icon:before {content: \"\\e61b\";}.frm_new_icon:before {content: \"\\e614\";}.frm_tooltip_icon:before {content: \"\\e611\";}.frm_forbid_icon:before {content: \"\\e636\";}.frm_check_icon:before {content: \"\\e605\";}.frm_check1_icon:before {content: \"\\e606\";}.frm_plus_icon:before {content: \"\\e62f\";}.frm_plus1_icon:before {content: \"\\e602\";}.frm_plus2_icon:before {content: \"\\e603\";}.frm_plus3_icon:before {content: \"\\e632\";}.frm_plus4_icon:before {content: \"\\e60f\";}.frm_minus_icon:before {content: \"\\e62e\";}.frm_minus1_icon:before {content: \"\\e600\";}.frm_minus2_icon:before {content: \"\\e604\";}.frm_minus3_icon:before {content: \"\\e633\";}.frm_minus4_icon:before {content: \"\\e613\";}.frm_cancel_icon:before {content: \"\\e607\";}.frm_cancel1_icon:before {content: \"\\e608\";}.frm_arrowup_icon:before {content: \"\\e60d\";}.frm_arrowup1_icon:before {content: \"\\e60e\";}.frm_arrowup2_icon:before {content: \"\\e630\";}.frm_arrowup3_icon:before {content: \"\\e62b\";}.frm_arrowup4_icon:before {content: \"\\e62c\";}.frm_arrowup5_icon:before {content: \"\\e635\";}.frm_arrowup6_icon:before {content: \"\\e62d\";}.frm_arrowdown_icon:before {content: \"\\e609\";}.frm_arrowdown1_icon:before {content: \"\\e60c\";}.frm_arrowdown2_icon:before {content: \"\\e631\";}.frm_arrowdown3_icon:before {content: \"\\e628\";}.frm_arrowdown4_icon:before {content: \"\\e629\";}.frm_arrowdown5_icon:before {content: \"\\e634\";}.frm_arrowdown6_icon:before {content: \"\\e62a\";}.frm_download_icon:before {content: \"\\e615\";}.frm_upload_icon:before {content: \"\\e616\";}.frm_menu_icon:before {content: \"\\e618\";}.frm_twitter_icon:before {content: \"\\e619\";}.frm_sms_icon:before {content: \"\\e61c\";}.frm_pencil_icon:before {content: \"\\e61d\";}.frm_pencil1_icon:before {content: \"\\e61e\";}.frm_paypal_icon:before {content: \"\\e61f\";}.frm_twilio_icon:before {content: \"\\e620\";}.frm_googleplus_icon:before {content: \"\\e621\";}.frm_mailchimp_icon:before {content: \"\\e622\";}.frm_pdf_icon:before {content: \"\\e623\";}.frm_highrise_icon:before {content: \"\\e617\";}.frm_feed_icon:before {content: \"\\e624\";}.frm_facebook_icon:before {content: \"\\e625\";}.frm_email_icon:before {content: \"\\e626\";}.frm_aweber_icon:before {content: \"\\e627\";}.frm_register_icon:before {content: \"\\e637\";}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi){.with_frm_style .chosen-rtl .chosen-search input[type=\"text\"],.with_frm_style .chosen-container-single .chosen-single abbr,.with_frm_style .chosen-container-single .chosen-single div b,.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"],.with_frm_style .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.with_frm_style .chosen-container .chosen-results-scroll-down span,.with_frm_style .chosen-container .chosen-results-scroll-up span{background-image:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite2x.png\') !important;background-size:52px 37px !important;background-repeat:no-repeat !important;}}@media only screen and (max-width: 900px) {.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth label.frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh label.frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth label.frm_primary_label{display: block !important;}.frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_seventh label.frm_primary_label{display:none !important;}}@media only screen and (max-width: 600px) {.frm_form_field.frm_half,.frm_submit.frm_half,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_first_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_last_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth,.frm_form_field.frm_three_fourths,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_two_fifths,.frm_form_field.frm_three_fifths,.frm_form_field.frm_four_fifths,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_last_inline{width:100%;margin-left:0;margin-right:0;clear:both;float:none;}.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{width:48%;margin-right:4%;}.frm_form_field.frm_four_col .frm_radio:nth-child(2n+2),.frm_form_field.frm_four_col .frm_checkbox:nth-child(2n+2){margin-right:0;}.frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field.frm_repeat_buttons:not(.frm_fourth):not(.frm_sixth):not(.frm_eighth) label.frm_primary_label{display:none !important;}.frm_form_field .frm_repeat_grid .frm_form_field.frm_fifth label.frm_primary_label{display:block !important;}.frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_fifth label.frm_primary_label{display:none !important;}}@media only screen and (max-width: 500px) {.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width: auto;margin-right: 0;float: none;display:block;}.frm_form_field input[type=file] {max-width:220px;}.with_frm_style.frm_login_form.frm_inline_login p{clear:both;float:none;}.with_frm_style.frm_login_form.frm_inline_login form{position:static;}.with_frm_style.frm_login_form.frm_inline_login .login-remember{position:static;}.with_frm_style .g-recaptcha > div > div{width:inherit !important;display:block;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);}.with_frm_style .g-recaptcha iframe{width:100%;}}','yes'),(445,'frm_db_version','27','yes'),(448,'frm_options','O:11:\"FrmSettings\":32:{s:11:\"option_name\";s:11:\"frm_options\";s:4:\"menu\";s:5:\"Forms\";s:7:\"mu_menu\";i:0;s:15:\"preview_page_id\";i:0;s:8:\"use_html\";s:1:\"1\";s:10:\"jquery_css\";i:0;s:12:\"accordion_js\";i:0;s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"blank_msg\";s:27:\"This field cannot be blank.\";s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:11:\"invalid_msg\";s:66:\"There was a problem with your submission. Errors are marked below.\";s:10:\"failed_msg\";s:58:\"We\'re sorry. It looks like you\'ve already submitted that.\";s:12:\"submit_value\";s:6:\"Submit\";s:9:\"login_msg\";s:45:\"You do not have permission to view this form.\";s:16:\"admin_permission\";s:37:\"You do not have permission to do that\";s:8:\"email_to\";s:13:\"[admin_email]\";s:10:\"load_style\";s:3:\"all\";s:12:\"custom_style\";b:1;s:6:\"pubkey\";s:40:\"6Lc-BhoTAAAAAKtWuM36XgbtMt_7WMea7_z7_rp6\";s:7:\"privkey\";s:40:\"6Lc-BhoTAAAAAFT1SCg76nynu9xH2ldufbMAcSzk\";s:7:\"re_lang\";s:2:\"en\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:14:\"frm_view_forms\";a:1:{i:0;s:13:\"administrator\";}s:14:\"frm_edit_forms\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_delete_forms\";a:1:{i:0;s:13:\"administrator\";}s:19:\"frm_change_settings\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_view_entries\";a:1:{i:0;s:13:\"administrator\";}s:18:\"frm_delete_entries\";a:1:{i:0;s:13:\"administrator\";}s:18:\"frm_create_entries\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_edit_entries\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_view_reports\";a:1:{i:0;s:13:\"administrator\";}s:17:\"frm_edit_displays\";a:1:{i:0;s:13:\"administrator\";}}','yes'),(456,'widget_frm_show_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(457,'frmpro-credentials','a:1:{s:7:\"license\";s:23:\"GAS3O-G48RU-60RBG-06JA8\";}','yes'),(460,'frmpro-authorized','1','yes'),(463,'widget_frm_list_items','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(466,'frmpro_db_version','31','yes'),(469,'frmpro_options','O:14:\"FrmProSettings\":38:{s:11:\"option_name\";s:14:\"frmpro_options\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:12:\"update_value\";s:6:\"Update\";s:17:\"already_submitted\";s:36:\"You have already submitted that form\";s:15:\"cal_date_format\";s:8:\"mm/dd/yy\";s:11:\"date_format\";s:5:\"m/d/Y\";s:10:\"permalinks\";b:0;s:4:\"menu\";N;s:7:\"mu_menu\";N;s:15:\"preview_page_id\";N;s:8:\"use_html\";N;s:10:\"jquery_css\";N;s:12:\"accordion_js\";N;s:11:\"success_msg\";N;s:9:\"blank_msg\";N;s:10:\"unique_msg\";N;s:11:\"invalid_msg\";N;s:10:\"failed_msg\";N;s:12:\"submit_value\";N;s:9:\"login_msg\";N;s:16:\"admin_permission\";N;s:8:\"email_to\";N;s:10:\"load_style\";s:3:\"all\";s:12:\"custom_style\";b:1;s:6:\"pubkey\";s:0:\"\";s:7:\"privkey\";s:0:\"\";s:7:\"re_lang\";s:2:\"en\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:14:\"frm_view_forms\";s:13:\"administrator\";s:14:\"frm_edit_forms\";s:13:\"administrator\";s:16:\"frm_delete_forms\";s:13:\"administrator\";s:19:\"frm_change_settings\";s:13:\"administrator\";s:16:\"frm_view_entries\";s:13:\"administrator\";s:18:\"frm_delete_entries\";s:13:\"administrator\";s:18:\"frm_create_entries\";s:13:\"administrator\";s:16:\"frm_edit_entries\";s:13:\"administrator\";s:16:\"frm_view_reports\";s:13:\"administrator\";s:17:\"frm_edit_displays\";s:13:\"administrator\";}','yes'),(487,'_transient_frmpro_css','/* WARNING: Any changes made to this file will be lost when your Formidable settings are updated */\n.frm_hidden,.with_frm_style .frm_button.frm_hidden{display:none;}legend.frm_hidden{display:none !important;}.frm_transparent{color:transparent;}.input[type=file].frm_transparent:focus, .with_frm_style input[type=file]{background-color:transparent;border:none;outline:none;box-shadow:none;}.with_frm_style input[type=file]{display:initial;}.frm_preview_page:before{content:normal !important;}.frm_preview_page{padding:25px;}.with_frm_style .form-field.frm_col_field{clear:none;float:left;margin-right:20px;}.with_frm_style label.frm_primary_label{max-width:100%;}.with_frm_style .frm_top_container label.frm_primary_label,.with_frm_style .frm_hidden_container label.frm_primary_label,.with_frm_style .frm_pos_top{display:block;float:none;width:auto;}.with_frm_style .frm_inline_container label.frm_primary_label{margin-right:10px;}.with_frm_style .frm_right_container label.frm_primary_label,.with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px;}.with_frm_style .frm_none_container label.frm_primary_label,.with_frm_style .frm_pos_none,.frm_none_container label.frm_primary_label{display:none;}.with_frm_style .frm_section_heading.frm_hide_section{margin-top:0px !important;}.with_frm_style .frm_hidden_container label.frm_primary_label,.with_frm_style .frm_pos_hidden,.frm_hidden_container label.frm_primary_label{visibility:hidden;}.with_frm_style .frm_scale{margin-right:10px;text-align:center;float:left;}.with_frm_style .frm_scale input{display:block;}.with_frm_style select[multiple=\"multiple\"]{height:auto;line-height:normal;}.with_frm_style select{white-space:nowrap;}.with_frm_style .frm_catlevel_2,.with_frm_style .frm_catlevel_3,.with_frm_style .frm_catlevel_4,.with_frm_style .frm_catlevel_5{margin-left:18px;}.with_frm_style .wp-editor-container{border:1px solid #e5e5e5;}.with_frm_style .quicktags-toolbar input{font-size:12px !important;}.with_frm_style .wp-editor-container textarea{border:none;}.with_frm_style .auto_width #loginform input,.with_frm_style .auto_width input,.with_frm_style input.auto_width,.with_frm_style select.auto_width,.with_frm_style textarea.auto_width{width:auto;}.with_frm_style .frm_repeat_buttons{white-space:nowrap;}.with_frm_style .frm_button{text-decoration:none;border:1px solid #eee;padding:5px;display:inline;}.with_frm_style .frm_submit{clear:both;}.frm_inline_form .frm_form_field.form-field{margin-right:2.5%;display:inline-block;}.frm_inline_form .frm_submit{display:inline-block;}.with_frm_style.frm_center_submit .frm_submit{text-align:center;}.with_frm_style.frm_center_submit .frm_submit input[type=submit], .with_frm_style.frm_center_submit .frm_submit input[type=button]{margin-bottom:8px !important;}.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{display: block;margin: 0 auto;}.frm_forms.frm_style_formidable-style.with_frm_style{max-width:100%;direction:ltr;}.frm_style_formidable-style.with_frm_style,.frm_style_formidable-style.with_frm_style form,.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {text-align:left;}.frm_style_formidable-style.with_frm_style fieldset{border:0px solid #000000;margin:0;padding:0 0 15px 0;background-color:transparent;}.frm_style_formidable-style.with_frm_style legend + h3,.frm_style_formidable-style.with_frm_style h3.frm_form_title{font-size:20px;color:#444444;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;margin-top:10px;margin-bottom:10px;}.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3{padding:15px 0 3px 0;margin:0;font-size:18px;font-weight:bold;color:#444444;border:none;border-top:2px solid #e8e8e8;background-color:transparent}.frm_style_formidable-style.with_frm_style h3 .frm_after_collapse{display:inline;}.frm_style_formidable-style.with_frm_style h3 .frm_before_collapse{display:none;}.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm_section_heading h3{margin:0;}.frm_style_formidable-style.with_frm_style .frm_section_heading{margin-top:15px;}.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px;}.frm_style_formidable-style.with_frm_style .frm_repeat_sec{margin-bottom:20px;margin-top:20px;}.frm_style_formidable-style.with_frm_style label.frm_primary_label,.frm_style_formidable-style.with_frm_style.frm_login_form label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;text-align:left;margin:0;padding:0 0 3px 0;width:auto;display:block;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#666666;}.frm_style_formidable-style.with_frm_style .frm_icon_font{color:#444444;}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before{content:\"\\e600\";}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before{content:\"\\e602\";}.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before,.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before{color:#444444;}.frm_style_formidable-style.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before{content:\"\\e62d\";}.frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before{content:\"\\e62a\";}.frm_style_formidable-style.with_frm_style .form-field{margin-bottom:20px;}.frm_style_formidable-style.with_frm_style .frm_grid,.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd {margin-bottom:0;}.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading{margin-bottom:0;}.frm_style_formidable-style.with_frm_style p.description,.frm_style_formidable-style.with_frm_style div.description,.frm_style_formidable-style.with_frm_style div.frm_description,.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,.frm_style_formidable-style.with_frm_style .frm_error{margin:0;padding:0;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:12px;color:#666666;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p{font-size:14px;color:#666666;margin-top:10px;margin-bottom:25px;}.frm_style_formidable-style.with_frm_style .frm_left_container label.frm_primary_label{float:left;display:inline;width:150px;max-width:33%;margin-right:10px;}.frm_style_formidable-style.with_frm_style .frm_right_container label.frm_primary_label{display:inline;width:150px;max-width:33%;margin-left:10px;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha{max-width:62%;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha{display:inline-block;}.frm_style_formidable-style.with_frm_style .frm_left_container p.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_left_container .frm_error{margin-left:160px;max-width:62%;}.frm_style_formidable-style.with_frm_style .frm_right_container p.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_right_container .frm_error{margin-right:160px;max-width:62%;}.frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail{clear:both;margin-left:160px;}.frm_style_formidable-style.with_frm_style .frm_left_container.frm_inline label.frm_primary_label{max-width:90%;}.frm_style_formidable-style.with_frm_style .form-field.frm_col_field div.frm_description{width:100%;max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_inline_container label.frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline;}.frm_style_formidable-style.with_frm_style .frm_inline_container label.frm_primary_label{margin-right:10px;}.frm_style_formidable-style.with_frm_style .frm_pos_right{display:inline;width:150px;}.frm_style_formidable-style.with_frm_style .frm_none_container label.frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_pos_none{display:none;}.frm_style_formidable-style.with_frm_style .frm_scale label{font-weight:normal;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;}.frm_style_formidable-style.with_frm_style .frm_required{color:#B94A48;font-weight:bold;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select,.frm_style_formidable-style.with_frm_style textarea,.frm_style_formidable-style.with_frm_style .chosen-container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;margin-bottom:0;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=phone],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select,.frm_style_formidable-style.with_frm_style textarea,.frm_form_fields_style,.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{color:#555555;background-color:#ffffff;border-color:#cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;max-width:100%;font-size:14px;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_style_formidable-style.with_frm_style input[type=file]::-webkit-file-upload-button{color:#555555;background-color:#ffffff;padding:6px 10px;border-radius:4px;border-color:#cccccc;border-width:1px;border-style:solid;}.frm_style_formidable-style.with_frm_style input[type=text],.frm_style_formidable-style.with_frm_style input[type=password],.frm_style_formidable-style.with_frm_style input[type=email],.frm_style_formidable-style.with_frm_style input[type=number],.frm_style_formidable-style.with_frm_style input[type=url],.frm_style_formidable-style.with_frm_style input[type=tel],.frm_style_formidable-style.with_frm_style input[type=file],.frm_style_formidable-style.with_frm_style input[type=search],.frm_style_formidable-style.with_frm_style select{height:32px;line-height:1.3;}.frm_style_formidable-style.with_frm_style select[multiple=\"multiple\"]{height:auto ;}.frm_style_formidable-style.with_frm_style input[type=file]{color:#555555;padding:0px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;}.frm_style_formidable-style.with_frm_style input[type=file].frm_transparent{color:transparent;}.frm_style_formidable-style.with_frm_style .frm_file_names, .frm_style_formidable-style.with_frm_style .frm_uploaded_files .frm_remove_link{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;}.frm_style_formidable-style.with_frm_style .frm_default,.frm_style_formidable-style.with_frm_style .placeholder,.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field .default,.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-default{color:#555555;font-style:italic;}.frm_style_formidable-style.with_frm_style select{width:100%;max-width:100%;}.frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto ;margin-left:5px ;}.frm_style_formidable-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0 ;margin-top:8px;}.frm_style_formidable-style.with_frm_style .frm_other_container select:not([multiple=\"multiple\"]){width:auto;}.frm_style_formidable-style.with_frm_style .wp-editor-wrap{width:100%;max-width:100%;}.frm_style_formidable-style.with_frm_style .wp-editor-container textarea{border:none;}.frm_style_formidable-style.with_frm_style .mceIframeContainer{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .auto_width input,.frm_style_formidable-style.with_frm_style input.auto_width,.frm_style_formidable-style.with_frm_style select.auto_width,.frm_style_formidable-style.with_frm_style textarea.auto_width{width:auto;}.frm_style_formidable-style.with_frm_style input[disabled],.frm_style_formidable-style.with_frm_style select[disabled],.frm_style_formidable-style.with_frm_style textarea[disabled],.frm_style_formidable-style.with_frm_style input[readonly],.frm_style_formidable-style.with_frm_style select[readonly],.frm_style_formidable-style.with_frm_style textarea[readonly]{background-color:#ffffff;color:#A1A1A1;border-color:#E5E5E5;}.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,.frm_style_formidable-style.with_frm_style select:focus,.frm_style_formidable-style.with_frm_style textarea:focus,.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices{background-color:#ffffff;border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);}.frm_style_formidable-style.with_frm_style input[type=submit],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],.frm_form_submit_style,.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]{width:auto;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;height:auto;line-height:normal;text-align:center;background:#ffffff;border-width:1px;border-color:#cccccc;border-style:solid;color:#444444;cursor:pointer;font-weight:normal;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-shadow:none;padding:6px 11px;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-shadow:0 1px 1px #eeeeee;-webkit-box-shadow:0px 1px 1px #eeeeee;box-shadow:0 1px 1px #eeeeee;-ms-filter:\"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=\'#eeeeee\')\";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=\'#eeeeee\');margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_formidable-style.with_frm_style input[type=submit]:hover,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover{background:#efefef;border-color:#cccccc;color:#444444;}.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_formidable-style.with_frm_style input[type=submit]:focus,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:active,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:active{background:#efefef;border-color:#cccccc;color:#444444;}.frm_style_formidable-style.with_frm_style a.frm_save_draft{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;font-weight:normal;}.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:14px;color:#444444;font-weight:bold;clear:both;}.frm_style_formidable-style.with_frm_style .frm_radio{display:block;}.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_radio{margin:0 5px 0 0;}.frm_style_formidable-style.with_frm_style .frm_checkbox{display:block;}.frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox,.frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_checkbox,.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.frm_style_formidable-style.with_frm_style .frm_radio label,.frm_style_formidable-style.with_frm_style .frm_checkbox label{font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-size:13px;color:#444444;font-weight:normal;display:inline;white-space:prewrap;}.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_blank_field select,.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices{color:#444444;background-color:#ffffff;border-color:#B94A48;border-width:1px;border-style:solid;}.frm_style_formidable-style.with_frm_style .frm_error{font-weight:bold;}.frm_style_formidable-style.with_frm_style .frm_blank_field label,.frm_style_formidable-style.with_frm_style .frm_error{color:#B94A48;}.frm_style_formidable-style.with_frm_style .frm_error_style{background-color:#F2DEDE;border:1px solid #EBCCD1;color:#B94A48;font-size:14px;margin:0;margin-bottom:20px;}.frm_style_formidable-style.with_frm_style .frm_message,.frm_success_style{border:1px solid #D6E9C6;background-color:#DFF0D8;color:#468847;}.frm_style_formidable-style.with_frm_style .frm_message{margin:5px 0 15px;font-size:14px;}.frm_style_formidable-style.with_frm_style .frm-grid td,.frm-grid th{border-color:#cccccc;}.form_results.frm_style_formidable-style.with_frm_style{border:1px solid #cccccc;}.form_results.frm_style_formidable-style.with_frm_style tr td{color:#555555;border-top:1px solid #cccccc;}.form_results.frm_style_formidable-style.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_grid,.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd{border-color:#cccccc;}.frm_style_formidable-style.with_frm_style .frm_grid.frm_blank_field,.frm_style_formidable-style.with_frm_style .frm_grid_first.frm_blank_field,.frm_style_formidable-style.with_frm_style .frm_grid_odd.frm_blank_field{background-color:#F2DEDE;border-color:#EBCCD1;}.frm_style_formidable-style.with_frm_style .frm_grid_first,.frm_style_formidable-style.with_frm_style .frm_grid_odd{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_grid{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_scroll_box{background-color:#ffffff;border-color:#cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;font-size:14px;padding:6px 10px;outline:none;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{color:#555555;background-color:transparent;border:none;display:inline;width:auto;padding:0;}.frm_style_formidable-style.with_frm_style .frm_text_block input,.frm_style_formidable-style.with_frm_style .frm_text_block label.frm_primary_label{margin-left:-20px;}.frm_style_formidable-style.with_frm_style .frm_button{padding:6px 11px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:14px;font-family:\"Lucida Grande\",\"Lucida Sans Unicode\",Tahoma,sans-serif;font-weight:normal;color:#444444;background:#ffffff;border-width:1px;border-color:#cccccc;height:#auto;}.frm_style_formidable-style.with_frm_style .frm_button .frm_icon_font:before{font-size:14px;}.frm_style_formidable-style.with_frm_style .chosen-container{font-size:14px;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{height:32px;line-height:1.3;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single div{top:3px;}.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"]{height:32px;}.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type=\"text\"]{height:15px;}@media only screen and (max-width: 600px){.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container.g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container.g-recaptcha{max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_half.frm_right_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_half.frm_right_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_primary_label{max-width:100%;margin-right:0;margin-left:0;padding-right:0;padding-left:0;width:100%;}.frm_style_formidable-style.with_frm_style .frm_repeat_inline,.frm_style_formidable-style.with_frm_style .frm_repeat_grid{margin: 20px 0;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error{margin-right:0;margin-left:0;padding-right:0;padding-left:0;}}@media only screen and (max-width: 500px) {.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container .g-recaptcha,.frm_style_formidable-style.with_frm_style .frm_left_container p.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail,.frm_style_formidable-style.with_frm_style .frm_right_container p.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_right_container .frm_error{max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_left_container p.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.description,.frm_style_formidable-style.with_frm_style .frm_left_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_left_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_left_container .attachment-thumbnail,.frm_style_formidable-style.with_frm_style .frm_right_container p.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.description,.frm_style_formidable-style.with_frm_style .frm_right_container div.frm_description,.frm_style_formidable-style.with_frm_style .frm_right_container .frm_error,.frm_style_formidable-style.with_frm_style .frm_left_container label.frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_right_container label.frm_primary_label{width:100%;max-width:100%;margin-right:0px;margin-left:0px;padding-right:0px;padding-left:0px;}}.frm_ajax_loading{visibility:hidden;width:auto;}.frm_ajax_loading.frm_loading_now{visibility:visible !important;}.frm_form_submit_style{height:auto;}a.frm_save_draft{cursor:pointer;}.horizontal_radio .frm_radio{margin:0 5px 0 0;}.horizontal_radio .frm_checkbox{margin:0;margin-right:5px;}.vertical_radio .frm_checkbox,.vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.horizontal_radio .frm_checkbox,.horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.with_frm_style .frm_radio label .frm_file_container,.with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle;}.with_frm_style .frm_radio input[type=radio]{border-radius:10px;-webkit-appearance:radio;}.with_frm_style .frm_checkbox input[type=checkbox]{border-radius:0;-webkit-appearance:checkbox;}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{margin-right:5px;width:auto;border:none;}.with_frm_style :invalid,.with_frm_style :-moz-submit-invalid,.with_frm_style :-moz-ui-invalid{box-shadow:none;}.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none;}.with_frm_style .frm_trigger{cursor:pointer;}.with_frm_style .frm_error_style,.with_frm_style .frm_message,.frm_success_style{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:15px;}.with_frm_style .frm_message p{margin-bottom:5px;}.frm_form_fields_style,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_submit_style{width:auto;}.with_frm_style .frm_trigger span{float:left;}.with_frm_style table.frm-grid,#content .with_frm_style table.frm-grid{border-collapse:collapse;border:none;}.frm-grid td,.frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color:#cccccc;border-top:none;border-left:none;border-right:none;}table.form_results.with_frm_style{border:1px solid #ccc;}table.form_results.with_frm_style tr td{text-align:left;color:#555555;padding:7px 9px;border-top:1px solid #cccccc;}table.form_results.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#fff;}table.form_results.with_frm_style tr.frm_odd,.frm-grid .frm_odd{background-color:#ffffff;}.with_frm_style .frm_uploaded_files{padding:5px 0;}.with_frm_style .frm_file_names{display:block;}.frm_collapse .ui-icon{display:inline-block;}.frm_toggle_container{border:1px solid transparent;}.frm_toggle_container ul{margin:5px 0;padding-left:0;list-style-type:none;}.frm_toggle_container .frm_month_heading{text-indent:15px;}.frm_toggle_container .frm_month_listing{margin-left:40px;}#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;}#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px;}#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:bold;z-index:9999999;}#frm_loading img{max-width:100%;}#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;height:20px;margin-bottom:20px;overflow:hidden;}#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes;}#frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));background-size:40px 40px;}#frm_loading .progress-bar{background-color:#ffffff;box-shadow:0 -1px 0 rgba(0, 0, 0, 0.15) inset;float:left;height:100%;line-height:20px;text-align:center;transition:width 0.6s ease 0s;width:100%;}.frm_pagination_cont ul.frm_pagination{display:inline-block;list-style:none;margin-left:0 !important;}.frm_pagination_cont ul.frm_pagination > li{display:inline;list-style:none;margin:2px;background-image:none;}ul.frm_pagination > li.active a{text-decoration:none;}.frm_pagination_cont ul.frm_pagination > li:first-child{margin-left:0;}.archive-pagination.frm_pagination_cont ul.frm_pagination > li{margin:0;}.frmcal{padding-top:30px;}.frmcal-title{font-size:116%;}.frmcal table.frmcal-calendar{border-collapse:collapse;margin-top:20px;color:#555555;}.frmcal table.frmcal-calendar,.frmcal table.frmcal-calendar tbody tr td{border:1px solid #cccccc;}.frmcal table.frmcal-calendar,.frmcal,.frmcal-header{width:100%;}.frmcal-header{text-align:center;}.frmcal-prev{margin-right:10px;}.frmcal-prev,.frmcal-dropdown{float:left;}.frmcal-dropdown{margin-left:5px;}.frmcal-next{float:right;}.frmcal table.frmcal-calendar thead tr th{text-align:center;padding:2px 4px;}.frmcal table.frmcal-calendar tbody tr td{height:110px;width:14.28%;vertical-align:top;padding:0 !important;color:#555555;font-size:12px;}table.frmcal-calendar .frmcal_date{background-color:#ffffff;padding:0 5px;text-align:right;-moz-box-shadow:0 2px 5px #cccccc;-webkit-box-shadow:0 2px 5px #cccccc;box-shadow:0 2px 5px #cccccc;-ms-filter:\"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=\'#cccccc\')\";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=\'#cccccc\');}table.frmcal-calendar .frmcal-today .frmcal_date{background-color:#ffffff;padding:0 5px;text-align:right;-moz-box-shadow:0 2px 5px #66afe9;-webkit-box-shadow:0 2px 5px #66afe9;box-shadow:0 2px 5px #66afe9;-ms-filter:\"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=\'#66afe9\')\";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=\'#66afe9\');}.frmcal_num{display:inline;}.frmcal-content{padding:2px 4px;}.frm_image_from_url{height:50px;}.frm-loading-img{background:url(//tvhamilton.com/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;padding:6px 12px;}#ui-datepicker-div{display:none;z-index:999999 !important;}.frm_form_fields div.rating-cancel{display:none !important;}.frm_form_fields div.rating-cancel,.frm_form_fields div.star-rating{float:left;width:17px;height:17px;font-size:16px;line-height:normal;cursor:pointer;display:block;background:transparent;overflow:hidden;}.frm_form_fields div.rating-cancel a:before{font:16px/1 \'dashicons\';content:\'\\f460\';color:#CDCDCD;}.frm_form_fields div.star-rating:before,.frm_form_fields div.star-rating a:before{font:16px/1 \'dashicons\';content:\'\\f154\';color:#F0AD4E;}.frm_form_fields div.rating-cancel a,.frm_form_fields div.star-rating a{display:block;width:16px;height:100%;border:0;}.frm_form_fields div.star-rating-on:before,.frm_form_fields div.star-rating-on a:before{content:\'\\f155\';}.frm_form_fields div.star-rating-hover:before,.frm_form_fields div.star-rating-hover a:before{content:\'\\f155\';}.frm_form_fields div.frm_half_star:before,.frm_form_fields div.frm_half_star a:before{content:\'\\f459\';}.frm_form_fields div.rating-cancel.star-rating-hover a:before{color:#B63E3F;}.frm_form_fields div.star-rating-readonly,.frm_form_fields div.star-rating-readonly a{cursor:default !important;}.frm_form_fields div.star-rating{overflow:hidden!important;}.with_frm_style .frm_form_field{clear:both;}.frm_form_field.frm_right_half,.frm_form_field.frm_right_third,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_right_fourth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_half,.frm_form_field.frm_last_third,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_last_fourth,.frm_form_field.frm_last_fifth,.frm_form_field.frm_last_sixth,.frm_form_field.frm_last_seventh,.frm_form_field.frm_last_eighth,.frm_form_field.frm_last_inline,.frm_form_field.frm_last,.frm_form_field.frm_half,.frm_submit.frm_half,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_two_thirds,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_three_fourths,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_two_fifths,.frm_form_field.frm_three_fifths,.frm_form_field.frm_four_fifths,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_inline,.frm_submit.frm_inline{clear:none;float:left;margin-left:2.5%;}.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{clear:left;float:left;margin-left:0;}.frm_form_field.frm_alignright{float:right !important;}.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{width:48.75%;}.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{width:31.66%;}.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{width:65.82%;}.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{width:23.12%;}.frm_form_field.frm_three_fourths{width:74.36%;}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{width:18%;}.frm_form_field.frm_two_fifths {width:38.5%;}.frm_form_field.frm_three_fifths {width:59%;}.frm_form_field.frm_four_fifths {width:79.5%;}.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{width:14.58%;}.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh{width:12.14%;}.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{width:10.31%;}.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;}.with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error,.with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description,.with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error{margin-right:33%;padding-right:12px;}.with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error,.with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description,.with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error{margin-left:33%;padding-left:12px;}.frm_full,.frm_full .wp-editor-wrap,.frm_full input:not([type=\'checkbox\']):not([type=\'radio\']):not([type=\'button\']),.frm_full select,.frm_full textarea{width:100% !important;}.frm_full .wp-editor-wrap input{width:auto !important;}.frm_form_field.frm_left_container label.frm_primary_label{float:left;display:inline;max-width:33%;margin-right:10px;}.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),.frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,.frm_form_field.frm_left_container textarea,.frm_form_field.frm_left_container .frm_opt_container,.frm_form_field.frm_left_container .g-recaptcha,.frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),.frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,.frm_form_field.frm_right_container textarea,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_right_container .g-recaptcha{max-width:62%;}.frm_form_field.frm_left_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_left_container .g-recaptcha,.frm_form_field.frm_right_container .g-recaptcha{display:inline-block;}.frm_left_container p.description,.frm_left_container div.description,.frm_left_container div.frm_description,.frm_left_container .frm_error{margin-left:33%;max-width:62%;}.frm_form_field.frm_left_half.frm_left_container .frm_primary_label,.frm_form_field.frm_right_half.frm_left_container .frm_primary_label,.frm_form_field.frm_left_half.frm_right_container .frm_primary_label,.frm_form_field.frm_right_half.frm_right_container .frm_primary_label,.frm_form_field.frm_first_half.frm_left_container .frm_primary_label,.frm_form_field.frm_last_half.frm_left_container .frm_primary_label,.frm_form_field.frm_first_half.frm_right_container .frm_primary_label,.frm_form_field.frm_last_half.frm_right_container .frm_primary_label,.frm_form_field.frm_half.frm_right_container .frm_primary_label,.frm_form_field.frm_half.frm_left_container .frm_primary_label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:33%;}.wp-editor-wrap *,.wp-editor-wrap *:after,.wp-editor-wrap *:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_first,.with_frm_style .frm_grid_odd{clear:both;margin-bottom:0 !important;padding:5px;border-width:1px;border-style:solid;border-color:#cccccc;border-left:none;border-right:none;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_odd{border-top:none;}.frm_grid .frm_error,.frm_grid_first .frm_error,.frm_grid_odd .frm_error{display:none;}.frm_grid:after,.frm_grid_first:after,.frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:\" \";clear:both;height:0;}.frm_grid_first{margin-top:20px;}.frm_grid_first,.frm_grid_odd{background-color:#ffffff;}.frm_grid{background-color:#ffffff;}.frm_grid .frm_primary_label,.frm_grid_first .frm_primary_label,.frm_grid_odd .frm_primary_label,.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{float:left !important;display:block;margin-top:0;margin-left:0 !important;}.frm_grid_first .frm_radio label,.frm_grid .frm_radio label,.frm_grid_odd .frm_radio label,.frm_grid_first .frm_checkbox label,.frm_grid .frm_checkbox label,.frm_grid_odd .frm_checkbox label{visibility:hidden;white-space:nowrap;text-align:left;}.frm_grid_first .frm_radio label input,.frm_grid .frm_radio label input,.frm_grid_odd .frm_radio label input,.frm_grid_first .frm_checkbox label input,.frm_grid .frm_checkbox label input,.frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right;}.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{display:inline;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox,.frm_grid_2 label.frm_primary_label{width:48% !important;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox{margin-right:4%;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox,.frm_grid_3 label.frm_primary_label{width:30% !important;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox{margin-right:3%;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{width:20% !important;}.frm_grid_4 label.frm_primary_label{width:28% !important;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{margin-right:4%;}.frm_grid_5 label.frm_primary_label,.frm_grid_7 label.frm_primary_label{width:24% !important;}.frm_grid_5 .frm_radio,.frm_grid_5 .frm_checkbox{width:17% !important;margin-right:2%;}.frm_grid_6 label.frm_primary_label{width:25% !important;}.frm_grid_6 .frm_radio,.frm_grid_6 .frm_checkbox{width:14% !important;margin-right:1%;}.frm_grid_7 label.frm_primary_label{width:22% !important;}.frm_grid_7 .frm_radio,.frm_grid_7 .frm_checkbox{width:12% !important;margin-right:1%;}.frm_grid_8 label.frm_primary_label{width:23% !important;}.frm_grid_8 .frm_radio,.frm_grid_8 .frm_checkbox{width:10% !important;margin-right:1%;}.frm_grid_9 label.frm_primary_label{width:20% !important;}.frm_grid_9 .frm_radio,.frm_grid_9 .frm_checkbox{width:9% !important;margin-right:1%;}.frm_grid_10 label.frm_primary_label{width:19% !important;}.frm_grid_10 .frm_radio,.frm_grid_10 .frm_checkbox{width:8% !important;margin-right:1%;}.with_frm_style .frm_inline_container.frm_grid_first label.frm_primary_label,.with_frm_style .frm_inline_container.frm_grid label.frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_odd label.frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{margin-right:0;}.with_frm_style .frm_inline_container.frm_scale_container label.frm_primary_label{float:left;}.with_frm_style .frm_other_input.frm_other_full{margin-top:10px;}.with_frm_style .frm_repeat_sec{margin-bottom:20px;margin-top:20px;}.with_frm_style .frm_repeat_inline{clear:both;}.frm_form_field .frm_repeat_sec .frm_add_form_row{opacity:0;display:none;*display:inline;display:inline\\0/; -moz-transition: opacity .15s ease-in-out;-webkit-transition: opacity .15s ease-in-out;transition: opacity .15s ease-in-out;pointer-events:none;}.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row{opacity:100;display:inline;pointer-events:auto;}.frm_form_field .frm_repeat_grid .frm_form_field label.frm_primary_label{display:none !important;}.frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field label.frm_primary_label{display:inherit !important;}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_checkbox{float:left;}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox{width:48%;margin-right:4%;}.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width:30%;margin-right:5%;}.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{width:22%;margin-right:4%;}.frm_form_field.frm_two_col .frm_radio:nth-child(2n+2),.frm_form_field.frm_two_col .frm_checkbox:nth-child(2n+2),.frm_form_field.frm_three_col .frm_radio:nth-child(3n+3),.frm_form_field.frm_three_col .frm_checkbox:nth-child(3n+3),.frm_form_field.frm_four_col .frm_radio:nth-child(4n+4),.frm_form_field.frm_four_col .frm_checkbox:nth-child(4n+4){margin-right:0;}.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto;}.frm_form_field.frm_html_scroll_box{height:100px;overflow:auto;background-color:#ffffff;border-color:#cccccc;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;max-width:100%;font-size:14px;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;font-weight:normal;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_form_field.frm_two_col .frm_opt_container:after,.frm_form_field.frm_three_col .frm_opt_container:after,.frm_form_field.frm_four_col .frm_opt_container:after{content:\".\";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.frm_form_field.frm_total input,.frm_form_field.frm_total textarea{opacity:1;background-color:transparent !important;border:none !important;font-weight:bold;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none !important;display:inline;width:auto !important;-moz-appearance:textfield;padding:0;}.frm_form_field.frm_total input::-webkit-outer-spin-button,.frm_form_field.frm_total input::-webkit-inner-spin-button {-webkit-appearance: none;}.frm_form_field.frm_total input:focus,.frm_form_field.frm_total textarea:focus{background-color:transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.frm_text_block{margin-left:20px;}.frm_text_block input,.frm_text_block label.frm_primary_label{margin-left:-20px;}.frm_text_block .frm_checkbox input[type=checkbox],.frm_text_block .frm_radio input[type=radio]{margin-right:4px;}.frm_form_field.frm_capitalize input,.frm_form_field.frm_capitalize select,.frm_form_field.frm_capitalize .frm_opt_container label{text-transform:capitalize;}.frm_clearfix:after{content:\".\";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.frm_clearfix{display:inline-block;}html[xmlns] .frm_clearfix{display:block;}* html .frm_clearfix{height:1%;}.with_frm_style.frm_login_form,.with_frm_style.frm_login_form form{clear:both;}.with_frm_style.frm_login_form.frm_inline_login .login-remember input{vertical-align:baseline;}.with_frm_style.frm_login_form.frm_inline_login .login-submit{float:left;}.with_frm_style.frm_login_form.frm_inline_login label{display:inline;}.with_frm_style.frm_login_form.frm_inline_login .login-username,.with_frm_style.frm_login_form.frm_inline_login .login-password,.with_frm_style.frm_login_form.frm_inline_login .login-remember{float:left;margin-right:5px;}.with_frm_style.frm_login_form.frm_inline_login form{position:relative;clear:none;}.with_frm_style.frm_login_form.frm_inline_login .login-remember{position:absolute;top:35px;}.with_frm_style.frm_login_form.frm_inline_login input[type=submit]{margin:0 !important;}.with_frm_style.frm_login_form.frm_no_labels .login-username label,.with_frm_style.frm_login_form.frm_no_labels .login-password label{display:none;}.with_frm_style .frm-open-login{float:left;margin-right:15px;}.with_frm_style .frm-open-login a{text-decoration:none;border:none;outline:none;}.with_frm_style.frm_slide.frm_login_form form{display:none;}.with_frm_style .chosen-container{font-size:14px;position:relative;display:inline-block;zoom:1;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;*display:inline;}.with_frm_style .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:100%;left:-9999px;box-shadow:0 4px 5px rgba(0,0,0,.15);z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;}.with_frm_style .chosen-container.chosen-with-drop .chosen-drop{left:0;}.with_frm_style .chosen-container a{cursor:pointer;}.with_frm_style .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));background:-webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background:-moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background:-o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background:linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);text-decoration:none;white-space:nowrap;line-height:24px;}.with_frm_style .chosen-container-single .chosen-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.with_frm_style .chosen-container-single .chosen-single-with-deselect span{margin-right:38px;}.with_frm_style .chosen-container-single .chosen-single abbr{display:block;position:absolute;right:26px;top:6px;width:12px;height:12px;font-size:1px;background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') -42px 1px no-repeat;}.with_frm_style .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-single .chosen-single div{position:absolute;right:0;top:0;display:block;height:100%;width:18px;}.with_frm_style .chosen-container-single .chosen-single div b{background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat 0px 2px;display:block;width:100%;height:100%;}.with_frm_style .chosen-container-single .chosen-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap;z-index:1010;}.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:auto;background:white url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat 100% -20px;background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0;}.with_frm_style .chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box;}.with_frm_style .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px;}.with_frm_style .chosen-container .chosen-results{cursor:text;overflow-x:hidden;overflow-y:auto;position:relative;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;word-wrap:break-word;-webkit-overflow-scrolling:touch;}.with_frm_style .chosen-container .chosen-results li:before{background:none;}.with_frm_style .chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none;}.with_frm_style .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;}.with_frm_style .chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default;}.with_frm_style .chosen-container .chosen-results li.highlighted{background-color:#3875d7;color:#fff;}.with_frm_style .chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4;}.with_frm_style .chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default;}.with_frm_style .chosen-container .chosen-results li.group-option{padding-left:15px;}.with_frm_style .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline;}.with_frm_style .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0 5px;width:100%;height:auto !important;height:1%;cursor:text;}.with_frm_style .chosen-container-multi .chosen-choices li{float:left;list-style:none;}.with_frm_style .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap;}.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type=\"text\"]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);color:#333;line-height:13px;cursor:default;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') -42px 1px no-repeat;font-size:1px;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;color:#666;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4;}.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px;}.with_frm_style .chosen-container-multi .chosen-results{margin:0;padding:0;}.with_frm_style .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default;}.with_frm_style .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0, 0, 0, 0.3);}.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;box-shadow:0 1px 0 #fff inset;}.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent;}.with_frm_style .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px;}.with_frm_style .chosen-container-active .chosen-choices li.search-field input[type=\"text\"]{color:#111 !important;}.with_frm_style .chosen-disabled{opacity:0.5 !important;cursor:default;}.with_frm_style .chosen-disabled .chosen-single{cursor:default;}.with_frm_style .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default;}.with_frm_style .chosen-rtl{text-align:right;}.with_frm_style .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0;}.with_frm_style .chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl;}.with_frm_style .chosen-rtl .chosen-single-with-deselect span{margin-left:38px;}.with_frm_style .chosen-rtl .chosen-single div{right:auto;left:3px;}.with_frm_style .chosen-rtl .chosen-single abbr{right:auto;left:26px;}.with_frm_style .chosen-rtl .chosen-choices li{float:right;}.with_frm_style .chosen-rtl .chosen-choices li.search-field input[type=\"text\"]{direction:rtl;}.with_frm_style .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px;}.with_frm_style .chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px;}.with_frm_style .chosen-rtl.chosen-container-single-nosearch .chosen-search, .with_frm_style .chosen-rtl .chosen-drop{left:9999px;}.with_frm_style .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0;}.with_frm_style .chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0;}.with_frm_style .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;}.with_frm_style .chosen-rtl .chosen-search input[type=\"text\"]{padding:4px 5px 4px 20px;background:white url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat -30px -20px;background:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite.png\') no-repeat -30px -20px;direction:rtl;}.with_frm_style .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px;}.with_frm_style .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px;}@font-face {font-family:\'s11-fp\';src:url(\'//tvhamilton.com/wp-content/plugins/formidable/fonts/s11-fp.eot\');src:local(\'☺\'), url(\'//tvhamilton.com/wp-content/plugins/formidable/fonts/s11-fp.woff\') format(\'woff\'), url(\'//tvhamilton.com/wp-content/plugins/formidable/fonts/s11-fp.ttf\') format(\'truetype\'), url(\'//tvhamilton.com/wp-content/plugins/formidable/fonts/s11-fp.svg\') format(\'svg\');font-weight:normal;font-style:normal;}.frm_icon_font,.frm_dashicon_font{text-decoration:none;text-shadow: none;font-weight:normal;}i.frm_icon_font{font-style:normal;}.frm_icon_font:before,select.frm_icon_font{font-family: \'s11-fp\' !important;font-size:16px;speak: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-transition: all .1s ease-in-out;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}.frm_icon_font,a.frm_icon_font.frm_icon_font:hover,a.frm_icon_font:hover{text-decoration:none !important;}.frm_icon_font:focus,.frm_dashicon_font:focus{box-shadow:none;-webkit-box-shadow:none;}.frm_duplicate_icon:active,.frm_move_icon:active,.frm_delete_icon:active{outline:none;}.ab-icon.frm_dashicon_font:before{content: \"\\f324\";}.frm_logo_icon:before {content: \"\\e601\";}.frm_required_icon:before {content: \"\\e612\";}.frm_delete_icon:before {content: \"\\e610\" !important;}.frm_move_icon:before {content: \"\\e61a\";}.frm_clear_icon:before {content: \"\\e60a\";}.frm_noclear_icon:before {content: \"\\e60b\";}.frm_duplicate_icon:before {content: \"\\e61b\";}.frm_new_icon:before {content: \"\\e614\";}.frm_tooltip_icon:before {content: \"\\e611\";}.frm_forbid_icon:before {content: \"\\e636\";}.frm_check_icon:before {content: \"\\e605\";}.frm_check1_icon:before {content: \"\\e606\";}.frm_plus_icon:before {content: \"\\e62f\";}.frm_plus1_icon:before {content: \"\\e602\";}.frm_plus2_icon:before {content: \"\\e603\";}.frm_plus3_icon:before {content: \"\\e632\";}.frm_plus4_icon:before {content: \"\\e60f\";}.frm_minus_icon:before {content: \"\\e62e\";}.frm_minus1_icon:before {content: \"\\e600\";}.frm_minus2_icon:before {content: \"\\e604\";}.frm_minus3_icon:before {content: \"\\e633\";}.frm_minus4_icon:before {content: \"\\e613\";}.frm_cancel_icon:before {content: \"\\e607\";}.frm_cancel1_icon:before {content: \"\\e608\";}.frm_arrowup_icon:before {content: \"\\e60d\";}.frm_arrowup1_icon:before {content: \"\\e60e\";}.frm_arrowup2_icon:before {content: \"\\e630\";}.frm_arrowup3_icon:before {content: \"\\e62b\";}.frm_arrowup4_icon:before {content: \"\\e62c\";}.frm_arrowup5_icon:before {content: \"\\e635\";}.frm_arrowup6_icon:before {content: \"\\e62d\";}.frm_arrowdown_icon:before {content: \"\\e609\";}.frm_arrowdown1_icon:before {content: \"\\e60c\";}.frm_arrowdown2_icon:before {content: \"\\e631\";}.frm_arrowdown3_icon:before {content: \"\\e628\";}.frm_arrowdown4_icon:before {content: \"\\e629\";}.frm_arrowdown5_icon:before {content: \"\\e634\";}.frm_arrowdown6_icon:before {content: \"\\e62a\";}.frm_download_icon:before {content: \"\\e615\";}.frm_upload_icon:before {content: \"\\e616\";}.frm_menu_icon:before {content: \"\\e618\";}.frm_twitter_icon:before {content: \"\\e619\";}.frm_sms_icon:before {content: \"\\e61c\";}.frm_pencil_icon:before {content: \"\\e61d\";}.frm_pencil1_icon:before {content: \"\\e61e\";}.frm_paypal_icon:before {content: \"\\e61f\";}.frm_twilio_icon:before {content: \"\\e620\";}.frm_googleplus_icon:before {content: \"\\e621\";}.frm_mailchimp_icon:before {content: \"\\e622\";}.frm_pdf_icon:before {content: \"\\e623\";}.frm_highrise_icon:before {content: \"\\e617\";}.frm_feed_icon:before {content: \"\\e624\";}.frm_facebook_icon:before {content: \"\\e625\";}.frm_email_icon:before {content: \"\\e626\";}.frm_aweber_icon:before {content: \"\\e627\";}.frm_register_icon:before {content: \"\\e637\";}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi){.with_frm_style .chosen-rtl .chosen-search input[type=\"text\"],.with_frm_style .chosen-container-single .chosen-single abbr,.with_frm_style .chosen-container-single .chosen-single div b,.with_frm_style .chosen-container-single .chosen-search input[type=\"text\"],.with_frm_style .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.with_frm_style .chosen-container .chosen-results-scroll-down span,.with_frm_style .chosen-container .chosen-results-scroll-up span{background-image:url(\'//tvhamilton.com/wp-content/plugins/formidable/pro/images/chosen-sprite2x.png\') !important;background-size:52px 37px !important;background-repeat:no-repeat !important;}}@media only screen and (max-width: 900px) {.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth label.frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh label.frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth label.frm_primary_label{display: block !important;}.frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_seventh label.frm_primary_label{display:none !important;}}@media only screen and (max-width: 600px) {.frm_form_field.frm_half,.frm_submit.frm_half,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_first_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_last_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth,.frm_form_field.frm_three_fourths,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_two_fifths,.frm_form_field.frm_three_fifths,.frm_form_field.frm_four_fifths,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_last_inline{width:100%;margin-left:0;margin-right:0;clear:both;float:none;}.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{width:48%;margin-right:4%;}.frm_form_field.frm_four_col .frm_radio:nth-child(2n+2),.frm_form_field.frm_four_col .frm_checkbox:nth-child(2n+2){margin-right:0;}.frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field.frm_repeat_buttons:not(.frm_fourth):not(.frm_sixth):not(.frm_eighth) label.frm_primary_label{display:none !important;}.frm_form_field .frm_repeat_grid .frm_form_field.frm_fifth label.frm_primary_label{display:block !important;}.frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_fifth label.frm_primary_label{display:none !important;}}@media only screen and (max-width: 500px) {.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width: auto;margin-right: 0;float: none;display:block;}.frm_form_field input[type=file] {max-width:220px;}.with_frm_style.frm_login_form.frm_inline_login p{clear:both;float:none;}.with_frm_style.frm_login_form.frm_inline_login form{position:static;}.with_frm_style.frm_login_form.frm_inline_login .login-remember{position:static;}.with_frm_style .g-recaptcha > div > div{width:inherit !important;display:block;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);}.with_frm_style .g-recaptcha iframe{width:100%;}}','yes'),(525,'_transient_frm_options','O:11:\"FrmSettings\":32:{s:11:\"option_name\";s:11:\"frm_options\";s:4:\"menu\";s:5:\"Forms\";s:7:\"mu_menu\";i:0;s:15:\"preview_page_id\";i:0;s:8:\"use_html\";s:1:\"1\";s:10:\"jquery_css\";i:0;s:12:\"accordion_js\";i:0;s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"blank_msg\";s:27:\"This field cannot be blank.\";s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:11:\"invalid_msg\";s:66:\"There was a problem with your submission. Errors are marked below.\";s:10:\"failed_msg\";s:58:\"We\'re sorry. It looks like you\'ve already submitted that.\";s:12:\"submit_value\";s:6:\"Submit\";s:9:\"login_msg\";s:45:\"You do not have permission to view this form.\";s:16:\"admin_permission\";s:37:\"You do not have permission to do that\";s:8:\"email_to\";s:13:\"[admin_email]\";s:10:\"load_style\";s:3:\"all\";s:12:\"custom_style\";b:1;s:6:\"pubkey\";s:40:\"6Lc-BhoTAAAAAKtWuM36XgbtMt_7WMea7_z7_rp6\";s:7:\"privkey\";s:40:\"6Lc-BhoTAAAAAFT1SCg76nynu9xH2ldufbMAcSzk\";s:7:\"re_lang\";s:2:\"en\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:14:\"frm_view_forms\";a:1:{i:0;s:13:\"administrator\";}s:14:\"frm_edit_forms\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_delete_forms\";a:1:{i:0;s:13:\"administrator\";}s:19:\"frm_change_settings\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_view_entries\";a:1:{i:0;s:13:\"administrator\";}s:18:\"frm_delete_entries\";a:1:{i:0;s:13:\"administrator\";}s:18:\"frm_create_entries\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_edit_entries\";a:1:{i:0;s:13:\"administrator\";}s:16:\"frm_view_reports\";a:1:{i:0;s:13:\"administrator\";}s:17:\"frm_edit_displays\";a:1:{i:0;s:13:\"administrator\";}}','yes'),(528,'_transient_frmpro_options','O:14:\"FrmProSettings\":38:{s:11:\"option_name\";s:14:\"frmpro_options\";s:8:\"edit_msg\";s:39:\"Your submission was successfully saved.\";s:12:\"update_value\";s:6:\"Update\";s:17:\"already_submitted\";s:36:\"You have already submitted that form\";s:15:\"cal_date_format\";s:8:\"mm/dd/yy\";s:11:\"date_format\";s:5:\"m/d/Y\";s:10:\"permalinks\";b:0;s:4:\"menu\";N;s:7:\"mu_menu\";N;s:15:\"preview_page_id\";N;s:8:\"use_html\";N;s:10:\"jquery_css\";N;s:12:\"accordion_js\";N;s:11:\"success_msg\";N;s:9:\"blank_msg\";N;s:10:\"unique_msg\";N;s:11:\"invalid_msg\";N;s:10:\"failed_msg\";N;s:12:\"submit_value\";N;s:9:\"login_msg\";N;s:16:\"admin_permission\";N;s:8:\"email_to\";N;s:10:\"load_style\";s:3:\"all\";s:12:\"custom_style\";b:1;s:6:\"pubkey\";s:0:\"\";s:7:\"privkey\";s:0:\"\";s:7:\"re_lang\";s:2:\"en\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:14:\"frm_view_forms\";s:13:\"administrator\";s:14:\"frm_edit_forms\";s:13:\"administrator\";s:16:\"frm_delete_forms\";s:13:\"administrator\";s:19:\"frm_change_settings\";s:13:\"administrator\";s:16:\"frm_view_entries\";s:13:\"administrator\";s:18:\"frm_delete_entries\";s:13:\"administrator\";s:18:\"frm_create_entries\";s:13:\"administrator\";s:16:\"frm_edit_entries\";s:13:\"administrator\";s:16:\"frm_view_reports\";s:13:\"administrator\";s:17:\"frm_edit_displays\";s:13:\"administrator\";}','yes'),(577,'avada_permalinks','a:3:{s:23:\"portfolio_category_base\";s:0:\"\";s:21:\"portfolio_skills_base\";s:0:\"\";s:19:\"portfolio_tags_base\";s:0:\"\";}','yes'),(681,'_transient_timeout_frm_form_fields_21includeinclude','1457252643','no'),(684,'_transient_frm_form_fields_21includeinclude','a:8:{i:0;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"283\";s:9:\"field_key\";s:5:\"rnovo\";s:4:\"name\";s:12:\"Organization\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"0\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:20:35\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:1;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"286\";s:9:\"field_key\";s:5:\"nx6fz\";s:4:\"name\";s:5:\"Event\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"1\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:19:\"frm_first frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:04\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:2;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"288\";s:9:\"field_key\";s:5:\"127g1\";s:4:\"name\";s:5:\"Times\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"2\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:17\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:3;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"291\";s:9:\"field_key\";s:5:\"wylp0\";s:4:\"name\";s:4:\"Date\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"date\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"3\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:2:\"10\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";s:4:\"2000\";s:8:\"end_year\";s:4:\"2020\";s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:23\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:4;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"292\";s:9:\"field_key\";s:5:\"qyas6\";s:4:\"name\";s:8:\"Location\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"4\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:37\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:5;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"294\";s:9:\"field_key\";s:5:\"1lb5j\";s:4:\"name\";s:5:\"Phone\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"5\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:19:\"frm_first frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:54\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:6;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"295\";s:9:\"field_key\";s:5:\"igovb\";s:4:\"name\";s:7:\"Website\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:3:\"url\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"6\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:22:01\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:7;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"298\";s:9:\"field_key\";s:5:\"hy6io\";s:4:\"name\";s:5:\"Email\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"7\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:22:12\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}}','no'),(825,'_transient_timeout_w3tc_message.56dc5e9d66fd0','1457283317','no'),(828,'_transient_w3tc_message.56dc5e9d66fd0','','no'),(870,'_transient_timeout_w3tc_message.56dc7a73b340a','1457290443','no'),(873,'_transient_w3tc_message.56dc7a73b340a','','no'),(876,'_transient_timeout_w3tc_license_status','1457721846','no'),(879,'_transient_w3tc_license_status','no_key','no'),(900,'jetpack_file_data','a:1:{s:5:\"3.9.2\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(903,'jetpack_available_modules','a:1:{s:5:\"3.9.2\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(909,'jetpack_security_report','a:0:{}','yes'),(924,'jetpack_log','a:1:{i:0;a:4:{s:4:\"time\";i:1457291121;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}}','no'),(927,'jetpack_private_options','a:0:{}','yes'),(930,'_transient_timeout_jetpack_https_test','1457377521','no'),(933,'_transient_jetpack_https_test','1','no'),(961,'_site_transient_timeout_security_report_performed_recently','1457295737','yes'),(964,'_site_transient_security_report_performed_recently','1','yes'),(970,'jetpack_unique_connection','a:1:{s:12:\"disconnected\";i:1;}','yes'),(973,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1457305939','yes'),(976,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5735\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3570\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3532\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3034\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2753\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2266\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2177\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2035\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1986\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1961\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1954\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1909\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1814\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1622\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1531\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1506\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1506\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1323\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1268\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1266\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1165\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1079\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1056\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"991\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"949\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"908\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"907\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"887\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"882\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"876\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"872\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"819\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"770\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"769\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"755\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"735\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"734\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"733\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"726\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"725\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"719\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"717\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"685\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"680\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"666\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"666\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"661\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"655\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"646\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"628\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"624\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"621\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"609\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"599\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"591\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"584\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"581\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"581\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"580\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"567\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"556\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"550\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"545\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"535\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"534\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"521\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"515\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"504\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"503\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"502\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"488\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"474\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"473\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"460\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"452\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"435\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"435\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"430\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"429\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"427\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"423\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"420\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"416\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"416\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"402\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"402\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"402\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"401\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"398\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"395\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"390\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"389\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"387\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"382\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"380\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"380\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"379\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"377\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"377\";}}','yes'),(988,'ossdl_off_cdn_url','https://tvhamilton.com','yes'),(991,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(994,'ossdl_off_exclude','.php','yes'),(997,'ossdl_cname','','yes'),(1009,'WpFc_api_key','50e560032d253274d2f5521b8b630552','yes'),(1092,'slide-page_children','a:0:{}','yes'),(1334,'_site_transient_timeout_browser_1e35dca62eb93e47369bcf50c7d87239','1458236323','yes'),(1337,'_site_transient_browser_1e35dca62eb93e47369bcf50c7d87239','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1520,'_transient_timeout_feed_3ac19636a08ac871617784ce82d597b8','1458022186','no'),(1523,'_transient_feed_3ac19636a08ac871617784ce82d597b8','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Theme Fusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://theme-fusion.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress Themes | Premium WordPress Themes | WooCommerce Themes\";s: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:\"Mon, 14 Mar 2016 15:27:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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:30:\"https://wordpress.org/?v=4.4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"200K Avada Sales!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theme-fusion.com/200k-avada-sales/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://theme-fusion.com/200k-avada-sales/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 12:08: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:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:7:\"Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"ThemeFusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=399253\";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:508:\"<p>It’s hard to believe that a little over a year ago we were celebrating something that had never been done on Themeforest and has yet to be topped, 100K sales of Avada. Even more mind blowing is that we have now reached 200K sales of Avada on the Themeforest marketplace. Avada has come a long […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/200k-avada-sales/\">200K Avada Sales!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Luke\";s: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:2546:\"<p>It’s hard to believe that a little over a year ago we were celebrating something that had never been done on Themeforest and has yet to be topped, <a href=\"https://theme-fusion.com/thank-support/\" target=\"_blank\">100K sales of Avada</a>. Even more mind blowing is that we have now reached <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">200K sales of Avada</a> on the Themeforest marketplace.</p>\n<p><span id=\"more-399253\"></span></p>\n<p>Avada has come a long way since August 16th, of 2012 setting <a href=\"http://avada.theme-fusion.com/achievements/\" target=\"_blank\">many milestones</a>. It’s been a roller coaster of a ride and we have been honored and humbled every day along the way. </p>\n<p>Simply put, we are blown away by reaching this never before seen milestone. The continued growth is something we are extremely proud of and continue to work towards each day. Over the past 14 months 100K sales has turned into 200K sales, we contribute this amazing growth to two main factors.</p>\n<p>Our team is superb, they are all hard working, dedicated individuals who truly understand that we will always achieve more together. They are willing to make sacrifices for each other and most importantly, they believe in what we are doing and diligently strive to better our product. We have more then doubled the size of our team between these two milestones and are extremely happy with the players we put on the field every day. We put a lot of effort into finding the perfect fit for each position we hire for, and it is thrilling to see the hard work pay off. </p>\n<p>In addition, we are extremely blessed to have have an amazing dedicated group of customers who continue to make these milestones possible. Our customer base is extensive, we have customers who are brand new to the WordPress platform, customers who have never touched a website before and are blown away at how easy it is to build a professional site using Avada, and of course, customers who use Avada exclusively for their entire set of clients. </p>\n<p>We greatly thank each and every one of you and will continue to develop Avada into the best theme that it can be.</p>\n<p><em><strong>Thank you everyone, we love you all. And most of all, we promise that the best is yet to come!</strong></em></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/200k-avada-sales/\">200K Avada Sales!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://theme-fusion.com/200k-avada-sales/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"17\";s: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:54:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Why Website Visitors ‘Bounce’ (And How to Fix It With Avada)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theme-fusion.com/website-visitors-bounce-fix-avada/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://theme-fusion.com/website-visitors-bounce-fix-avada/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Mar 2016 19:09:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:15:\"Beginners Guide\";s: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:9:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"bounce rate\";s: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:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=396688\";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:585:\"<p>High traffic volume is worth nothing if visitors aren’t sticking around long enough to become even a lead or prospect, let alone a customer. When it comes to converting visitors on your website, half the battle is won by ensuring they simply stay on your website in the first place. In other words, you should […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/website-visitors-bounce-fix-avada/\">Why Website Visitors ‘Bounce’ (And How to Fix It With Avada)</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:13839:\"<p>High traffic volume is worth nothing if visitors aren’t sticking around long enough to become even a lead or prospect, let alone a customer.</p>\n<p><span id=\"more-396688\"></span></p>\n<p>When it comes to converting visitors on your website, half the battle is won by ensuring they simply stay on your website in the first place.</p>\n<p>In other words, you should be working on reducing your ‘bounce rate’, which is exactly what we’re going to explore in this article.</p>\n<h2>‘Bounce Rate’ Explained</h2>\n<p>In general terms (as the precise definition is up for debate), bounce rate is the percentage of people who don’t stay on a website long enough to consume the content provided. To ‘bounce’ is to visit a website and leave without exploring the website.</p>\n<p>The technical measure of this changes, but according to <a href=\"https://support.google.com/analytics/answer/1009409?hl=en\">Google’s default standards</a>, it is any single-page visit to a website.</p>\n<p>Generally speaking, when a visitor bounces, it indicates that they weren’t interested in what your website has to offer. This could be because you’re not offering what they need, or you weren’t able to convey what you were offering quickly and succinctly enough – you didn’t do a good enough job of ‘selling’ your site to them.</p>\n<p>It’s that second group of visitors that we’re going to focus on in this article.</p>\n<h2>How to Identify Pages On Your Site With High Bounce Rates (The Efficient Way)</h2>\n<p>We’re going to work efficiently by targeting those pages on your site that attract many visitors <em>and</em> have a relatively high bounce rate. Follow the steps below to identify those ‘high value’ pages.</p>\n<p>Start by logging into Google Analytics and navigate to to the <em>Audience</em> tab:</p>\n<figure><img src=\"https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-audience.jpg\" alt=\"google-analytics-audience\" width=\"633\" height=\"422\" class=\"aligncenter size-full wp-image-399258\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-audience-300x200.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-audience.jpg 633w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<p>Next, click on <em>Users Flow</em>, then choose where it says <em>All Sessions</em> and select <em>Bounced Sessions</em> from the provided dropdown:</p>\n<figure><img src=\"https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-bounced-sessions.jpg\" alt=\"google-analytics-bounced-sessions\" width=\"633\" height=\"76\" class=\"aligncenter size-full wp-image-399259\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-bounced-sessions-300x36.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-bounced-sessions.jpg 633w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<p>This will provide you with a list of your most visited pages with the highest bounce rates. Now that you’ve got your list, let’s start work on improving those bounce rates.</p>\n<h2>How to Identify and Improve Common Website Issues That Boost Bounce Rates</h2>\n<p>Typically, the pages with the highest bounce rates are experiencing one of two problems – either the traffic or ‘type’ of visitor is wrong, or there’s an issue with the content on the page.</p>\n<p>In this article we’re going to focus on easy steps you can take to make each page on your site as relevant and easy to navigate and digest as possible. In essence, we’re going to break down the barriers that exist between the visitor and your site, which will compel them to hang around for longer and ultimately become a customer.</p>\n<h2>Site-Wide Elements That Affect Bounce Rate</h2>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 5px;margin-bottom: 0px;height: 0px;\"></div>\n<h3>Overall Site Design</h3>\n<p>Your site design should be clean, display well on any platform, and be easy to read. What this means for you will depend on <a href=\"http://www.webdesignerdepot.com/2011/12/designing-for-your-target-audience/\">your target audience</a>. Avada provides more than 15 different responsive styles that allow you to create a unique and compelling design for your visitors.</p>\n<figure><img class=\"aligncenter size-large wp-image-396699\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/avada-landing-page-1024x676.png\" alt=\"Avada landing page demo\" width=\"1024\" height=\"676\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/avada-landing-page-300x198.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/avada-landing-page-1024x676.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/avada-landing-page.png 1112w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<h3>Clear Navigation</h3>\n<p>By providing clear navigation points, your visitors will have somewhere else to go. This can be top-level menu items, typically found floating at the top of a website, but can also include internal links included in the page’s content.</p>\n<figure><img class=\"aligncenter size-large wp-image-396701\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/avada-shop-navigation-1024x171.png\" alt=\"Avada shop navigation\" width=\"1024\" height=\"171\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/avada-shop-navigation-300x50.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/avada-shop-navigation-1024x171.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/avada-shop-navigation.png 1108w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Avada offers in-depth navigational elements that help you build a useful guide for your visitors to find what they’re looking for on your site.</p>\n<h3>Load Time</h3>\n<p>You only have a few seconds for your website to load before a user decides it’s <a href=\"https://blog.kissmetrics.com/loading-time/\">not worth waiting for and leaves immediately</a>. Avada helps you by creating a cohesive, custom website that loads quickly and can be easily optimized for performance with top performing WordPress plugins such as <a href=\"https://wordpress.org/plugins/w3-total-cache/\">W3 Total Cache</a>. You can also follow <a href=\"http://theme-fusion.com/10-things-can-speed-wordpress-site/\" target=\"_blank\">our page speed tips</a>.</p>\n<h2>Page-Specific Elements That Affect Bounce Rate</h2>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 5px;margin-bottom: 0px;height: 0px;\"></div>\n<h3>Content Relevance</h3>\n<p>Your search engine optimization needs to tie in closely with the content you are actually providing on your webpage. If you title your post, ‘3 Quick Fixes for a Broken Taillight’, your post should be about three fixes for a broken taillight – not a sales landing page without any of the promised content. While that is a broad example, the same principle applies on a micro level – keep your content relevant at all times!</p>\n<h3>Engagement</h3>\n<p>Not only should your content be relevant, it needs to be engaging too. Kick it off with a brief and compelling summary of what to expect on that page.</p>\n<p>From there, use images, videos, other interactive media and clean typography to keep the reader engaged. Avada makes including media incredibly easy – from Google Maps, to stylish tables, sliders, and customised embeds.</p>\n<figure><img src=\"https://theme-fusion.com/wp-content/uploads/2016/03/avada-media.jpg\" alt=\"Avada embedded Soundcloud\" width=\"633\" height=\"80\" class=\"aligncenter size-full wp-image-399262\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/avada-media-300x38.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/03/avada-media.jpg 633w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<h3>Calls to Action (CTA)</h3>\n<p>One of the easiest ways to improve your bounce rate is by including a specific call to action on every page. This takes the guesswork out of what page you’d like your visitor to read next! When you don’t include a call to action, your reader isn’t given a clear reason to continue clicking through your website.</p>\n<figure><img src=\"https://theme-fusion.com/wp-content/uploads/2016/03/call-to-action.jpg\" alt=\"call-to-action\" width=\"1266\" height=\"500\" class=\"aligncenter size-full wp-image-399257\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/call-to-action-300x118.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/03/call-to-action-1024x404.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/call-to-action.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></figure>\n<p>Avada provides a wide variety of buttons and shortcodes that make providing clear and visible calls to action incredibly easy.</p>\n<h3>Related Posts</h3>\n<p>Navigation can be included anywhere, including right at the end of a post. If the reader didn’t take your call to action, they may find posts you’ve written with similar content interesting! There are <a href=\"http://www.wpsuperstars.net/wordpress-related-posts-plugins/\">many plugins for including related posts</a>, and Avada also has built in functionality for them.</p>\n<h2>How Avada’s Flexibility Can Help You Reduce Bounce Rate</h2>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 5px;margin-bottom: 0px;height: 0px;\"></div>\n<p>Doing all of the above will put you in great stead, but as an Avada user, you can take advantages of its advanced functionality to reduce bounce rate on some of the most important pages on your site.</p>\n<h3>Your Homepage and Blog</h3>\n<p>The ‘<a href=\"https://blog.kissmetrics.com/optimize-buying-cycle/\">buying cycle</a>’ is the circular process that customers all experience before, during, and after purchasing something. These stages include:</p>\n<div class=\"shortcode-list\">\n<ul>\n<li>Awareness of needs</li>\n<li>Assessment of alternatives</li>\n<li>Alleviation of risk</li>\n<li>Decision</li>\n<li>Achievement of results</li>\n</ul>\n</div>\n<p>By using this cycle, you can begin to figure out what people are looking for based on what stage they’re in. For example, people just entering the cycle may not have any need awareness, so they should see more topic-focused content like your blog or other sources of information.</p>\n<figure><img src=\"https://theme-fusion.com/wp-content/uploads/2016/03/avada-content.jpg\" alt=\"avada-content\" width=\"1266\" height=\"950\" class=\"aligncenter size-full wp-image-399255\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/avada-content-300x225.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/03/avada-content-1024x768.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/avada-content-960x720.jpg 960w, https://theme-fusion.com/wp-content/uploads/2016/03/avada-content.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></figure>\n<p>Avada provides a spectacular amount of customisation for both your home page and blog archives, to help you provide the exact content these users are looking for.</p>\n<h3>Case Studies and Portfolios</h3>\n<p>While people are assessing their alternatives and evaluating their options, they’ll most likely want to research case studies and view portfolios.</p>\n<figure><img src=\"https://theme-fusion.com/wp-content/uploads/2016/03/avada-case-study.jpg\" alt=\"avada-case-study\" width=\"1266\" height=\"605\" class=\"aligncenter size-full wp-image-399254\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/avada-case-study-300x143.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/03/avada-case-study-1024x489.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/avada-case-study.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></figure>\n<p>Avada provides extensive portfolio and features pages that make it easy to elegantly offer just this kind of information.</p>\n<h3>Your Pricing and/or Product Pages</h3>\n<p>Once people have reached the decision stage, they are ready to move forward into some form of ‘next step’ to discuss pricing or make a purchase. Avada offers pricing forms, highly functional contact forms, as well as shop and product launch pages.</p>\n<figure><img src=\"https://theme-fusion.com/wp-content/uploads/2016/03/avada-products.jpg\" alt=\"avada-products\" width=\"1266\" height=\"600\" class=\"aligncenter size-full wp-image-399256\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/avada-products-300x142.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/03/avada-products-1024x485.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/avada-products.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></figure>\n<h2>Conclusion</h2>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 5px;margin-bottom: 0px;height: 0px;\"></div>\n<p>Visitors bounce from a website when your pages don’t provide them with what they’re looking for.</p>\n<p>Once you know how to find the most popular pages with the highest bounce rates, you can fix the pages on your website with the highest bounce rates by looking for a mismatch in what a searcher is looking for (versus what they’re seeing), and fixing page problems like poor navigation or formatting. Avada comes with a variety of page templates, tools and features to help you quickly and easily create beautiful pages for visitors exactly when they’re looking for it.</p>\n<p>Have you experienced high bounce rates on your own website? If so, how have you dealt with it? Let us know in the comments below!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/website-visitors-bounce-fix-avada/\">Why Website Visitors ‘Bounce’ (And How to Fix It With Avada)</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://theme-fusion.com/website-visitors-bounce-fix-avada/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Avada Customer Spotlight: Jeannie Mark of Nomadic Chick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://theme-fusion.com/avada-customer-spotlight-jeannie-mark-of-nomadic-chick/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://theme-fusion.com/avada-customer-spotlight-jeannie-mark-of-nomadic-chick/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Feb 2016 20:48:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:18:\"Customer Spotlight\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"Jeannie Mark\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"nomadic chick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=398885\";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:627:\"<p>We’ve interviewed everyone from boutique builders to growth hackers in our Avada Customer Spotlight series so far. In this installment we turn to the world of travel blogging with Jeannie Mark of Nomadic Chick. After turning her back on a burgeoning corporate career in 2010, Jeannie Mark sold up her worldly possessions, embarked on a […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-customer-spotlight-jeannie-mark-of-nomadic-chick/\">Avada Customer Spotlight: Jeannie Mark of Nomadic Chick</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"ThemeFusion Staff\";s: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:1519:\"<p>We’ve interviewed everyone from <a href=\"http://avada.theme-fusion.com/charter-bay-homes-customer-spotlight/\" target=\"_blank\">boutique builders</a> to <a href=\"http://avada.theme-fusion.com/growth-tribe-customer-spotlight/\">growth hackers</a> in our Avada Customer Spotlight series so far. In this installment we turn to the world of travel blogging with <a href=\"https://twitter.com/nomadicchick\" target=\"_blank\">Jeannie Mark</a> of <a href=\"http://www.nomadicchick.com/\" target=\"_blank\">Nomadic Chick</a>.</p>\n<p><span id=\"more-398885\"></span></p>\n<p>After turning her back on a burgeoning corporate career in 2010, Jeannie Mark sold up her worldly possessions, embarked on a life-changing trip to India, and hasn’t looked back since. Since then, she’s been everywhere from Brazil to Vietnam. Head on over to our Avada demo site to read this amazing interview with Jeannie Mark of <a href=\"http://www.nomadicchick.com/\" target=\"_blank\">Nomadic Chick</a></p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 40px;margin-bottom: 40px;\"></div>\n<a href=\" http://avada.theme-fusion.com/nomadic-chick-customer-spotlight/ \" class=\"short-btn large square \" target=\"_blank\"> View The Customer Spotlight </a>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-customer-spotlight-jeannie-mark-of-nomadic-chick/\">Avada Customer Spotlight: Jeannie Mark of Nomadic Chick</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://theme-fusion.com/avada-customer-spotlight-jeannie-mark-of-nomadic-chick/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Avada 4.0 Is 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://theme-fusion.com/avada-4-0-is-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://theme-fusion.com/avada-4-0-is-coming-soon/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Feb 2016 19:44:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:9:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=398631\";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:537:\"<p>We have exciting news in store for Avada customers. Avada 4.0 is right around the corner and includes an amazing new options panel powered by Redux! If you use Avada, you know how important a role theme options play. These options allow you to easily customize all the different parts of the site without having […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-4-0-is-coming-soon/\">Avada 4.0 Is Coming Soon!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"ThemeFusion Staff\";s: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:11547:\"<p>We have exciting news in store for Avada customers. Avada 4.0 is right around the corner and includes an amazing new options panel powered by Redux! </p>\n<p><span id=\"more-398631\"></span></p>\n<p>If you use Avada, you know how important a role theme options play. These options allow you to easily customize all the different parts of the site without having to change or modify any of the backend code. Avada theme options have depth, flexibility and power which ultimately provides you with a design tool to create professionally unique websites. With the continued desire to grow Avada’s powerful options for our customer base, there is a need to use a more advanced framework that allows us to continue building for the future. </p>\n<p>Needless to say, we are thrilled about adding Redux to Avada. This is the first step in allowing ThemeFusion to fulfill some very exciting long term goals for the future of Avada.</p>\n<h4>Avada’s New Theme Option Panel</h4>\n<p>Avada 4.0 theme options is now going to be powered by Redux. Redux is a truly extensible options framework for WordPress themes and plugins. </p>\n<p>Our developing team has spent months working on integration. With the sheer number of options Avada offers, it is imperative that the interface is user friendly. We’ve created a custom design for Redux that results in a clean and precise user interface that is amazingly fun to use. Each option is clearly defined, described and logically organized into panels. We’ve taken many steps to make the interface feel like a natural extension of WordPress, even the styling of the panel changes based on the user color profile you choose in WordPress settings.</p>\n<figure><a href=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options.jpg\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options.jpg\" alt=\"fusion_theme_options\" width=\"1266\" height=\"1000\" class=\"aligncenter size-full wp-image-398534\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options-300x237.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options-1024x809.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h4>New Features</h4>\n<p>Avada 4.0 includes many new features that make theme options more refined and easier to use, which ultimately makes your job easier. We’ll highlight a few of our favorites below.</p>\n<h5 style=\"margin: 50px 0px 10px 0px\">Combined Options</h5>\n<p>Our previous theme option panel did not make it easy to combine options, thankfully this changes in 4.0. Combined options are a grouping of similar options in the same area. A great example of this is our new typography control. Previously in Avada there were different areas of theme options to edit the font families, font colors, line-heights, margins and more. This required you to move around to edit all of those options. In Avada 4.0 we’ve combined these similar options into one control, allowing you to edit each field in a fraction of the time.</p>\n<figure><a href=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_typography.jpg\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_typography.jpg\" alt=\"fusion_theme_options_typography\" width=\"1266\" height=\"375\" class=\"aligncenter size-full wp-image-398539\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_typography-300x89.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_typography-1024x303.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_typography.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>As you can see above, every aspect of the H1 heading is combined into one typography control for quick and easy editing. We’ve extended this concept into other areas as well, like header paddings.</p>\n<figure><a href=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_padding.jpg\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_padding.jpg\" alt=\"fusion_theme_options_padding\" width=\"1266\" height=\"185\" class=\"aligncenter size-full wp-image-398547\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_padding-300x44.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_padding-1024x150.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_padding.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h5 style=\"margin: 50px 0px 10px 0px\">Unlimited Custom Fonts & Icons</h5>\n<p>Avada 4.0 brings unlimited custom fonts and social icons at your disposal. In addition, you can now easily assign your custom fonts to <strong><em>any</em></strong> area of the site that has a font-family option! There is a new custom font section on the typography panel that utilizes our own custom repeater field. Each custom font you upload is housed inside a repeater field, and you can add or remove repeater fields as much as you wish. Simply upload your 4 web font files, name the font and save it. Click the “ADD” button to add an additional repeater field for a new custom font. </p>\n<figure><a href=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_custom_font.jpg\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_custom_font.jpg\" alt=\"fusion_theme_options_custom_font\" width=\"1266\" height=\"640\" class=\"aligncenter size-full wp-image-398551\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_custom_font-300x152.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_custom_font-1024x518.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_custom_font.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>This same concept is also used for social icon networks. A repeater field is used allowing you to choose any of our included networks, or choose a custom icon and upload your own image.</p>\n<h5 style=\"margin: 50px 0px 10px 0px\">Enhanced Color Pickers With Opacity Sliders</h5>\n<p>Avada currently supports rgba values for color settings with opacity. However you have to manually insert the rgba value which is not easy. Avada 4.0 brings an enhanced color picker that has a built in opacity slider, when used it will automatically insert the selected rgba value.</p>\n<figure><a href=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_color.jpg\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_color.jpg\" alt=\"fusion_theme_options_color\" width=\"1266\" height=\"329\" class=\"alignnone size-full wp-image-398635\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_color-300x78.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_color-1024x266.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_color.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h5 style=\"margin: 50px 0px 10px 0px\">More Intuitive Organization</h5>\n<p>Being able to quickly find an option you are looking for is very important. Our previous organization of theme options was built a specific way almost 3 years ago before we developed many more options. Over time we realized that organization was not ideal for the number of options we have. In Avada 4.0 the theme options panel has been completely reorganized in a logical way. The concept is simple, if you wish to edit something in the footer, you will navigate to the footer tab and find every option we have available. This includes typography settings and color settings. Every option for a specific area is neatly organized into their own panel. </p>\n<p>We understand that many customers are familiar with the previous organization before Avada 4.0. When change comes, it takes some time to get familiar with it. However, the new method is more intuitive and will quickly save you time. In addition to the new organization, there is a search field you can use to find an option which we will get into next.</p>\n<h5 style=\"margin: 50px 0px 10px 0px\">Quick & Useful Searching</h5>\n<p>With the sheer number of options we include for easy customization, it’s important to have a search feature to quickly find an option. At the top of theme options is a search field that allows you to search for an option based on the title. When you perform a search, the side navigation panel is grayed out and all the focus is put on the actual search results.</p>\n<figure><a href=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_search.jpg\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_search.jpg\" alt=\"fusion_theme_options_search\" width=\"1266\" height=\"480\" class=\"aligncenter size-full wp-image-398554\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_search-300x114.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_search-1024x388.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/02/fusion_theme_options_search.jpg 1266w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h5 style=\"margin: 50px 0px 10px 0px\">Dependent Options</h5>\n<p>There are numerous options that are dependent on another option. For example, if you select unboxed social icons, the boxed color and boxed radius options should not show since they do not apply. If you cselect boxed social icons, then the additional boxed options will show. We’ve set up many dependencies for theme options so only the correct options show based on your selections. This setup makes using theme options easier and eliminates the margin of error when selecting an option that will not work based on another setting.</p>\n<p>In addition, we have separate panels now for 3rd party plugin integrations like WooCommerce, bbPress, The Events Calendar. These panels of options for 3rd party plugins will only show if you have WooCommerce installed and activated.</p>\n<h4>Option Migration When Updating To Avada 4.0</h4>\n<p>Since we’re using an entirely new options panel, it is necessary for your previous Avada installations to migrate over to Redux. When you update from an older version of Avada, your theme option values will be copied and stored in your database for safe keeping. No data is lost this way. The extra copy of theme options is then migrated over to Redux so you can enjoy the new options panel. Always make sure you backup your current theme folder before you upgrade. Additional information will be ready when version 4.0 is live. </p>\n<h4>Conclusion</h4>\n<p>We’re very excited to be bringing you the new Avada 4.0 update. It truly is a major enhancement and helps pave the way for future versions of Avada that bring even more excitement!</p>\n<p>We are in beta testing at the moment and estimate a live release within 3-5 weeks of time. Thank you to the many customers who signed up for beta testing! Onwards!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-4-0-is-coming-soon/\">Avada 4.0 Is Coming Soon!</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://theme-fusion.com/avada-4-0-is-coming-soon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Avada Customer Spotlight: David Arnoux and Growth Tribe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://theme-fusion.com/avada-customer-spotlight-growth-tribe/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://theme-fusion.com/avada-customer-spotlight-growth-tribe/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Feb 2016 20:48: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:18:\"Customer Spotlight\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"David Arnoux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"Growth Tribe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=393902\";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:619:\"<p>Our ongoing Avada Customer Spotlight series is certainly beginning to pick up steam. Following on from recent appearances by FashCam and Charter Bay Homes, the focus turns to Europe this time as we interview David Arnoux from Growth Tribe. Growth Tribe is a growth hacking agency located in Amsterdam which provides workshop, training and consultancy […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-customer-spotlight-growth-tribe/\">Avada Customer Spotlight: David Arnoux and Growth Tribe</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:1586:\"<p>Our ongoing Avada Customer Spotlight series is certainly beginning to pick up steam. Following on from recent appearances by <a href=\"http://theme-fusion.com/avada/fashcam-customer-spotlight/\" target=\"_blank\">FashCam</a> and <a href=\"http://theme-fusion.com/avada/charter-bay-homes-customer-spotlight/\" target=\"_blank\">Charter Bay Homes</a>, the focus turns to Europe this time as we interview <a href=\"https://twitter.com/darnocks\" target=\"_blank\">David Arnoux</a> from <a href=\"http://www.growthtribe.io/\" target=\"_blank\">Growth Tribe</a>.</p>\n<p><span id=\"more-393902\"></span></p>\n<p>Growth Tribe is a growth hacking agency located in Amsterdam which provides workshop, training and consultancy services. They’ve also recently created Europe’s first <a href=\"http://growthtribe.io/growth-hacking-academy\" target=\"_blank\">growth hacking academy</a> to drive the nascent discipline forward and help create its next generation of practitioners. Head on over to our Avada demo site to read this amazing interview with David Arnoux at Growth Tribe!</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 40px;margin-bottom: 40px;\"></div>\n<a href=\" http://theme-fusion.com/avada/growth-tribe-customer-spotlight/ \" class=\"short-btn large square \" target=\"_blank\"> View The Customer Spotlight </a>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-customer-spotlight-growth-tribe/\">Avada Customer Spotlight: David Arnoux and Growth Tribe</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://theme-fusion.com/avada-customer-spotlight-growth-tribe/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"How to Use “Hotspot Analytics” to Boost Online Engagement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://theme-fusion.com/hotspot-analytics/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://theme-fusion.com/hotspot-analytics/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jan 2016 20:34:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:15:\"Beginners Guide\";s: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:9:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"analytics\";s: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:5:{s:4:\"data\";s:9:\"heat maps\";s: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:5:{s:4:\"data\";s:17:\"hotspot analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=396150\";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:602:\"<p>Good design is subjective. Just because you think something looks amazing or because a design has received good responses in the past doesn’t mean it will resonate with your customers. Thanks to constantly evolving web technology, however, you can find out exactly how your customers interact with your site. You can do this by analyzing […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/hotspot-analytics/\">How to Use “Hotspot Analytics” to Boost Online Engagement</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:15084:\"<p>Good design is subjective. Just because you think something looks amazing or because a design has received good responses in the past doesn’t mean it will resonate with your customers.</p>\n<p><span id=\"more-396150\"></span></p>\n<p>Thanks to constantly evolving web technology, however, you can find out exactly how your customers interact with your site. You can do this by analyzing real user behavior through a handful of apps that help you track “hotspot analytics”.</p>\n<p>In this article, we will explain hotspot analytics, demonstrate just how valuable they can be, explain what features offer the greatest benefits, and show you how to improve your <a href=\"http://theme-fusion.com/avada/\" target=\"_blank\">Avada</a>-powered site with them.</p>\n<h2>Hotspot Analytics Explained</h2>\n<p>Putting a beautiful WordPress website together is now easy with options like Avada.</p>\n<p>However, there are so many things to consider when creating your site. Should you use a homepage slider? How can you better utilize the layout on your features page to drive more sales? How can you determine the best approach to setting up your website in terms of what delivers the greatest value in conversions and sales?</p>\n<p>Surveys and questionnaires can help you get some initial feedback, but they leave at least one key aspect unresolved: what customers <em>aren’t </em>telling you.</p>\n<p>Quantitative data from real behavior will help you cut through the clutter and gain better insight into what website changes or additions need to be made.</p>\n<p>That leads us to ‘hotspot analytics’ – a form of advanced analysis that uses heat mapping technology to determine real-time interactive user activity on a website. It does this by tracking everything from cursor location and movement to clicks and even touch screen taps.</p>\n<p>By using hotspot analytics, you can determine what information and graphics are most interacted with on your site.</p>\n<p>Now that we’ve gone over what hotspot analytics is and why it matters, let’s get into specific features and the benefits that they offer.</p>\n<h2>Essential Features of Hotspot Analytics Explored</h2>\n<p>Hotspot analytics will offer you a lot of information about user behavior on your site. Let’s go through the top three features of hotspot analytics and the benefits that each offer.</p>\n<h3>1. Heat Maps Focus on Page Interest</h3>\n<p>A heat map is a graphical representation of where users’ cursers hover on your site, displayed in colors, identifying areas of greatest volume.</p>\n<p>The goal of a heat map is to help you determine where people are (and aren’t) <a href=\"http://provim.net/heat-maps/\" target=\"_blank\">interacting with your website</a>.</p>\n<figure><img class=\"aligncenter wp-image-396294 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/heatmap-view-1024x639.png\" alt=\"The heatmap view shows where users are hovering on each page.\" width=\"1024\" height=\"639\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/heatmap-view-300x187.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/heatmap-view-1024x639.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/heatmap-view.png 1278w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>In order to get a basic heatmap so you can begin to uncover how people are actually using your site, <a href=\"https://sumome.com/app/heat-maps\">SumoMe</a> is an easy, affordable option.</p>\n<h3>2. Scroll Maps Show Content Consumption</h3>\n<p>Scroll maps, like heat maps, are a graphical representation of how far down a page users are scrolling. This enables you to determine <a href=\"http://www.koozai.com/blog/analytics/koozai-guide-using-crazy-egg/\" target=\"_blank\">how much information is being consumed</a> by knowing at which point most users abandon a page.</p>\n<figure><img class=\"aligncenter wp-image-396292 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/scrollmap-view-1024x484.png\" alt=\"The scrollmap view helps you determine how your content is performing.\" width=\"1024\" height=\"484\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/scrollmap-view-300x142.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/scrollmap-view-1024x484.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/scrollmap-view.png 1592w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Research shows that <a href=\"http://www.nngroup.com/articles/scrolling-and-attention/\">80.3% of user time</a> is spent above the fold of a page! Knowing this – and being able to discover exactly where users are focusing on your page – will help you design a site more effectively.</p>\n<p>The aforementioned SumoMe provides a <a href=\"https://sumome.com/app/content-analytics\">scroll map option</a> that can provide a basic breakdown of where people might be dropping off. <a href=\"https://www.ptengine.com/\">PTengine</a> also includes scroll maps, while combining it with other page analysis features to help you measure and improve content performance.</p>\n<h3>3. Click Distribution Highlights Mouse Clicks</h3>\n<p>Click distribution, sometimes referred to as ‘overlay’, shows the number of clicks that each element of a page receives. It works just like heat mapping, but instead of showing you where a user’s mouse moves, it highlights where mouse clicks are taking place.</p>\n<figure><a href=\"http://localu.org/blog/a-heat-map-click-study-for-googles-local-carousel-results/\">This helps you to determine</a> whether your primary objectives on a page are being used, as well as what might be distracting or ineffective to users.</p>\n<p><img class=\"aligncenter wp-image-396293 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/click-overlay-view-1024x561.png\" alt=\"The click overlay view helps you see where users are actually clicking.\" width=\"1024\" height=\"561\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/click-overlay-view-300x164.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/click-overlay-view-1024x561.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/click-overlay-view.png 1277w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p><a href=\"http://www.crazyegg.com/\">CrazyEgg</a> can help you get a basic understanding of where your visitors are interacting with your site (as well as segmenting those users by a number of variables like their referral source). Otherwise, <a href=\"https://www.clicktale.com/product/heatmaps\">ClickTail</a> can help provide you with detailed, enterprise-grade user behavior testing.</p>\n<p>Click distribution will show you not only where on the page your customers’ attention is drawn to, but exactly what they are (and aren’t) clicking on. Now you know what hotspot analytics are, let’s move onto show how you can use them.</p>\n<p>Fortunately for us, all of the above hotspot analysis tools are quick and easy to install. Most provide a variety of WordPress installation options, including plugins or embed codes.</p>\n<p>With that said, let’s move onto the practical side of improving your website as a result of the results of hotspot analytics reports!</p>\n<h2>How to Make Important Homepage Decisions</h2>\n<p>When it comes to analyzing your heat mapping results, your primary objectives can be boiled down to two categories of focus: macro conversions and micro conversions.</p>\n<ol>\n<li>Macro conversions happen when a visitor achieves a website’s main business objectives, such as purchasing an item, signing up for a course, or booking a flight.</li>\n<li>Micro conversions happen when a visitor achieves a small goal, eventually (ideally) leading toward a macro conversion. For example, subscribing to a newsletter, bookmarking your page, or using social media buttons.</li>\n</ol>\n<p>As mentioned earlier, viewers only give you about ten seconds to lure them in. If they have to scroll down the page or search for information on a cluttered site, they’ll simply find the information somewhere else.</p>\n<p>For example, one option on the <a href=\"http://theme-fusion.com/avada/\">Avada demo</a> currently has a great header area emphasizing their primary “macro” conversion (i.e. <em>Purchase Avada</em>):</p>\n<p><a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://theme-fusion.com/wp-content/uploads/2015/12/avada-home-1cta.jpg\" alt=\"This Avada demo currently has one call to action.\" width=\"960\" height=\"536\" class=\"aligncenter size-full wp-image-397774\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/avada-home-1cta-300x168.jpg 300w, https://theme-fusion.com/wp-content/uploads/2015/12/avada-home-1cta.jpg 960w\" sizes=\"(max-width: 960px) 100vw, 960px\" /></a></figure>\n<p>But what if you wanted to see the impact for adding an additional call-to-action for a “micro” conversion? (For example, all the people who aren’t ready to purchase can learn more about the features, etc.) Navigate down to the call-to-action section on the Fusion Slider homepage, and you can add another <a href=\"http://theme-fusion.com/knowledgebase/avada-shortcode-list/#buttons\">button shortcode</a>.</p>\n<figure><img class=\"aligncenter wp-image-396301 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/avada-fusion-slider-button-two-1024x519.png\" alt=\"You can change calls to action on the Avada homepage through the Fusion Slider shortcodes.\" width=\"1024\" height=\"519\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/avada-fusion-slider-button-two-300x152.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/avada-fusion-slider-button-two-1024x519.png 1024w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Now you’ll see that we added another button that’s a little less prominent. This intuitively communicates priority to the visitor; helping them make a quick decision (based on hierarchy) without even having to think about it.</p>\n<figure><a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://theme-fusion.com/wp-content/uploads/2015/12/avada-home-2cta.jpg\" alt=\"The Avada homepage now has two calls to actions for both macro and micro conversions.\" width=\"960\" height=\"536\" class=\"aligncenter size-full wp-image-397775\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/avada-home-2cta-300x168.jpg 300w, https://theme-fusion.com/wp-content/uploads/2015/12/avada-home-2cta.jpg 960w\" sizes=\"(max-width: 960px) 100vw, 960px\" /></a></figure>\n<p>Another common area you might want to generate “macro” or “micro” conversions is in your sidebar. There’s only one problem: “Banner Blindness”.</p>\n<h2>How to Test and Adjust for “Banner Blindness”</h2>\n<p><a href=\"https://en.wikipedia.org/wiki/Banner_blindness\">Banner blindness</a> refers to how website visitors today will commonly ignore anything that looks remotely like a banner advertisement. Most of us do it without even knowing.</p>\n<p>However, that’s an issue if your beautifully designed site has important elements that might appear as a banner.</p>\n<p>For example, if you’re selling services, a portfolio is incredibly important to showcase your work to future prospects. With this in mind, what if you were concerned about how your portfolio design and layout were affecting user behavior?</p>\n<p>One place to start is by setting up a simple heatmap on your current, two column page.</p>\n<figure><img class=\"aligncenter wp-image-396299 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/portfolio-demo-two-column-1024x612.png\" alt=\"Here\'s how your portfolio would look on Avada with a two column option. \" width=\"1024\" height=\"612\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/portfolio-demo-two-column-300x179.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/portfolio-demo-two-column-1024x612.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/portfolio-demo-two-column.png 1162w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>After collecting some initial data, it might make sense to instead change it to a single column and add some supplementary text or calls-to-action. Switching the page template is extremely easy through the page you’d like to change:</p>\n<figure><img class=\"aligncenter wp-image-396297 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/page-templates-avada-1024x396.png\" alt=\"You can change page layouts in Avada through the Page Attributes section.\" width=\"1024\" height=\"396\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/page-templates-avada-300x116.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/page-templates-avada-1024x396.png 1024w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Then your portfolio work would look like this:</p>\n<figure><img class=\"aligncenter wp-image-396298 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/portfolio-demo-single-column-1024x598.png\" alt=\"Here\'s how your portfolio would look with a single column Avada template.\" width=\"1024\" height=\"598\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/portfolio-demo-single-column-300x175.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/portfolio-demo-single-column-1024x598.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/portfolio-demo-single-column.png 1178w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Now you could run the tests again and collect information to see what (if any) impact those layout and design changes had. Typically, the length of these types of tests all depend on the number of visitors you’re currently getting to make sure you’re getting a <a href=\"http://www.qualtrics.com/blog/determining-sample-size/\">statistically significant sample size</a>.</p>\n<h2>Conclusion</h2>\n<p>Good design is easy with Avada, but figuring out how to lay <em>everything</em> out can be difficult, and if done wrong, can cause usability problems.</p>\n<p>Hotspot analytics plugins, in tandem with your Avada theme, will dramatically change your approach to website design and layout. By using the heat mapping technology, you will know with certainty what aspects of your site to keep and what to ditch.</p>\n<p>It’s worth it to know exactly what your customers – both potential and retained – are engaging with on your site. If you haven’t made use of this new technology, it’s time to get on it.</p>\n<p>Have you ever tried using any of these tools? Have you made changes on your website because of real user behavior testing? Let us know in the comments section below!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/hotspot-analytics/\">How to Use “Hotspot Analytics” to Boost Online Engagement</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://theme-fusion.com/hotspot-analytics/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"How to Get Your Business’ WordPress Website Up and Running in 30 Minutes with Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theme-fusion.com/avada-business-website/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://theme-fusion.com/avada-business-website/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jan 2016 20:14:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:15:\"Beginners Guide\";s: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:16:\"business website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"getting started\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=396958\";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:652:\"<p>WordPress is incredibly powerful, but with great power comes the potential for overwhelm. If you want to build a website for your business, it can be difficult getting over that initial ‘hump’ of familiarity with the world’s favorite content management system. The best way to harness the power of WordPress is to use a tool that brings everything […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-business-website/\">How to Get Your Business’ WordPress Website Up and Running in 30 Minutes with Avada</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:16166:\"<p>WordPress is incredibly powerful, but with great power comes the potential for overwhelm. If you want to build a website for your business, it can be difficult getting over that initial ‘hump’ of familiarity with the world’s favorite content management system.</p>\n<p><span id=\"more-396958\"></span></p>\n<p>The best way to harness the power of WordPress is to use a tool that brings everything together for you in one place. We created Avada as our go-to solution for getting a comprehensive website up and running with as little hassle as possible.</p>\n<p>Would you believe that you can get a customer-ready WordPress website up and running in under 30 minutes? With Avada you can, and in this post we’re going to show you how.</p>\n<h2>Step 1: Upload Avada and Install Required Plugins</h2>\n<p>We’ll assume that you’ve already got a WordPress website up and running already, but if not, here’s an <a href=\"https://codex.wordpress.org/Installing_WordPress\" target=\"_blank\">in-depth guide to get you started</a>.</p>\n<p>The first step is to login to your admin. You can usually find your login page by adding <em>/wp-admin/</em> to the end of the domain where you have WordPress installed (e.g. <em>http://yoursite.com/wp-admin/</em>).</p>\n<p>Once you have logged in, go to <em>Themes > Upload Theme</em> and upload the ‘Avada.zip’ file that you can find in your ThemeForest account.</p>\n<figure><img class=\"aligncenter size-full wp-image-396970\" src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada-upload-theme.png\" alt=\"WordPress Upload Avada.zip\" width=\"650\" height=\"179\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada-upload-theme-300x83.png 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada-upload-theme.png 650w\" sizes=\"(max-width: 650px) 100vw, 650px\" /></figure>\n<p>After the theme has uploaded, you’ll be directed to a welcome page that contains a few different pieces of information. First, you’ll see a notice letting you know about the plugins that help Avada to run properly.</p>\n<figure><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada_install1-1024x305.jpg\" alt=\"avada_install\" width=\"1024\" height=\"305\" class=\"aligncenter size-large wp-image-397439\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada_install1-300x89.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_install1-1024x305.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_install1.jpg 1073w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Click <em>Install Plugins</em> to get to the next required step.</p>\n<p>At Theme Fusion, we stick to WordPress standards – that means that themes handle the way your site looks and plugins handle the functionality that fuels those themes. This enables our products to work with WordPress long into the future. In order to do that, we bundle the Avada theme with a few plugins to help add the features that make this theme so great.</p>\n<figure><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada_plugin_listing-1024x313.jpg\" alt=\"avada_plugin_listing\" width=\"1024\" height=\"313\" class=\"aligncenter size-large wp-image-397443\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada_plugin_listing-300x92.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_plugin_listing-1024x313.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_plugin_listing.jpg 1054w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Fusion Core is the only required plugin for the theme to work. You’ll need to start by installing and activating this one first. There are additional recommended plugins that allow you to benefit from the full suite of features that Avada can offer such as Revolution Slider. These recommended plugins should only be installed and activated if you plan on using them.</p>\n<p>At the least, ensure that Fusion Core is activated before proceeding. You’ll see that there is a ‘Deactivate’ button made available to denote that it is currently active:</p>\n<figure><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada_plugin_listing_deactivate-1024x313.jpg\" alt=\"avada_plugin_listing_deactivate\" width=\"1024\" height=\"313\" class=\"aligncenter size-large wp-image-397442\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada_plugin_listing_deactivate-300x92.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_plugin_listing_deactivate-1024x313.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_plugin_listing_deactivate.jpg 1054w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Once your plugins are installed and activated, Avada is ready for action!</p>\n<h2>Step 2: Pick and Import a Demo</h2>\n<p>If you aren’t familiar with demos for WordPress themes, here’s a breakdown of what they are and why they’re useful.</p>\n<p>Demos are pre-built layouts, content, and images that create a complete site with customized styles that fit a certain look and feel. You can use demos to generate a full fledged website in seconds, leaving you to simply replace the ‘fake’ content with your own ‘real’ content.</p>\n<p>Certain types of layouts work better for specific industries and businesses, so we’ve provided <a href=\"http://theme-fusion.com/avada/demos/\" target=\"_blank\">several different options</a> for you and more demos are constantly added to the line up. Below are just a few that we currently offer:</p>\n<figure><a href=\"http://theme-fusion.com/avada/demos/\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada_demos-1024x920.jpg\" alt=\"avada_demos\" width=\"1024\" height=\"920\" class=\"aligncenter size-large wp-image-397445\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada_demos-300x270.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_demos-1024x920.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_demos.jpg 1104w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n<p>You can find our demos by visiting <em>Avada > Install Demos</em>, where you’ll see all the different choices. Use the <em>Preview</em> button to see them in action before installing the one that works best for your needs.</p>\n<p>Once you’ve hit <i>Install</i> for your choice, you’ll need to wait a moment for the data to import.</p>\n<figure><img class=\"aligncenter size-large wp-image-396964\" src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada-demo-imported-success-1024x57.png\" alt=\"Avada demo imported successfully\" width=\"1024\" height=\"57\" />Once it’s finished, you’ll see a notice that you may optionally regenerate your thumbnails using the <a href=\"https://wordpress.org/plugins/regenerate-thumbnails/\" target=\"_blank\">Regenerate Thumbnails plugin</a>. If you have already posted content to your WordPress site, this is an encouraged step as it ensures your images will be the correct size with the Avada theme. However, this step is not required.</p>\n<p>WPBeginner has a <a href=\"http://www.wpbeginner.com/plugins/regenerate-thumbnails-new-image-sizes-wordpress/\" target=\"_blank\">great tutorial</a> to help you use this plugin!</p>\n<h2>Step 3: Add Your Own Content</h2>\n<p>If you visit your website now, you’ll find that you are looking at an exact replica of the demo site you chose. Now it’s time to take that and make it your own!</p>\n<h3>Add Your Branding</h3>\n<p>To get started, you should brand the website with your logo.</p>\n<p><img class=\"aligncenter size-full wp-image-396985\" src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada-acme-logo.png\" alt=\"Avada default logo\" width=\"799\" height=\"278\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada-acme-logo-300x104.png 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada-acme-logo.png 799w\" sizes=\"(max-width: 799px) 100vw, 799px\" /></figure>\n<p>Go to <em>Avada > Theme Options</em> and find the <em>Logo</em> tab. Here, you’ll see two main options for you to update: your default logo, and your retina-ready default logo (a version of your logo saved twice as big as your normal one).</p>\n<p>If you’re a little confused about what retina-ready means and why we ask for two sizes of your logo, <a href=\"http://designmodo.com/design-retina-displays/\" target=\"_blank\">check out this article</a>.</p>\n<p>You can also pick a color scheme that matches your branding a little more closely than the default by choosing the <em>Styling</em> tab and selecting a <em>Theme Skin</em> and <em>Predefined Color Scheme</em>. This will change all the color options to that specific scheme, however you can also adjust any individual color for all the various areas of the theme through the advanced theme options panel.</p>\n<h3>Customize the Home Page</h3>\n<p>Up next, you’ll want to customize your homepage. We’ve preloaded the it with default content, but your website will call for specific information about your business, naturally!</p>\n<p>To find the homepage generated by the demo, go to <em>Pages > Home</em> and click on <em>Home</em> to edit it. Here you will find Fusion Builder, which enables you to create complex webpage layouts with simple drag-and-drop editing. Below is an example of what a page looks like in Fusion Builder.</p>\n<figure><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/fusion_builder_content-1024x760.jpg\" alt=\"Using Fusion Builder\" width=\"1024\" height=\"760\" class=\"aligncenter size-large wp-image-397450\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/fusion_builder_content-300x223.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/fusion_builder_content-1024x760.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/01/fusion_builder_content.jpg 1049w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>On the front end, you will see the exact same setup compared to what Fusion Builder was displaying. What you see is what you get!</p>\n<figure><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/fusion_builder_front_content-1024x760.jpg\" alt=\"Fusion Builder front end result\" width=\"1024\" height=\"760\" class=\"aligncenter size-large wp-image-397451\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/fusion_builder_front_content-300x223.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/fusion_builder_front_content-1024x760.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/01/fusion_builder_front_content.jpg 1049w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>You have a few choices at this stage:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li>update the existing home page content sections,</li>\n<li>import <a href=\"http://theme-fusion.com/avada-doc/demo-content-info/import-individual-pages/\" target=\"_blank\">alternative demos</a> for the home page, or</li>\n<li>delete everything and <a href=\"http://theme-fusion.com/avada-doc/builder/use-builder/\" target=\"_blank\">build a layout from scratch</a>.</li>\n</ol>\n</div>\n<p>If your content is already written, it should only take a few moments to copy and paste everything into your home page once you’ve chosen a layout.</p>\n<h3>Add Your Own Pages</h3>\n<p>You can create additional pages in the same manner:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li><a href=\"http://theme-fusion.com/avada-doc/pages/create-new-page/\" target=\"_blank\">Create the new page</a>.</li>\n<li>Use <a href=\"http://theme-fusion.com/avada-doc/builder/use-builder/\" target=\"_blank\">Fusion Builder</a> to create a beautiful layout (<a href=\"http://theme-fusion.com/avada-doc/demo-content-info/import-individual-pages/\" target=\"_blank\">or import a demo layout</a>).</li>\n<li>Add your page’s content.</li>\n</ol>\n</div>\n<figure><img class=\"aligncenter size-full wp-image-396986\" src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada-custom-pages.png\" alt=\"Avada custom pages\" width=\"597\" height=\"408\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada-custom-pages-300x205.png 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada-custom-pages.png 597w\" sizes=\"(max-width: 597px) 100vw, 597px\" /></figure>\n<p>Once again, if you’ve prepared your website content ahead of time, this is a quick matter of copy and pasting your old content into the new layout with Fusion Builder!</p>\n<h3>Create a Menu</h3>\n<p>Once you’ve added unique pages related to your company’s content, you’ll want to make a custom menu for people to access them from.</p>\n<p>You can do this by going to <em>Appearance > Menus</em>.</p>\n<figure><img class=\"aligncenter size-full wp-image-396962\" src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada-custom-menu.png\" alt=\"Avada Custom Menus\" width=\"819\" height=\"619\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada-custom-menu-300x227.png 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada-custom-menu.png 819w\" sizes=\"(max-width: 819px) 100vw, 819px\" /></figure>\n<p>Create a new menu with your desired pages, and then set that new menu as the <em>Main Navigation</em> – which you’ll find at the bottom of the page. For more detailed instructions, read our documentation on <a href=\"http://theme-fusion.com/avada-doc/header/setting-up-the-menu/\" target=\"_blank\">using WordPress menus</a>.</p>\n<figure><img class=\"aligncenter size-full wp-image-396965\" src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada-new-menu.png\" alt=\"Avada customized menu\" width=\"785\" height=\"61\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada-new-menu-300x23.png 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada-new-menu.png 785w\" sizes=\"(max-width: 785px) 100vw, 785px\" /></figure>\n<h2>What’s Next?</h2>\n<p>At this point, you have a full website. Your site is fully branded, fully functional and includes your content.</p>\n<p>Now that you’ve laid the foundation for your business website, it’s time to start looking forward. Make sure that you’ve installed <a href=\"https://www.google.com/analytics/\" target=\"_blank\">Google Analytics</a> to see how users are behaving on your site. This will help you optimize your designs, content, and calls to action for higher conversions and better performance.</p>\n<p>You can do this by going to <em>Avada > Theme Options > General Options</em> and entering your Google Analytics code into the Tracking Code box.</p>\n<p>Of course, there’s much more that you <em>can </em>do (and we cover all sorts of things here on the Theme Fusion blog, so be sure to subscribe!), but what we’ve done today is got you started with a site that you can go public with. Not bad for 30 minutes’ work, eh?</p>\n<h2>Conclusion</h2>\n<p>It can be a daunting task to get a business website up and running, especially when you’re switching to a new framework or using one for the first time.</p>\n<p><strong>Getting started with Avada is as simple as:</strong><br />\n<div class=\"shortcode-list\">\n<ol>\n<li>Installing the theme</li>\n<li>Importing a demo</li>\n<li>Setting your own branding options (logos, colors, etc)</li>\n<li>Add your existing content or create new content</li>\n</ol>\n</div>\n<p>If you follow the above steps, you can have an website ready to go in less than half an hour. From there on out, it’s a matter of adjusting course as necessary. Avada can be as simple or complex as you’d like allowing you to setup a professional site in very little time, or customize every single aspect of it through the advanced options and tools it includes.</p>\n<p>Was getting started with Avada easy for you? Do you have any questions we can help you with? Share your experiences in the comments and we will help you make your business website as amazing as it should be!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-business-website/\">How to Get Your Business’ WordPress Website Up and Running in 30 Minutes with Avada</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://theme-fusion.com/avada-business-website/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Web Aesthetics: The Short and Sweet Guide to Memorable Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theme-fusion.com/web-aesthetics-short-sweet-guide-memorable-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://theme-fusion.com/web-aesthetics-short-sweet-guide-memorable-design/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jan 2016 20: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s: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:16:\"design aesthetic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=395787\";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:627:\"<p>Anyone can create a WordPress website in less than five minutes. However, if you don’t have a background in web design, you will probably end up with a jumbled and chaotic aesthetic that is unappealing to viewers, causing them to leave a website forever. The truth is that creating a functional, consistent, and visually appealing design […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/web-aesthetics-short-sweet-guide-memorable-design/\">Web Aesthetics: The Short and Sweet Guide to Memorable Design</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:15579:\"<p>Anyone can create a WordPress website in less than five minutes. However, if you don’t have a background in web design, you will probably end up with a jumbled and chaotic aesthetic that is unappealing to viewers, causing them to leave a website forever.</p>\n<p><span id=\"more-395787\"></span></p>\n<p>The truth is that creating a functional, consistent, and visually appealing design leads to more engaged viewers and engaged viewers are more likely to take action and return to a website.</p>\n<p>With the above in mind, in this article we will cover the significance of an engaging web aesthetic, and how to support an aesthetic by choosing quality photos and fonts to bring it all together.</p>\n<h2>How to Choose a Memorable Aesthetic</h2>\n<p>When you first setup WordPress, the natural tendency is to begin filling in the blanks right away. </p>\n<p>However, if you begin adding photos and selecting font combinations without having chosen an aesthetic, you’re going to choose things you <i>like,</i> but not necessarily things that go well together.</p>\n<p>There’s an obvious difference between a well-designed WordPress website and one that, well, isn’t.</p>\n<p><strong>For example, this:</strong></p>\n<figure><img class=\"aligncenter wp-image-395789 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image09-e1449760985970-1024x484.png\" alt=\"image09\" width=\"1024\" height=\"484\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image09-e1449760985970-300x142.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image09-e1449760985970-1024x484.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/11/image09-e1449760985970.png 1363w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p><strong>Or this?</strong></p>\n<figure><img class=\"aligncenter wp-image-395790 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image00-e1449761003932-1024x481.png\" alt=\"image00\" width=\"1024\" height=\"481\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image00-e1449761003932-300x141.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image00-e1449761003932-1024x481.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/11/image00-e1449761003932.png 1358w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>Deciding on an aesthetic beforehand will enable you to make cohesive content choices, creating a more functional and appealing website that will engage viewers.</p>\n<p>Even if you’ve already created a website with WordPress, that’s okay – you can use these tips to evaluate and tweak what you already have in place.</p>\n<h3>Why Web Aesthetics Matter</h3>\n<p>“Attractive things work better.” Right? The testing of this claim began in Japan in 1995 when researchers Kurosu and Kashimura conducted a study to see which would be easier to use: an “attractively” designed ATM or an “unattractively” designed one. </p>\n<p>Guess which won?</p>\n<p>Skeptical of their results, Researcher Tranctinsky conducted the exact same experiment in Israel only to come to the same conclusion. </p>\n<p>Expanding even further on their research, Donald Norman went beyond determining that, yes, attractive things do work better by answering the most important question: Why?</p>\n<figure><a href=\"http://www.jnd.org/dn.mss/CH01.pdf\">Norman concluded</a> that human emotions affect the decision-making process. When we view something that is appealing or well designed, it triggers a positive response that “broadens our thought processes and facilitates creative learning.”</p>\n<p><a href=\"http://www.jnd.org/about.html\"><img style=\"margin-bottom: -13px;\" src=\"http://theme-fusion.com/wp-content/uploads/2016/01/norman_design.jpg\" alt=\"norman_design\" width=\"633\" height=\"399\" class=\"aligncenter size-full wp-image-397102\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/norman_design-300x189.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/norman_design.jpg 633w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></a><br />\n<span style=\"margin-top: 0px;\"><em>Photo by Erik Jepsen</em></span></p>\n<p>Still not fully convinced, five researchers collaborated on <a href=\"http://www-users.cs.york.ac.uk/~pcairns/papers/ChawdaCraftCairns.pdf\">a study in 2003</a> to determine the connection between perceptions of aesthetics and product functionality. They concluded that a user perceives something as more functional if it is attractive. In coming to this conclusion, they call their own readers to action:</p>\n<blockquote><p>As users take aesthetically pleasing interfaces as an indication of usable systems, designers must take the two seemingly unrelated phenomena as being equally influential in design, to ensure success.</p></blockquote>\n<h3>Practical Ways to Choose a Web Aesthetic</h3>\n<p>When you hear (or read) the word “aesthetic”, you may already have something in mind – perhaps a favorite website or logo or even a poster that sticks out to you. </p>\n<p>Or you might be drawing a blank. Either way, it’s clear now that implementing a visually appealing aesthetic is vital to the success of your site. Here are some practical suggestions to help you find an aesthetic:<br />\n<div class=\"shortcode-list\">\n<ul>\n<li>Pull up your favorite websites and blogs.</li>\n<li>Look up sites in a field similar to yours.</li>\n<li>What do you like/dislike about the site? (Think layout, colors, fonts, photos, etc)</li>\n<li>What consistencies do you notice between different websites in the same field?</li>\n<li>Are there a lot of “buttons” or tabs on the page?</li>\n<li>Does the page look clear and well-organized?</li>\n</ul>\n</div>\n<p>(For example: if I was launching an e-commerce website, I would pull up the four well-designed e-commerce websites from <a href=\"https://www.shopify.com/blog/11863377-30-beautiful-and-creative-ecommerce-website-designs\">this Shopify post</a> and ask myself the questions listed above.)</p>\n<p><a href=\"http://theme-fusion.com/wp-content/uploads/2015/11/image02.png\"><br />\n</a><a href=\"http://theme-fusion.com/wp-content/uploads/2015/11/image02.png\"><img class=\"alignnone wp-image-395794 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image06-e1449022958659-1024x486.png\" alt=\"image06\" width=\"1024\" height=\"486\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image06-e1449022958659-300x142.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image06-e1449022958659-1024x486.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/11/image06-e1449022958659.png 1363w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><a href=\"http://theme-fusion.com/wp-content/uploads/2015/11/image02.png\"><img class=\"alignnone wp-image-395793 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image04-e1449022929251-1024x484.png\" alt=\"image04\" width=\"1024\" height=\"484\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image04-e1449022929251-300x142.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image04-e1449022929251-1024x484.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/11/image04-e1449022929251.png 1363w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><a href=\"http://theme-fusion.com/wp-content/uploads/2015/11/image02.png\"><img class=\"alignnone wp-image-395791 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image02-e1449022898292-1024x484.png\" alt=\"image02\" width=\"1024\" height=\"484\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image02-e1449022898292-300x142.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image02-e1449022898292-1024x484.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/11/image02-e1449022898292.png 1363w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><a href=\"http://theme-fusion.com/wp-content/uploads/2015/11/image02.png\"><img style=\"margin-bottom: 30px;\" class=\"alignnone wp-image-395795 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image01-e1449022866827-1024x481.png\" alt=\"image01\" width=\"1024\" height=\"481\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image01-e1449022866827-300x141.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image01-e1449022866827-1024x481.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/11/image01-e1449022866827.png 1364w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n<p>Now that you have a clear idea of what you like in other sites, choose a few keywords to base your own aesthetic around (“minimal, whitespace, black and white”, “vibrant, loud, clear”, etc.).</p>\n<h2>Choosing Fonts, Photos, and a Layout</h2>\n<p>Now you know that choosing an aesthetic is key to a visually appealing website. How do you apply it to your site though? </p>\n<p>Your aesthetic moves from an idea to the page when you choose the fonts, photos, and layout to express it.</p>\n<h3>How Fonts Elicit Emotion</h3>\n<p>Just like design affects the perception of usability, fonts elicit subconscious responses from viewers. When you choose a font, you choose how a reader will engage with the text. </p>\n<p>For example, take a look at the font used for the “Toys R Us” logo. </p>\n<figure><img class=\"alignnone size-full wp-image-395797\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image05.png\" alt=\"image05\" width=\"1018\" height=\"166\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image05-300x49.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image05.png 1018w\" sizes=\"(max-width: 1018px) 100vw, 1018px\" /></figure>\n<p>Now take a look at US Bank’s logo. </p>\n<figure><img class=\"alignnone size-full wp-image-395798\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image07.png\" alt=\"image07\" width=\"1005\" height=\"166\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image07-300x50.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image07.png 1005w\" sizes=\"(max-width: 1005px) 100vw, 1005px\" /></figure>\n<p>What kind of response do these two logos elicit from you? Is your response to US Bank the same as “Toys R Us”? Of course not. Your responses to each of these logos is very different – and with good reason. </p>\n<p>Font choices vary from site to site and will depend greatly on the type of company you are creating the site for. If you are creating a website for a children’s clothing boutique, your font choices will likely be a little more playful. On the other hand, if you run a financial services company, your font choices need to be professional and evoke trust. </p>\n<p>Head over to <a href=\"http://www.steptoandson.co.uk/services/10-great-web-font-combinations/\">Stepto and Son</a> for their top ten great web font combinations. Here’s a little sampler: </p>\n<figure><img class=\" size-full wp-image-395792 aligncenter\" src=\"http://theme-fusion.com/wp-content/uploads/2015/11/image03.png\" alt=\"image03\" width=\"687\" height=\"478\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/11/image03-300x209.png 300w, https://theme-fusion.com/wp-content/uploads/2015/11/image03.png 687w\" sizes=\"(max-width: 687px) 100vw, 687px\" /></figure>\n<p>Also, check out this <a href=\"http://webdesign.tutspluss.com/articles/typographic-readability-and-legibility--webdesign-12211\">article from Tuts+</a> for advice on what fonts to use for optimal readability and legibility, and head to this <a href=\"http://piktochart.com/typography-things-you-need-to-know-to-pair-fonts-well/\">Piktochart post</a> to read more about combining fonts! </p>\n<h3>Choosing Images by Quality and Color</h3>\n<p>Images are just as important to implementing an aesthetic as font choice: they both elicit a subconscious response from viewers affecting the way they interact with your site. </p>\n<p>When it comes to images it is all about quality and color.</p>\n<p>A number of studies have been conducted on the effect that colors and color saturation have on viewers. In a <a href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0117148\">recent study</a> that evaluated the colors present in “most pinned” and “least pinned” photos on Pinterest, researchers noted that “(colors) have remarkable power to move us emotionally.”</p>\n<p>Some practical advice on choosing quality photos for your site:<br />\n<div class=\"shortcode-list\">\n<ul>\n<li>Choose to help your audience visually understand or engage</li>\n<li>Be relevant (i.e. if you’re going to choose a photo of a man using a cell phone, make sure it’s not a flip phone!)</li>\n<li>Be consistent (with size, content and colors)</li>\n</ul>\n</div>\n<h3>The Layout Brings It All Together</h3>\n<p>When a website is cluttered with too many photos, ads, and different text boxes, you’ll have a harder time engaging with the content. On the other hand, content is easier to read when a website has fewer and well-organized photos, ads, and text boxes.</p>\n<p>Just take a look at the subtle differences in these two layouts. It’s obvious which is easier to read and more visually pleasing to engage with. </p>\n<figure><a href=\"http://theme-fusion.com/wp-content/uploads/2016/01/good_bad_design.jpg\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/good_bad_design.jpg\" alt=\"good_bad_design\" width=\"633\" height=\"406\" class=\"aligncenter size-full wp-image-397117\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/good_bad_design-300x192.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/good_bad_design.jpg 633w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></a></figure>\n<p>One rule of clean, readable layout: Space it out. Allow for some white space between your headline, images, and body text. </p>\n<figure><a href=\"http://theme-fusion.com/wp-content/uploads/2016/01/white_space.jpg\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/white_space.jpg\" alt=\"white_space\" width=\"633\" height=\"340\" class=\"aligncenter size-full wp-image-397118\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/white_space-300x161.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/white_space.jpg 633w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></a></figure>\n<p>In yet <a href=\"http://thenextweb.com/dd/2013/12/23/science-behind-fonts-make-feel/\">another study</a> on design and layout, researchers concluded that “people exposed to the well-designed layout were found to have higher cognitive focus, more efficient mental process, and a stronger sense of clarity.” </p>\n<h2>Conclusion</h2>\n<p>Memorable design is an absolute necessity for a successful website today. By creating a site that is visually appealing, you ensure that your viewers will be more engaged with your content, making them more likely to return to your site and purchase your products or services.</p>\n<p>The quickest way to get started is to choose cohesive fonts, photos, and a layout that work well together, which <a href=\"http://theme-fusion.com/themes/avada-wordpress-theme/\">Avada</a> has baked-in from the beginning with sleek and modern design schemes.</p>\n<p>Have you personally found it difficult to pick the proper typography for your site? Ever had problems matching website layout with color schemes that work well together? Let us know in the comments below!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/web-aesthetics-short-sweet-guide-memorable-design/\">Web Aesthetics: The Short and Sweet Guide to Memorable Design</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://theme-fusion.com/web-aesthetics-short-sweet-guide-memorable-design/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:51:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"The Definitive Guide to Updating WordPress Core, Themes and 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://theme-fusion.com/updating-wordpress-core-themes-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://theme-fusion.com/updating-wordpress-core-themes-plugins/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2016 19:57:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s: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:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"updating\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"wordpress core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=396552\";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:686:\"<p>WordPress powers over 25% of all websites for a reason: it’s open source, supported by a huge community, and almost infinitely extensible. However, with great power comes responsibility and risk – WordPress is a target for hackers, due largely to its popularity. Fortunately, WordPress can be a highly secure platform if you maintain your installation. And one major element of security is […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/updating-wordpress-core-themes-plugins/\">The Definitive Guide to Updating WordPress Core, Themes and Plugins</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:15921:\"<p>WordPress <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">powers over 25% of all websites</a> for a reason: it’s open source, supported by a huge community, and almost infinitely extensible. However, with great power comes responsibility and risk – WordPress is a target for hackers, due largely to its popularity.</p>\n<p><span id=\"more-396552\"></span></p>\n<p>Fortunately, WordPress <em>can</em> be a highly secure platform if you maintain your installation. And one major element of security is updates – including WordPress ‘core’ itself, plus themes and plugins.</p>\n<p>With the above in mind, in this article we’re going to cover everything you need to know about updating WordPress core, themes, and plugins. We’ll start by explaining in greater detail <em>why</em> keeping everything updated is so important, then take you through the best process for updating.</p>\n<h2>The Importance of Timely Updates</h2>\n<p>There are three main reasons to stay on top of updates:</p>\n<p><strong>1. Innovation:</strong> The pace of innovation within the WordPress ecosphere is astounding. Without staying on top of updates, your site will fall behind and you’ll be unable to tap into updated and additional functionality.</p>\n<p><strong>2. Compatibility:</strong> With innovation moving at such a pace, plugins that aren’t kept up to date will tend to suffer from compatibility issues as you update WordPress. Put simply, your site may stop working as it is intended to do if you do not keep up with updates.</p>\n<p><strong>3. Security:</strong> Major WordPress core updates can address security-related issues. When these updates are released, the security ‘holes’ that have been plugged up become common knowledge, which means that nefarious types can take advantage. What was previously a potential problem can soon become a foregone conclusion if you don’t keep WordPress updated.</p>\n<p>This may all sound rather intimidating, and perhaps even put you off from using WordPress, but these are problems that you will encounter when using any Content Management System. Transferring to a less functional and user-friendly option to avoid having to update is folly, especially when you understand just how easy it is to update WordPress core, themes and plugins.</p>\n<h2>Preparing for an Update</h2>\n<p>Before rushing to hit update, there is one important step you <em>must</em> take: back everything up!</p>\n<p>Backing up your database and WordPress files before updating anything means that, if something untoward should happen, you can roll everything back to the old version and get your site back online in minutes. (For peace of mind, it’s worth pointing out that a core update is highly unlikely to ‘break’ your site, and the same can be said for any themes and plugins from reputable developers.)</p>\n<p>Fortunately, there are a few plugins that can help make your life simple on the backups front. The follow three plugins will help you setup backups on an ongoing basis, then automatically send them to your file storage of choice:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li><strong><a href=\"https://wordpress.org/plugins/updraftplus/\">UpdraftPlus Backup and Restoration</a>.</strong> The most popular and extensive option available.</li>\n<li><strong><a href=\"https://wordpress.org/plugins/backupwordpress/\" target=\"_blank\">BackUpWordPress</a>. </strong>A simplified backup tool to download backups or have files emailed to you.</li>\n<li><strong><a href=\"https://wordpress.org/plugins/backwpup/\" target=\"_blank\">BackWPup Free</a>. </strong>Another solid option if you’re into variety!</li>\n</ol>\n</div>\n<div id=\"attachment_396568\" style=\"width: 1034px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-396568 size-large\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/updraftplus-1024x330.png\" alt=\"UpdraftPlus plugin logo\" width=\"1024\" height=\"330\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/updraftplus-300x97.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/updraftplus-1024x330.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/updraftplus.png 1540w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><p class=\"wp-caption-text\">Updraftplus is our backups plugin of choice.</p></div>\n<p>I mentioned that backing up is <em>the </em>step you must take, but there is one other item of consideration depending upon how adventurous a WordPress user you have been: custom code. In other words, have you been tweaking any theme or plugin code? If you have, that data will be lost upon updating.</p>\n<p>The time is now to make amends for your roguish coding ways and make your tweaks the <em>right </em>way. In a nutshell, <a href=\"https://www.elegantthemes.com/blog/tips-tricks/how-to-create-a-wordpress-plugin\" target=\"_blank\">create your own plugin</a> (it’s easier than you think!) or <a href=\"http://wpshout.com/best-use-functions-php-file/\" target=\"_blank\">use </a><em><a href=\"http://wpshout.com/best-use-functions-php-file/\" target=\"_blank\">functions.php</a> </em>for custom code, and <a href=\"https://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial\" target=\"_blank\">create a child theme</a> or utilize a sensible location for custom CSS (like <a href=\"https://jetpack.me/support/custom-css/\" target=\"_blank\">Jetpack’s Custom CSS module</a>) when it comes to tweaking your themes.</p>\n<p>By this point you should have (1) a backup of your site available, and (2) no custom code floating around in vulnerable places, which means that you’re ready to update. So, let’s get to it!</p>\n<h2>Updating WordPress Core, Themes and Plugins</h2>\n<p>Updating WordPress core, themes and plugins couldn’t be an easier (unless it were entirely automatic, and we’ll get onto that shortly). Simply click on <em>Updates</em> from under the <em>Dashboard </em>menu in the sidebar, and you’ll be presented with an option to update WordPress core, themes and plugins in one click:</p>\n<div id=\"attachment_396570\" style=\"width: 1034px\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-396570\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/wordpress-updates-screen-1024x466.png\" alt=\"WordPress updates screen\" width=\"1024\" height=\"466\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/wordpress-updates-screen-300x137.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/wordpress-updates-screen-1024x466.png 1024w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><p class=\"wp-caption-text\">In the above screenshot, you can see that there is only one plugin to update, and that WordPress core is up to date.</p></div>\n<p>It really is just a point and click affair, but for a detailed step-by-step guide on upgrading WordPress, check out <a href=\"https://codex.wordpress.org/Upgrading_WordPress_-_Extended_Instructions#Step_1:_Back_up_your_database\">these Extended Instructions</a>.</p>\n<p>It’s worth saying at this point that, in an ideal world, you’d update to a ‘staging’ environment (i.e. a copy of your live site inaccessible to the public) to check that everything’s hunky dory on the updates front before going live. Depending upon the size of your site and the potential fallout of any update-related issues, this could be something worth considering. If you’re interested and would like to learn more, check out <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/\" target=\"_blank\">this excellent tutorial</a> courtesy of WPBeginner.</p>\n<h2>Your Post-Update Checklist</h2>\n<p>In a nutshell, once you’ve updated WordPress core, themes and plugins, you need to check that everything is working correctly. It is very important to always <a href=\"http://theme-fusion.com/avada-doc/special-features/general-cache-information/\" target=\"_blank\">clear the various forms of cache</a> to ensure you are viewing the latest files. </p>\n<p>You <em>can</em> wait for your users to tell you if something’s broken, but I wouldn’t recommend it! That said, this advice is more pertinent to sites with extended functionality, by which I mean everything from contact forms to fully-fledged e-commerce sites.</p>\n<p>The simplest check is to simply browse through your site and make sure that everything ‘looks okay’, but ideally you’ll go into a little more depth than that.</p>\n<p>It’s up to you how far you take your testing, and the importance of any given element’s functionality should be your guide. For example, if you run an e-commerce site, I would personally recommend that you go through the checkout process to ensure that visitors can still buy items from your site.</p>\n<p>It’s ultimately up to you. If you’ve updated to the latest version of WordPress and are using highly rated and regularly updated themes and plugins, you’re unlikely to run into any problems.</p>\n<h2>Fixing Any Problems You Encounter</h2>\n<p>Now, what if something <em>has</em> gone wrong?</p>\n<p>When it comes to functionality, it’s almost invariably a plugin-related issue (WordPress core developers aren’t in the habit of breaking things majorly when it comes to updates). Depending upon the nature of the issue, you may be able to guess the culprit (for example, if your contact form is broken, it’s likely that there’s an issue with your contact form plugin), in which case, you can deactivate it. Otherwise, you should deactivate and reactivate each plugin in turn until you discover the offending plugin.</p>\n<p>Once you’ve identified the plugin causing the issue, you have a decision to make: ditch the plugin and find a better alternative, or roll back to a previous backup and contact the developer for further information (they may well have a fix on the way). As a rule of thumb, if you’re looking at a plugin that hasn’t been updated in months, it’s probably best that you move on. Checking out reviews on WordPress.org can also be a good indicator (i.e. are other people having similar issues?).</p>\n<p>All of the above may sound like a real headache, but in reality, you’re unlikely to have to take many (if any) of the above steps. The vast majority of the time it will simply be a case of clicking ‘Update’ and moving on with your day. The alternative – not updating core, themes and plugins – is an absolute no-no, for reasons already covered.</p>\n<h2>Updating WordPress Automatically</h2>\n<p>Now, what if you want updates to simply ‘happen’, without any intervention on your part?</p>\n<p>You’ve got a few options. Before we get onto them, it’s worth saying that automatic updates carry risk; if something <em>does</em> break, you may not catch it immediately. It’s ultimately a convenience versus functionality debate that you need to have in your head.</p>\n<p>Here are the three best options for automatic updates:</p>\n<p><a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\"><strong>Jetpack.</strong></a> Developed by <a href=\"https://automattic.com/\" target=\"_blank\">Automattic</a>, this plugin provides a wealth of functionality. You may well already have it installed, in which case, you just need to activate the <em>Manage</em> module for automatic plugin updates.</p>\n<p><strong><a href=\"https://wordpress.org/plugins/wp-updates-settings/\" target=\"_blank\">WP Updates Settings</a>.</strong> This fantastic plugin gives you control over just about every element of WordPress updates. This is what you want if you’re looking for a hands-off approach to updates.</p>\n<p><strong><a href=\"https://wordpress.org/plugins/automatic-updater/\" target=\"_blank\">Advanced Automatic Updates</a>.</strong> This lightweight plugin adds the kind of automation you’re probably looking for with the minimum of fuss.</p>\n<p><div id=\"attachment_396574\" style=\"width: 1034px\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-396574\" src=\"http://theme-fusion.com/wp-content/uploads/2015/12/wp-updates-settings-1024x332.png\" alt=\"WP Updates Settings plugin logo\" width=\"1024\" height=\"332\" srcset=\"https://theme-fusion.com/wp-content/uploads/2015/12/wp-updates-settings-300x97.png 300w, https://theme-fusion.com/wp-content/uploads/2015/12/wp-updates-settings-1024x332.png 1024w, https://theme-fusion.com/wp-content/uploads/2015/12/wp-updates-settings.png 1538w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /><p class=\"wp-caption-text\">WP Updates Settings is our plugin of choice for automatic WordPress updates.</p></div><br />\nOther than picking one of the above plugins, you could <a href=\"http://www.wpbeginner.com/managed-wordpress-hosting/\" target=\"_blank\">switch to a managed hosting provider</a> or even use a WordPress maintenance service like <a href=\"http://wpmaintainer.com/\" target=\"_blank\">WP Maintainer</a>.</p>\n<h2>Avada Theme Updates</h2>\n<p><a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://theme-fusion.com/wp-content/uploads/2016/01/avada_intro_img2-1024x498.jpg\" alt=\"avada_intro_img2\" width=\"1024\" height=\"498\" class=\"aligncenter size-large wp-image-396842\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/01/avada_intro_img2-300x146.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_intro_img2-1024x498.jpg 1024w, https://theme-fusion.com/wp-content/uploads/2016/01/avada_intro_img2.jpg 1070w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><br />\nIf you are using the Avada theme, you can access the automatic theme updater through the Avada Welcome Screen. Once setup, you can update the theme with a few clicks. Please see <a href=\"http://theme-fusion.com/avada-doc/install-update/how-to-update-theme/\" target=\"_blank\">this documentation</a> post for details. </p>\n<p>In addition, ThemeFusion does a great job of displaying important information in regards to each update. Before you update, always check the <a href=\"http://theme-fusion.com/avada-doc/install-update/avada-changelog/\" target=\"_blank\">changelog</a> and the <a href=\"http://theme-fusion.com/avada-doc/install-update/important-update-information/\" target=\"_blank\">important update information</a>. These two resources will inform you of any new features, code changes and overall improvements and fixes.</p>\n<p>The ThemeFusion <a href=\"http://theme-fusion.com/support/knowledgebase/\" target=\"_blank\">knowledgebase</a> is also a great resource to check for solutions to any known issues. And as always, the helpful ThemeFusion support staff is just a <a href=\"http://theme-fusion.com/support-ticket/\" target=\"_blank\">support ticket</a> away.</p>\n<h2>Conclusion</h2>\n<p>By now you should be in no doubt as to the importance of keeping WordPress core, themes and plugins regularly updated. Better still, you know exactly what to do:<br />\n<div class=\"shortcode-list\">\n<ol>\n<li>Install a backup plugin.</li>\n<li>Move any custom code out of harm’s way.</li>\n<li>Update!</li>\n<li><a href=\"http://theme-fusion.com/avada-doc/special-features/general-cache-information/\" target=\"_blank\">Clear cache</a> and check your site for any issues.</li>\n</ol>\n</div>\n<p>And if all of the above seems like too much work, just setup automatic updates. Now it’s over to you! Do you have any updating tips or tricks to share, or any questions? Fire away in the comments section below.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/updating-wordpress-core-themes-plugins/\">The Definitive Guide to Updating WordPress Core, Themes and Plugins</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://theme-fusion.com/updating-wordpress-core-themes-plugins/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Avada Customer Spotlight: Charity Stockland and Charter Bay Homes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://theme-fusion.com/avada-customer-spotlight-charity-stockland-and-charter-bay-homes-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://theme-fusion.com/avada-customer-spotlight-charity-stockland-and-charter-bay-homes-2/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Nov 2015 18:26:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s: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:18:\"Customer Spotlight\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=395676\";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:661:\"<p>The latest installment of our Avada Customer Spotlight series sees us returning to America after recent European and worldwide forays. This time, we’re visiting the Sunshine State in the form of Charter Bay Homes in Tampa, Florida. Charter Bay Homes is a boutique building firm. They specialize in custom builds throughout the Tampa area and have […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-customer-spotlight-charity-stockland-and-charter-bay-homes-2/\">Avada Customer Spotlight: Charity Stockland and Charter Bay Homes</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"ThemeFusion Staff\";s: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:1722:\"<p>The latest installment of our Avada Customer Spotlight series sees us returning to America after recent European and worldwide forays. This time, we’re visiting the Sunshine State in the form of <a href=\"http://www.charterbayhomes.com/\" target=\"_blank\">Charter Bay Homes</a> in Tampa, Florida. Charter Bay Homes is a boutique building firm. They specialize in <a href=\"https://plus.google.com/+CharterBayHomeBuildersTampa/videos\" target=\"_blank\">custom builds</a> throughout the Tampa area and have been delivering beautiful homes to satisfied customers since 2009.</p>\n<p><span id=\"more-395676\"></span></p>\n<p>Their stylish <a href=\"http://theme-fusion.com/avada/\" target=\"_blank\">Avada</a>-powered website is a fantastic example of a perfectly executed local business site and was largely put together by Charity Stockland, Office Manager of Charter Bay. Charity was kind enough to take time out of her hectic schedule to talk us through aspects of Charter Bay Homes as a business, and it’s use of Avada in particular. </p>\n<p>Head on over to our Avada demo site to read this amazing interview with Charity Stockland of Charter Bay Homes!</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 40px;margin-bottom: 40px;\"></div>\n<a href=\" http://theme-fusion.com/avada/charter-bay-homes-customer-spotlight/ \" class=\"short-btn large square \" target=\"_blank\"> View The Customer Spotlight </a>\n<p>The post <a rel=\"nofollow\" href=\"https://theme-fusion.com/avada-customer-spotlight-charity-stockland-and-charter-bay-homes-2/\">Avada Customer Spotlight: Charity Stockland and Charter Bay Homes</a> appeared first on <a rel=\"nofollow\" href=\"https://theme-fusion.com\">Theme Fusion</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://theme-fusion.com/avada-customer-spotlight-charity-stockland-and-charter-bay-homes-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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: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:30:\"https://theme-fusion.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:18:{s:6:\"server\";s:16:\"cloudflare-nginx\";s:4:\"date\";s:29:\"Mon, 14 Mar 2016 18:09:46 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:10:\"set-cookie\";a:2:{i:0;s:133:\"__cfduid=d01e6a7ca6c5e8df1d9966654919c72671457978986; expires=Tue, 14-Mar-17 18:09:46 GMT; path=/; domain=.theme-fusion.com; HttpOnly\";i:1;s:59:\"X-Mapping-fjhppofk=19736AC58E10CBF2F42C3F8B1A0C5012; path=/\";}s:11:\"x-cacheable\";s:17:\"CacheAlways: feed\";s:13:\"cache-control\";s:28:\"max-age=600, must-revalidate\";s:7:\"x-cache\";s:7:\"HIT: 17\";s:13:\"x-cache-group\";s:0:\"\";s:4:\"link\";s:61:\"<https://theme-fusion.com/wp-json/>; rel=\"https://api.w.org/\"\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:6:\"pragma\";s:8:\"no-cache\";s:6:\"x-type\";s:4:\"feed\";s:4:\"etag\";s:39:\"\"c7fdede4ee16991004f80a6f490dc70d-gzip\"\";s:10:\"x-pass-why\";s:0:\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:13:\"last-modified\";s:29:\"Mon, 14 Mar 2016 15:27:31 GMT\";s:6:\"cf-ray\";s:20:\"2839adb72dd3385e-ATL\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1526,'_transient_timeout_feed_mod_3ac19636a08ac871617784ce82d597b8','1458022186','no'),(1529,'_transient_feed_mod_3ac19636a08ac871617784ce82d597b8','1457978986','no'),(1532,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1458022193','no'),(1535,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.5-beta3-36989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 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/2016/03/wordpress-4-5-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, 10 Mar 2016 06:59: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"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=4128\";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.5 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.5, 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:13:\"Mike Schroder\";s: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:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</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.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Twenty Fifteen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagick in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF profiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <strong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li>\n<li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\">(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).</span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to version 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\">#35977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=36931&stop_rev=36814&limit=200&verbose=on\">more than 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\">Closer now; four, five.</span></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 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/2016/03/wordpress-4-5-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, 03 Mar 2016 04:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"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=4116\";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.5 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.5, 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:13:\"Mike Schroder\";s: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:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development<strong>,</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.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28612\">dismissible “Paste as Text” notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shift-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=36813&stop_rev=36701&limit=200&verbose=on\">just over 100 changes</a> in the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It’s peer pressure time</em><br />\n<em>Testing: all cool kids do it</em><br />\n<em>Help find ALL the bugs!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\";s: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, 26 Feb 2016 19:36: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";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:349:\"It’s time for our second global contributor weekend, and this time we’re focusing on the video team. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>It’s time for our second global contributor weekend, and this time we’re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.tv\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can’t listen to the audio track, as well as making it possible for the videos to be consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excited to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here’s how to participate</a>.</p>\n<h3>What About Last Month?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to everyone else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages — that was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved with the one-hour video challenge</a> this weekend, and help us make next month’s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n \n\n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 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/2016/02/wordpress-4-5-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, 25 Feb 2016 03:27:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"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=4080\";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.5 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.5, 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:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2016/02/wp-inline-linking.mp4\";s:6:\"length\";s:6:\"409018\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2016/02/wp-editor-updates.mp4\";s:6:\"length\";s:6:\"231953\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"Mike Schroder\";s: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:5453:\"<p>WordPress 4.5 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.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.5 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\" target=\"_blank\">April 12</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Responsive Preview of your site in the Customizer </strong>(<a href=\"https://core.trac.wordpress.org/ticket/31195\">#31195</a>) – See how your site looks in <a href=\"https://make.wordpress.org/core/2016/01/28/previewing-site-responsiveness-in-the-customizer/\">mobile, tablet, and desktop</a> contexts before making changes to its appearance.</li>\n<li><strong>Theme Logo Support </strong>(<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) – Native support for a <a href=\"https://make.wordpress.org/core/2016/02/24/theme-logo-support/\">theme logo within the Customizer</a>.</li>\n<li><strong>Inline Link Editing</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>) – Within the visual editor, <a href=\"https://wordpress.org/news/files/2016/02/wp-inline-linking.mp4\">edit links inline</a> for a smoother workflow.</li>\n<li><strong>Additional Editor Shortcuts</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>) – <a href=\"https://wordpress.org/news/files/2016/02/wp-editor-updates.mp4\">Includes a few new shortcuts</a>, like <code>`..`</code> for <code>code</code> and <code>**..**</code> for <strong>bold</strong>.</li>\n<li><strong>Comment Moderation Improvements </strong>(<a href=\"https://core.trac.wordpress.org/ticket/34133\">#34133</a>) – An enhanced experience when moderating comments, including preview with rendered formatting.</li>\n<li><strong>Optimization of Image Generation </strong>(<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>) – Image sizes are generated more efficiently and remove unneeded meta, while still including color profiles in Imagick, for reduced sizes of up to 50% with near identical visual quality.</li>\n</ul>\n<p> </p>\n<p>There have been changes for developers to explore as well:</p>\n<ul>\n<li><strong>Selective Refresh </strong>(<a href=\"https://core.trac.wordpress.org/ticket/27355\">#27355</a>)<strong> </strong>– A <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the customizer preview in real time. Theme and plugin authors should test their widgets specifically for compatibility with selective refresh, and note that it <a href=\"https://core.trac.wordpress.org/ticket/35855\">may ultimately be opt-in for 4.5</a>.</li>\n<li><strong>Backbone and Underscore updated to latest versions</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34350\">#34350</a>)<b> </b>– Backbone is upgraded from 1.1.2 to 1.2.3 and Underscore is upgraded from 1.6.0 to 1.8.3. See the <a href=\"https://make.wordpress.org/core/2016/02/17/backbone-and-underscore-updated-to-latest-versions/\">this post</a> for important changes.</li>\n<li><strong>Embed templates</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34561\">#34561</a>) – Embed templates were split into parts and can now be directly overridden by themes via the template hierarchy.</li>\n<li><strong>New WP_Site class</strong> (<a href=\"https://core.trac.wordpress.org/ticket/32450\">#32450</a>) – More object-oriented approach for managing sites in Multisite</li>\n<li><strong>Script loader</strong> (<a href=\"https://core.trac.wordpress.org/ticket/14853\">#14853</a>, <a href=\"https://core.trac.wordpress.org/ticket/35873\">#35873</a>) – Introduces <code>wp_add_inline_script()</code> for including inline JavaScript just like <code>wp_add_inline_style()</code> works for CSS, and better support for script header/footer dependencies.</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.5, <a href=\"https://make.wordpress.org/core/tag/4-5/\" target=\"_blank\">check out all 4.5-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.5&group=component&order=priority\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>A wonderful day</em><br />\n<em>is one that brings new WordPress</em><br />\n<em>Four Five Beta One</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Experiment: WordCamp Incubator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\";s: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, 18 Feb 2016 19:28: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:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4076\";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:399:\"WordCamps are locally-organized WordPress conferences that happen all over the world (and are so fun). Sometimes people don’t realize that WordCamps are organized by local volunteers rather than a central organization, and they contact us asking, “Can you bring WordCamp to my city?” When this happens, we always suggest they start with a meetup group, and think about […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2989:\"<p><a href=\"http://wordcamp.org\">WordCamps</a> are locally-organized WordPress conferences that happen all over the world (and are so fun). Sometimes people don’t realize that WordCamps are organized by local volunteers rather than a central organization, and they contact us asking, “Can you bring WordCamp to my city?” When this happens, we always suggest they start with a meetup group, and think about organizing a WordCamp themselves after their group has been active for a few months. We emphasize that WordCamps are locally-organized events, not something that the central <a href=\"https://make.wordpress.org/community\">community team</a> plans from afar.</p>\n<p>This has been successful in many areas — there are currently 241 meetup groups on our meetup.com chapter program! In some regions, though, enthusiastic volunteers have had more of a challenge getting things started. Because of this, we’re going to try an experiment this year called the WordCamp Incubator.</p>\n<p>The intention of the incubator program is to help spread WordPress to underserved areas through providing more significant organizing support for a first event. In practical terms, this experiment means we’ll be choosing three cities in 2016 where there is not an active WordPress community — but where it seems like there is a lot of potential and where there are some people excited to become organizers — and will help to organize their first WordCamp. These WordCamps will be small, one-day, one-track events geared toward the goal of generating interest and getting people involved in creating an ongoing local community.*</p>\n<p>So, where should we do these three events? If you have always wanted a WordCamp in your city but haven’t been able to get a meetup group going, this is a great opportunity. We will be taking applications for the next week, then will get in touch with everyone who applied to discuss the possibilities. We will announce the cities chosen by the end of March.</p>\n<p>To apply, <a href=\"http://wordpressdotorg.polldaddy.com/s/wordcamp-incubator-application\">fill in the application</a> by February 26, 2016. You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this experiment we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.</p>\n<p>Thanks, and good luck!</p>\n<p><em><strong>* </strong>For the record, that describes the ideal first WordCamp even if you have an active meetup — there’s no need to wait until your group is big enough to support a large multi-day event, and small events are a lot of fun because everyone has a chance to be involved and get to know most of the other attendees.</em></p>\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.4.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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2016/02/wordpress-4-4-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2016 17:57:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4065\";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:375:\"WordPress 4.4.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4.1 and earlier are affected by two security issues: a possible SSRF for certain local URIs, reported by Ronni Skansing; and an open redirection attack, reported by Shailesh Suthar. Thank you […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2072:\"<p>WordPress 4.4.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.4.1 and earlier are affected by two security issues: a possible SSRF for certain local URIs, reported by <a href=\"https://www.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>; and an open redirection attack, reported by <a href=\"https://twitter.com/shailesh4594\">Shailesh Suthar</a>.</p>\n<p>Thank you to both reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.4.2 fixes 17 bugs from 4.4 and 4.4.1. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.4.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.4.2\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.4.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.4.2.</p>\n<p>Thanks to everyone who contributed to 4.4.2:</p>\n<p><a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: Support Forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/01/contributor-weekend-support-forums/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 18:31:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"Support Forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4055\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved! Many of our current contributors first got involved at a Contributor Day at a WordCamp or WordPress Meetup event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2112:\"<p>Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved!</p>\n<p>Many of our current contributors first got involved at a Contributor Day at a <a href=\"http://wordcamp.org\">WordCamp</a> or <a href=\"http://www.meetup.com/pro/wordpress/\">WordPress Meetup</a> event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that will give new contributors the same kind of live support and group dynamic. We’ll be doing these as weekend challenges rather than one-day events so that WordPress users all over the world can participate without worrying about pesky time zones, but each challenge will be designed to be completed within a few hours, comparable to an in-person Contributor Day.</p>\n<p>Our inaugural Contributor Weekend is focused on the <a href=\"https://make.wordpress.org/support\">Support Team</a> — the folks who volunteer their time to help people with WordPress questions in the <a href=\"https://wordpress.org/support\">support forums</a> and <a href=\"https://make.wordpress.org/support/irc-support-channel/\">IRC</a>. Over the two day span, forum moderators will be available online to help new contributors and answer questions as needed. The challenge this month is called <em>20 Questions;</em> your mission (should you choose to accept it) is to help WordPress users by answering 20 forum support requests over the course of the weekend.</p>\n<p>You can participate on your own, or you can get together with other people from your local meetup group and work on it together. Working together in person is really fun, so we highly recommend trying to get some folks together if you’re able, but if that’s not possible you can still connect to other participants online. Either way, this is a great way to give back to the WordPress project and have some fun helping people at the same time.</p>\n<p>Interested? <a href=\"https://make.wordpress.org/support/20-questions/\">Get the details on how to participate</a>.</p>\n<p>Hope to see you next weekend!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.4.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 20:07:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4041\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 4.4.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was reported by Crtc4L. There were also several non-security bug fixes: Emoji […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5153:\"<p>WordPress 4.4.1 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">reported</a> by <a href=\"https://hackerone.com/crtc4l\">Crtc4L</a>.</p>\n<p>There were also several non-security bug fixes:</p>\n<ul>\n<li>Emoji support has been updated to include all of the latest emoji characters, including the new diverse emoji! <img src=\"https://s.w.org/images/core/emoji/72x72/1f44d.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3ff.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fc.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n<li>Some sites with older versions of OpenSSL installed were unable to communicate with other services provided through some plugins.</li>\n<li>If a post URL was ever re-used, the site could redirect to the wrong post.</li>\n</ul>\n<p>WordPress 4.4.1 fixes 52 bugs from 4.4. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.4.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.4.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.4.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.4.1.</p>\n<p>Thanks to everyone who contributed to 4.4.1:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/Compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/DvanKooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom/\">Jeff Pye Brook</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/JPr\">jpr</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/KrissieV\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/ShinichiN\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, and <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 4.4 “Clifford”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2015/12/clifford/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 03:25:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:40793:\"<p>Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png 1680w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"display:none;\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&s=180&r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel Ménard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/athsear\">J.Sugiyama</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">Jan Henckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joehills\">joehills</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jpr\">jpr</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Dróżdż</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</a>, <a href=\"https://profiles.wordpress.org/morganestes\">morganestes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">sdavis2702</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">Stéphane Boisvert</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/chacha102\">Tyler Carter</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.5!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/11/wordpress-4-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Nov 2015 23:04:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.4 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1801:\"<p>The release candidate for WordPress 4.4 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin’s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 14 Mar 2016 18:09:53 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 10 Mar 2016 06:59:26 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:\"20130911090210\";}','no'),(1538,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1458022193','no'),(1541,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1457978993','no'),(1544,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1458022194','no'),(1547,'_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:23:\"Matt: Changelog Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46350\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2016/03/changelog-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:575:\"<p>I know a lot of people are on their way to SxSW right now, <a href=\"https://changelog.com/197/\">here’s a podcast I joined called The Changelog you can download and check out on the way there</a> (or back). It’s a bit more technical than the interviews I normally do, we talk about Javascript, Calypso, the philosophy of open source and WordPress, some of the thinking behind Automattic’s acquisitions, and my favorite programming books. I hope <a href=\"https://changelog.com/197/\">you can check it out</a>, Adam and Jerod did a great job on this one.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Mar 2016 02:17:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:43:\"WPTavern: In Case You Missed It – Issue 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:44:\"http://wptavern.com?p=52368&preview_id=52368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-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:6912:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Justin Tadlock Announces Simpler Pricing</h2>\n<p>Justin Tadlock <a href=\"http://themehybrid.com/weblog/simpler-pricing-for-theme-designer-and-plugin-developer\">revamped his pricing</a> model for his <a href=\"http://themehybrid.com/plugins/plugin-developer\">Plugin Developer</a> and <a href=\"http://themehybrid.com/plugins/theme-designer\">Theme Designer</a> plugins. Based on two months of feedback, Tadlock removed the pricing tiers in favor of a single price. Both plugins are $90 and come with source files, one year of support, and access to the Theme Hybrid Slack channel.</p>\n<p>Existing customers have already been upgraded and can take advantage of the new perks. What’s nice is that Tadlock is giving those who purchased the plugins for $125 a partial refund of $35 to make up the difference.</p>\n<h2>Using WordPress to Break The Silence</h2>\n<p>Mahangu Weerasinghe, who works at Automattic as a Happiness Engineer, <a href=\"http://heropress.com/essays/breaking-the-silence/\">published a fantastic essay</a> on HeroPress this week that describes how WordPress helped him break his silence. Weerasinghe suffers from stuttering and as a result, remained silent even if he had something to say. It’s an inspirational story and the best content I’ve read all week. There are many quotable spots in the post, but this is my favorite.</p>\n<blockquote><p>There are a lot of things we cannot control in this world, many forces at work that we cannot even see. But, as members of this community, I think we can content ourselves with this thought:</p>\n<p>Because of the GPL, and the way it works, WordPress will be available as a publishing platform for decades to come, and long after the next social network comes and goes, for as long as the Internet remains free and accessible, anyone with WordPress will be able to have their say.</p>\n<p>What WordPress did for me, it can do for others. And that’s why we need to keep going.</p>\n<p>Because every silence can be overcome.</p></blockquote>\n<p>Congrats Weerasinghe on defeating the silence and helping others to do the same.</p>\n<h2>Automattic Acquires Pressable</h2>\n<p>Automattic has purchased the rest of Vid Luther’s common stock shares in Pressable and has effectively <a href=\"https://poststatus.com/automattic-pressable/\">acquired the company</a>. Chris Lauzon, a Happiness Engineer at Automattic, is the company’s interim CEO. Be sure to read Matt Mulleweng’s statement which clearly indicates to me that the company is not part of Automattic’s long-term interests.</p>\n<h2>Matt Mullenweg in The Irish Times</h2>\n<p>Ciara O’Brien <a href=\"http://www.irishtimes.com/business/technology/matt-mullenweg-how-wordpress-got-the-whole-world-blogging-1.2558828\">interviewed Matt Mullenweg</a> when he visited Dublin, Ireland to speak at an Irish Software Association event. It’s one of the better interviews I’ve read in recent memory and if you know Matt well enough, you can tell which parts of the interview he showed his sense of humor.</p>\n<p>For example, when asked how he relaxes and switches off work mode, he responds “Well, this is lovely. We have tea and little cookies.” I can almost guarantee you that he chuckled while making that remark.</p>\n<h2>Introvert Reviews Pressnomics</h2>\n<p>Jeff Matson, who leads the documentation efforts for Rocketgenius, <a href=\"http://jeffmatson.net/realization-of-progress-and-success/\">documented</a> (pun intended) his experience at Pressnomics 4. Thanks to his involvement in the community the past few years, people recognized him and started conversations with him instead of the other way around.</p>\n<blockquote><p>I’m the nerd with the thick glasses, overgrown beard, and a hoodie; the guy who lives in a rather small apartment, drives a Kia, and shops at outlet malls. To put it simply, I’m your typical every-day middle-class 20-something guy. Certainly not the typically targeted clientele for such a high level business-centric conference.</p></blockquote>\n<p>Yet, he had a great time and strengthened relationships and created new ones with members of the community. As a friend, it’s great to see Jeff make large strides both in his professional and personal life.</p>\n<h2>Co-Organizing WordCamp Miami</h2>\n<p>David Bisset <a href=\"http://davidbisset.com/wordcamp-miami-2016-the-mega-review/\">shares his experience</a> co-organizing one of the largest WordCamps in the US. According to a recent tweet, the team is already making plans for WordCamp Miami, FL 2017.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">One of the reasons <a href=\"https://twitter.com/hashtag/wcmia?src=hash\">#wcmia</a> organization team is so great: post-conference planning meetups. 2017 planning has begun. <a href=\"https://t.co/NZF31TRNOj\">pic.twitter.com/NZF31TRNOj</a></p>\n<p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/708282526477979650\">March 11, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu of the North!</h2>\n<p>As a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. St. Patrick’s day is right around the corner, so what better way to celebrate than with a Wapuu with Irish roots. Meet, The Wapuu of the North.</p>\n<p>The Wapuu of the North was created by Peter of <a href=\"http://1440design.com/wordpress/branding-wordcamp-belfast/\" target=\"_blank\">1440 Design</a> for WordCamp events in Dublin and Belfast Ireland. This particular Wapuu has quite the head of hair!</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/belfast_wapuu.jpg\" rel=\"attachment wp-att-52005\"><img class=\"aligncenter size-full wp-image-52005\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/belfast_wapuu.jpg?resize=1000%2C1000\" alt=\"belfast_wapuu\" /></a></p>\n<p>That’s it for issue four. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Mar 2016 01:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:77:\"WPTavern: OnePress: A Free Single-Page WordPress Theme Built with Bootstrap 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:28:\"http://wptavern.com/?p=51305\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/onepress-a-free-single-page-wordpress-theme-built-with-bootstrap-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:3001:\"<p>If you’re a fan of the scrolling single-page parallax style themes, <a href=\"https://wordpress.org/themes/onepress/\" target=\"_blank\">OnePress</a> is a new one on WordPress.org that may pique your interest. After less than a month in the official directory, it has already been installed on more than 3,000 websites. OnePress was developed by the folks at <a href=\"https://www.famethemes.com/themes/onepress/\" target=\"_blank\">FameThemes</a> using <a href=\"http://v4-alpha.getbootstrap.com/\" target=\"_blank\">Bootstrap version 4</a>. It is suitable for business, portfolio, and agency websites.</p>\n<p>The theme features a full-screen background image with action buttons in the first major section. Scrolling further down reveals an about section, services, a video lightbox, an animated counter, team section, latest news, and contact form (powered by Contact Form 7).</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/onepress.png\" rel=\"attachment wp-att-52246\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/onepress.png?resize=1025%2C769\" alt=\"onepress\" class=\"aligncenter size-full wp-image-52246\" /></a></p>\n<p>All of the sections can be easily configured in the customizer and each has design options such as overlay color and opacity, section titles and subtitles, number of columns, and more. You can elect to hide any of the sections that you don’t want to use.</p>\n<p>Also, if you’re not a fan of the parallax animations, there are options to disable them per element or globally for all the animations in the theme. You can also disable the sticky header when scrolling.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/onepress-customizer.png\" rel=\"attachment wp-att-52356\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/onepress-customizer.png?resize=1025%2C374\" alt=\"onepress-customizer\" class=\"aligncenter size-full wp-image-52356\" /></a></p>\n<p>OnePress includes controls in the customizer for setting social profiles in the footer. It also includes a setting for pasting in a MailChimp Action URL for a newsletter signup form.</p>\n<p>Check out a <a href=\"http://www.famethemes.com/preview/?theme=OnePress\" target=\"_blank\">live demo</a> of OnePress and click the menu items or scroll to view all of the sections. You can also toggle through desktop, tablet, and mobile views. Its smooth responsiveness and mobile-friendly menu are powered by Bootstrap.</p>\n<p>OnePress is an excellent example of how a single-page WordPress theme can be easily configurable via WordPress’ native customizer. It is available for <a href=\"https://wordpress.org/themes/onepress/\" target=\"_blank\">download from WordPress.org</a> or via your admin theme browser. The OnePress homepage on FameThemes has thorough <a href=\"http://docs.famethemes.com/article/43-onepress-documentation\" target=\"_blank\">documentation</a> for setting up each of the sections.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Mar 2016 22:10:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"WPTavern: WordPress 4.5 Improves Comment Moderation Screens\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52295\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/wordpress-4-5-improves-comment-moderation-screens\";s: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:6151:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/comments.png\" rel=\"attachment wp-att-28128\"><img class=\"aligncenter size-full wp-image-28128\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/comments.png?resize=984%2C455\" alt=\"comments\" /></a>Building on the momentum generated from the <a href=\"https://make.wordpress.org/core/2015/10/28/comment-object-and-query-features-in-4-4/\">WordPress 4.4 development cycle</a>, WordPress 4.5 includes a number of enhancements to comments. In a <a href=\"https://make.wordpress.org/core/2016/03/09/comment-changes-in-wordpress-4-5/\">post on the Make Core blog</a>, Rachel Baker explains the changes and what to expect.</p>\n<p>“WordPress 4.5 includes several ancient bug fixes and a few enhancements in the Comments component. We have <a href=\"https://core.trac.wordpress.org/query?status=closed&component=Comments&milestone=4.5&group=resolution&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">closed 25 tickets</a>,” Baker said.</p>\n<p>The biggest change users will notice are the design improvements to the comment moderation screen when clicking one of the available links in a comment moderation email. Instead of appearing as a large block of plain-text, comments are formatted as long as they contain the following HTML elements.</p>\n<ul>\n<li>A – Links</li>\n<li>Abbr – Abbreviations</li>\n<li>Acronym – Defines an acronym</li>\n<li>B – Bold</li>\n<li>Blockquote – Specifies a section that is quoted from another source</li>\n<li>Cite – Defines the title of a work</li>\n<li>Code – Defines a piece of computer code</li>\n<li>Del – Defines text that has been deleted from a document</li>\n<li>Em – Emphasizes text</li>\n<li>I – Italicize</li>\n<li>Q – Defines a short quotation</li>\n<li>S – Specifies text that is no longer correct</li>\n<li>Strike – Defines strikethrough text</li>\n<li>Strong – Defines important text</li>\n</ul>\n<p>During testing, I noticed that in some cases, the text still appears in a large block as if the paragraph tag is ignored. I’ve already reported this issue to Baker who is looking into it. As you can see, the text that is bold, blockquoted, linked, and italicized, maintains its formatting on the moderation screen.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/CommentFormattingOnModerationScreen.png\" rel=\"attachment wp-att-52346\"><img class=\"size-full wp-image-52346\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/CommentFormattingOnModerationScreen.png?resize=1025%2C571\" alt=\"Formatted Text On The Comment Moderation Screen\" /></a>Formatted Text On The Comment Moderation Screen\n<p>In addition to visual enhancements, an Edit Comment link was added to the bottom of the comment. In the future, it would be nice to edit a comment in place during the moderation flow, similar to how Quick Edit works, instead of navigating to a different screen. Other notable changes include:</p>\n<ul>\n<li>Updated message styles that match other screens.</li>\n<li>The comment date is only wrapped in a link if the comment permalink exists.</li>\n<li><code>#wpbody-content</code> is appended to comment moderation email links for accessibility.</li>\n<li>The <code>rel=nofollow</code> attribute and value pair will no longer be added to relative or same domain links within <code>comment_content</code>.</li>\n<li><code>WP_Comment_Query</code> now supports the <code>author_url</code> parameter.</li>\n<li>The new <code>pre_wp_update_comment_count_now</code> filter allows you to bail out of updating the comment count for a given Post.</li>\n</ul>\n<h2>Maximum Comment Field Length</h2>\n<p>Those who publish lengthy comments will be happy to know that in WordPress 4.5, “the comment fields will enforce the maximum length of each field’s respective database column with hardcoded attributes. The hardcoded limits can be adjusted to accommodate custom database schemas using the <code>comment_form_default_fields</code> filter,” Baker said. By default, the limits are as follows:</p>\n<ul>\n<li>Comment: 65525 characters</li>\n<li>Name : 245 characters</li>\n<li>Email: 100 characters</li>\n<li>Url: 200 characters</li>\n</ul>\n<p>When comments are submitted in 4.5, they’ll be checked by the new <code>wp_get_comment_fields_max_lengths()</code> function and the <code>wp_get_comment_fields_max_lengths</code> filter. If a value is more than the limit, a <code>WP_Error</code> is displayed. If a user publishes a comment and sees an error page, they’ll be able to navigate back to their comment via a link rather than having to use their browser’s back button.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/CommentErrorNavigation.png\" rel=\"attachment wp-att-52347\"><img class=\"size-full wp-image-52347\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/CommentErrorNavigation.png?resize=724%2C354\" alt=\"Comment Error Page Navigation\" /></a>Comment Error Page Navigation\n<p>It’s great that comments continue to receive attention, even if there’s a long way to go. Unfortunately, the ability to <a href=\"https://core.trac.wordpress.org/ticket/33717\">send a notification email when a comment is approved from moderation</a> was punted to a future release. I’m looking forward to reviewing plugins that allow users to easily configure the comment length limits as seen above. It would be nice to configure the limits so spammers see an error message because of their comment’s length rather than being placed into the moderation queue.</p>\n<p>To see and test these improvements yourself, download and install <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">WordPress beta 3</a> on a test site. If you think you’ve discovered a bug, please create a new post on the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> of the support forums. What do you think of these changes to comments in WordPress 4.5?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Mar 2016 20:07: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: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: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:85:\"WPTavern: GitHub Now Supports Emoji Reactions for Pull Requests, Issues, and 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:28:\"http://wptavern.com/?p=52304\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/github-now-supports-emoji-reactions-for-pull-requests-issues-and-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3903:\"<p>Last month GitHub finally <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">responded</a> to the <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">open letter on issue management</a> that has now been <a href=\"https://docs.google.com/spreadsheets/d/1oGsg02jS-PnlIMJ3OlWIOEmhtG-udTwuDz_vsQPBHKs/htmlview?usp=sharing&sle=true\" target=\"_blank\">signed</a> by nearly 2,000 open source project maintainers. GitHub officially apologized for the lack of communication and promised to add new features and iterate on the core experience.</p>\n<p>Shortly after acknowledging the letter, GitHub <a href=\"http://wptavern.com/github-introduces-issue-and-pull-request-templates\" target=\"_blank\">introduced templates for issues and pull requests</a>, which allow project maintainers to guide contributors towards submitting more meaningful contributions.</p>\n<p>One of the other major requests included in the open letter was a voting system to declutter +1’s from issues. While the +1’s constitute valuable feedback, maintainers need a better UI to help make these conversations easier to read.</p>\n<p>GitHub has now answered this request by <a href=\"https://github.com/blog/2119-pull-request-and-issue-reactions\" target=\"_blank\">adding emoji reactions to pull requests, issues, and comments</a>. Emoji support is nothing new but organizing it into reactions helps keep comments more manageable:</p>\n<blockquote><p>In many cases, especially on popular projects, the result is a long thread full of emoji and not much content, which makes it difficult to have a discussion. With reactions, you can now reduce the noise in these threads.</p></blockquote>\n<p>Reactions are currently limited to six emoji that are commonly used in GitHub conversations:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/github-reactions.gif\" rel=\"attachment wp-att-52312\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/github-reactions.gif?resize=917%2C359\" alt=\"github-reactions\" class=\"aligncenter size-full wp-image-52312\" /></a></p>\n<p>Going forward, emoji reactions should make life easier for project maintainers, as they provide a quick way to assess consensus. If contributors embrace emoji reactions, the new feature can help maintainers gauge how widespread a bug is. They also serve to highlight the most helpful comments in a conversation.</p>\n<p>Emoji reactions, which were also recently adopted by Slack and Facebook, are making their way into more applications as an alternative way of offering feedback. Path was one of the first social apps to offer reactions in 2012. Buzzfeed has taken the feature to a new level with the addition of gif reaction options at the end of articles:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/buzzfeed-reactions.png\" rel=\"attachment wp-att-52327\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/buzzfeed-reactions.png?resize=1025%2C601\" alt=\"buzzfeed-reactions\" class=\"aligncenter size-full wp-image-52327\" /></a></p>\n<p>A feature that was once limited to social networks is now changing communication in the workplace by facilitating conversations for large groups of people. While emoji reactions offer people more ways of expressing themselves, they can also serve as a metric, a gauge, and a voting system.</p>\n<p>The new <a href=\"http://wptavern.com/new-feature-plugin-for-wordpress-adds-emoji-reactions-to-posts\" target=\"_blank\">Reactions feature plugin</a> for WordPress received no small amount of criticism when it was introduced earlier this week. Even if the plugin never reaches the proposal stage, the conversation about the value of emoji reactions in modern communication is worth having.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Mar 2016 16:10:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:32:\"Matt: From Silence to Publishing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://ma.tt/2016/03/from-silence-to-publishing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:722:\"<blockquote><p>My parents first noticed my stutter when I was three years old. For the longest time, I thought I would one day be rid of it. I went for speech therapy, I did fluency exercises, I prayed. But now, at age thirty, I’m fairly confident that it’s here to stay. […]</p>\n<p>Somehow, as I progressed through high school, the expectant pauses of those listening to me were more difficult to bear that the nicknames and name calling. Often, I would not speak up, even when I had something I wanted to say.</p>\n<p>My default setting was silence.</p></blockquote>\n<p><a href=\"http://heropress.com/essays/breaking-the-silence/\">Read the rest of Mahangu Weerasinghe’s story, Breaking the Silence</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, 10 Mar 2016 22:48:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:67:\"Post Status: Automattic has purchased a majority stake in Pressable\";s:7:\"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=22262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/automattic-pressable/\";s: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:5218:\"<p><a href=\"https://automattic.com\">Automattic</a> has purchased a majority stake in <a href=\"https://pressable.com/\">Pressable</a>, one of the earliest managed WordPress hosting companies, founded in 2010. They were first known as ZippyKid, and <a href=\"https://poststatus.com/zippykid-pressable/\">rebranded in 2013</a>.</p>\n<p>Automattic was already a shareholder in Pressable, most recently as the primary investor of <a href=\"https://www.crunchbase.com/organization/pressable#/entity\">a $1.5 million round</a> in April of 2015.</p>\n<p>Technically, Automattic purchased common stock shares from Vid Luther, the CEO of Pressable. The monetary value of that common stock was, “enough to be debt free,” according to Vid. He owned about 37% of the company, or 4.5 million shares of 7 million shares of common stock (versus preferred shares). The company has also been in debt, reportedly close to $1 million worth.</p>\n<p>Automattic is now the majority owner of Pressable, and since Vid sold his shares, this is effectively an acquisition, and Automattic will be able to set the direction of the company from now on. Chris Lauzon, a Happiness Engineer at Automattic, is the interim CEO. There are other smaller investors in Pressable whom maintain their shares in the company, and it’s unknown what those investors will do.</p>\n<p>When I confirmed the exit with Vid, he said, “This is the best thing that I could have done for my family, or myself.” He was burning the candle at both ends, working twice as much as he wanted to be working, and wasn’t seeing the growth and success that he dreamed of for so many years. Pressable has always done okay in the managed WordPress market, but never outpaced quick-growth and heavily funded WP Engine, or the first entry to the market, Pagely. But Pressable has not been in a position of strength for a really long time.</p>\n<p>Pagely, WP Engine, and Pressable were really the first three into the market of managed hosting — a market that now includes nearly every big name host. It’s fascinating to see the different directions they’ve gone since. WP Engine <a href=\"https://www.crunchbase.com/organization/wp-engine#/entity\">has raised</a> nearly $40 million over the years and gone for scale (Automattic also invested in their Series A), while Pagely has bootstrapped the whole way and really hit their stride in the last couple of years with a move to the higher end of the market. Dozens of managed hosting companies exist today.</p>\n<p>The work these three companies put into the early managed market got the attention of the biggest players in the market, like GoDaddy and EIG (owner of BlueHost, HostGator, and many more). Pressable fought hard, and Vid’s exit from the company comes after a long road with many challenges.</p>\n<p>Pressable has long been on Rackspace infrastructure, as Vid had relationships with them going back a long time; that infrastructure suffered <a href=\"http://wptavern.com/recent-pressable-outages-the-result-of-a-slow-loris-attack\">a few catastrophic outages</a> from attacks that cost Pressable quite a few customers in January 2015, stunting progress.</p>\n<p>They nearly sold Pressable to WP Engine about two years ago, and decided against it at the 11th hour. The financing round last year was a period of rejuvenation for them, after a troubled period between the malicious attacks on their infrastructure and some internal issues, and the team was looking forward to new opportunities moving forward, including a potential focus on hosting catered for eCommerce with WordPress.</p>\n<p>Speaking to an agency owner with clients at Pressable, they told me they believe they, “always struggled to find their voice and audience in a space that quickly filled up.” I agree with the observation.</p>\n<p>Pressable’s revenues were under $2 million per year, and they have a team of about 10 people. Vid is no longer at the company; his last day was March 7th. It remains to be seen exactly what direction Automattic will take the company, though I presume it will continue business as usual for now, like they did <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">after the WooThemes acquisition</a>. While Automattic now owns the company, Matt Mullenweg made it clear to me that it’s not in their long term interest to be significantly involved in the traditional hosting business.</p>\n<p>Matt Mullenweg gave the following statement about the purchase:</p>\n<blockquote><p>Automattic is happy to be an investor in a number of WordPress-related companies and web hosts, and will continue to invest in the future. With Pressable we’ve unfortunately been forced to take a more active role to protect Pressable’s customers, employees, and our investment. Chris Lauzon, a Happiness Engineer at Automattic, has been temporarily working with the Pressable team to get everything in order, especially on the support side. Automattic continues to enjoy working with and supporting many great WordPress hosts, and we expect that Pressable will be able to operate fully independently in the future.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 21:59: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: Do the Woo: A New Podcast for WooCommerce Store Owners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/do-the-woo-a-new-podcast-for-woocommerce-store-owners\";s: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:3266:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/podcast.jpg\" rel=\"attachment wp-att-52297\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/podcast.jpg?resize=960%2C472\" alt=\"photo credit: Maciej Korsan\" class=\"size-full wp-image-52297\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/IQVHQYS3GL\">Maciej Korsan</a>\n<p>Bob Dunn, a WordPress educator better known on the web as <a href=\"https://bobwp.com/\" target=\"_blank\">BobWP</a>, is <a href=\"http://dothewoopodcast.com/welcome-to-do-the-woo-the-podcast-for-woocommerce-shop-owners/\" target=\"_blank\">launching a podcast for WooCommerce store owners</a>. “Do the Woo” will air weekly on Wednesdays with tips and tricks to help store owners attract more customers. Dunn plans to host guests involved in WooCommerce development, as well as store owners who will be invited to share their challenges and successes.</p>\n<p>After using WooCommerce for five years with client projects, as well as his own products, Dunn is prepared to share his store management experience with listeners. He’s used the plugin and many of its extensions for selling services, bookings, downloads, and currently for his membership site sales. He has also taught WooCommerce workshops and is preparing new courses for his students.</p>\n<p>Store owners are the targeted audience for Dunn’s new podcast with a focus on the business aspects of store management.</p>\n<p>“It will be a mix of topics, rather than a straight interviews format, which is what many of the other podcasts are,” Dunn said. “I’ll be sharing eCommerce news and tips from a WooCommerce perspective. I’ll Interview Woo experts, designers, developers and shop owners. I’ll also share ideas for using Woo in ways that the average user might not have considered. There will be some tech, but also marketing, sales and social, all around WC.”</p>\n<p>Dunn is aiming to reach both tech savvy users and those who would rather focus solely on the business of running a store.</p>\n<p>“Having built sites for shop owners and in my role as co-organizer for the Seattle WooCommerce meetup, I would have to say that it’s a mix of technical skill,” he said. “As with anything WordPress, it spans the spectrum. Some are very hands-on and comfortable with the technology, while others want to focus more on their products and sales and tend to avoid the tech end of things.”</p>\n<p>With an estimated 30% of e-commerce sites running on WooCommerce, a podcast focused on navigating the WooCommerce ecosystem as a store owner has a good chance of finding a decent audience with the right content strategy.</p>\n<p>“My goal is to help these shop owners by giving them marketing ideas and providing a forum for stories from some of their colleagues who have insights and experiences to share,” Dunn said.</p>\n<p>Interested listeners can subscribe at <a href=\"http://dothewoopodcast.com/\" target=\"_blank\">DoTheWooPodcast.com</a> where the first official episode will be published next week. Dunn will also be running WooCommerce-related posts on <a href=\"http://BobWP.com\" target=\"_blank\">BobWP.com</a> every Wednesday.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 21:27:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: WPWeekly Episode 225 – Interview With Scott Kingsley Clark Lead Developer of Pods\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=52290&preview_id=52290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/wpweekly-episode-225-interview-with-scott-kingsley-clark-lead-developer-of-pods\";s: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:2883:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I interview <a href=\"https://scottkclark.com/\">Scott Kingsley Clark</a>, lead developer of the <a href=\"http://pods.io/\">Pods framework</a> plugin. Clark explains the financial and organizational structure of the <a href=\"https://pods.io/friends-of-pods/\">Friends of Pods program</a> and how it benefits the plugin’s development.</p>\n<p>He also explains what the <a href=\"https://github.com/sc0ttkclark/wordpress-fields-api\">Fields API project</a> is and its significance to WordPress. To make a long story short, it’s on par with the REST API’s inclusion in core. Last but not least, in a first for WordPress Weekly, Clark sings a song while strumming his Baritone Ukulele.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/custom-content-type-manager-plugin-update-creates-a-security-nightmare\">Custom Content Type Manager Plugin Update Creates a Security Nightmare</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/video-conferencing-with-zoom-api/\">Video Conferencing with Zoom API,</a> by <a href=\"https://profiles.wordpress.org/j_3rk/\">Deepen Bajracharya</a> from Nepal, gives you the power to manage Zoom Meetings from your WordPress dashboard. You can manage meetings, users, and display meetings in posts or pages using shortcodes.</p>\n<p><a href=\"https://wordpress.org/plugins/timeline-diagram/\">Time Line Diagram</a>, by <a href=\"https://profiles.wordpress.org/md-shiddikur-rahman/\">Shiddikur Rahman, </a>is a responsive WordPress Plugin that allows you to create a beautiful vertical storyline. You simply create posts, assign images, a date, and then Time Line Diagram will automatically populate the posts in chronological order, based on the year and date.</p>\n<p><a href=\"https://wordpress.org/plugins/easier-excerpts/\">Easier Excerpts,</a> by <a href=\"https://profiles.wordpress.org/tommcfarlin/\">Tom McFarlin </a>and <a href=\"https://profiles.wordpress.org/ericdye/\">Eric Dye</a> from PressWare, automatically expands and contracts the post’s excerpt to eliminate unnecessary white space.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 16th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #225:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 20:37:13 +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:93:\"WPTavern: Jetpack 3.9.3 Maintenance Release Adds Compatibility for WordPress 4.5 Custom Logos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wptavern.com/jetpack-3-9-3-maintenance-release-adds-compatibility-for-wordpress-4-5-custom-logos\";s: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:2731:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\" rel=\"attachment wp-att-27470\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-logo\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p><a href=\"http://jetpack.com/2016/03/10/jetpack-3-9-3-maintenance-and-compatibility-release/\" target=\"_blank\">Jetpack 3.9.3 and 3.9.4</a> are now available. Although 3.9.3 is billed as a “maintenance and compatibility release,” there are a number of significant changes and improvements that make this an important release.</p>\n<p>WordPress 4.5 will introduce native <a href=\"http://wptavern.com/wordpress-4-5-to-introduce-native-support-for-a-theme-logo\" target=\"_blank\">support for a theme logo</a>. This will render Jetpack’s site logo feature obsolete. The 3.9.3 release of the plugin adds compatibility with WordPress 4.5 by ensuring that sites use core’s implementation for custom logos instead.</p>\n<p>According to Konstantin Obenland in a recent <a href=\"https://make.wordpress.org/core/2016/03/10/custom-logo/\" target=\"_blank\">post</a> on make/core, “Jetpack will do a migration behind the scenes to work with it out of the box.” He also said that WordPress core’s new custom logo feature will use <a href=\"http://wptavern.com/customizer-responsive-preview-and-selective-refresh-to-be-merged-into-wordpress-4-5\" target=\"_blank\">Selective Refresh</a>, which means that the preview will load instantly after the image has been uploaded.</p>\n<p>Notable enhancements in this release include:</p>\n<ul>\n<li>When using Carousel and Photon together, Jetpack will now link to the Photon version of full-sized images</li>\n<li>Performance improvements to Comments, Infinite Scroll, Markdown, Publicize, Sitemaps, and the Subscription widget</li>\n<li>Infinite Scroll: Introduced a later filter for settings</li>\n<li>New filters in the Top Posts Widget code</li>\n<li>oEmbed for Houzz.com</li>\n</ul>\n<p>The release also fixes an annoying bug in the Comments module that would reload the page when clicking ‘Reply.’</p>\n<p>Jetpack 3.9.4 was released right on the heels of 3.9.3 to fix an issue where some comments were being displayed incorrectly. The problem was significant enough to push out an additional release right away.</p>\n<p>Updating to the latest version of Jetpack will help your site work seamlessly with WordPress 4.5 when it is released the week of April 12. Check out the full <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</a> for both releases to see all of the enhancements and bug fixes.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 18:29:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:90:\"WPTavern: WordCamp Europe 2016 Expands Attendee Capacity to 2200, Largest WordCamp to Date\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/wordcamp-europe-2016-expands-attendee-capacity-to-2200-largest-wordcamp-to-date\";s: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:2919:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/MuseumsQuartier.jpg\" rel=\"attachment wp-att-52255\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/MuseumsQuartier.jpg?resize=800%2C448\" alt=\"photo credit: rank.at\" class=\"size-full wp-image-52255\" /></a>photo credit: <a href=\"https://www.rank.at/en/blog-article/old-meets-new-in-the-heart-of-vienna-the-museumsquartier-vienna.html\">rank.at</a>\n<p><a href=\"https://2016.europe.wordcamp.org/\" target=\"_blank\">WordCamp Europe 2016</a> is now on track to be the largest WordPress conference to date. The event, which will be held in Vienna June 24-26, has expanded its capacity to 2200 attendees (including micro-sponsors.) 400 additional tickets will be made available this week.</p>\n<p><a href=\"http://wptavern.com/wordcamp-europe-2016-sold-out-organizers-working-to-get-more-venue-space\" target=\"_blank\">The first 1700 seats sold out</a> six months in advance, causing organizers to scramble to expand the venue capacity to meet the overwhelming demand for more tickets. They were able to secure three additional halls in the Leopold Museum and the Baroque suites of the MuseumsQuartier, all located within a minute’s walking distance of each other.</p>\n<p>“With the camp happening in the city center, we wanted to make it easy for people to visit all the exquisite museums and sights in the area,” lead organizer Petya Raykovska said. As a bonus, conference goers will receive free access to the Leopold’s museum’s permanent exhibitions as part of their tickets.</p>\n<p>WordCamp Europe will also be hosting the largest WordPress contributor day on record. Organizers are planning for 500 attendees and are considering using one of Vienna’s universities as the venue.</p>\n<p>“We would have liked it to be in Leopold’s but unfortunately securing stable wifi for so many people in a museum is above our budget, so we’re looking for a venue that already has the infrastructure,” Raykovska said.</p>\n<p>Current attendees represent 68 different countries, and the organizing team now includes members from 10 countries spanning both Eastern and Western Europe. The team would like to host a WordPress community summit for Europe but have not received confirmation for this year.</p>\n<p>The host city for WordCamp Europe 2017 will be selected by the end of March. This will expand the organizing team for the current event, as future hosts will come on board to learn the ropes.</p>\n<p>The next batch of <a href=\"https://2016.europe.wordcamp.org/tickets/\" target=\"_blank\">tickets</a> for the event will go on sale Friday, March 11th at 10 AM CET. In the meantime, the 250 people who signed up for the <a href=\"http://eepurl.com/bNsAUr\" target=\"_blank\">waiting list</a> will receive an email to claim their tickets first via a special reservation link.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 10:35: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: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:73:\"WPTavern: Write CSS in the Customizer with the Advanced CSS Editor Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52194\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/write-css-in-the-customizer-with-the-advanced-css-editor-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:3247:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/paint-brush.jpg\" rel=\"attachment wp-att-52240\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/paint-brush.jpg?resize=1024%2C538\" alt=\"photo credit: cutting in - (license)\" class=\"size-full wp-image-52240\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/10687935@N04/6021868900\">cutting in</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>Last year WordPress developer <a href=\"http://www.hardeepasrani.com/\" target=\"_blank\">Hardeep Asrani</a> and the folks at <a href=\"http://themeisle.com/\" target=\"_blank\">ThemeIsle</a> released <a href=\"http://wptavern.com/customize-your-login-page-using-the-wordpress-customizer\" target=\"_blank\">Custom Login Customizer</a>, a plugin that allows users to design their own login pages in the customizer. Since that time core developers have made more progress on the customizer roadmap, allowing for more varied uses outside of a theme-related context.</p>\n<p>Last week the ThemeIsle team debuted <a href=\"https://wordpress.org/plugins/advanced-css-editor/\" target=\"_blank\">Advanced CSS Editor</a>, a new plugin in its arsenal that demonstrates another exciting use for the customizer. It makes use of <a href=\"http://wptavern.com/customizer-responsive-preview-and-selective-refresh-to-be-merged-into-wordpress-4-5\" target=\"_blank\">postMessage transport</a> to offer live previews of CSS changes while a user is writing them in the customizer. The plugin also allows users to write CSS for different device screen sizes, including desktop, tablet, and mobile phones. The demo below shows a screen capture of the plugin in action on my test site:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/edit-css.gif\" rel=\"attachment wp-att-52205\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/edit-css.gif?resize=924%2C558\" alt=\"edit-css\" class=\"aligncenter size-full wp-image-52205\" /></a></p>\n<p>Seeing CSS edits updating in real time, instead of switching back and forth between a file editor and the frontend, was a refreshing experience. Having the ability to quickly write and preview media queries is also a convenient feature.</p>\n<p>Although many core contributors are not fond of having a file editor in WordPress, the feature has yet to be removed. Using the Advanced CSS Editor plugin makes you wonder what the core file editor might look like in the customizer, at least for CSS files.</p>\n<p>In the past, the customizer’s paint brush admin icon seemed like an ambitious stretch for a feature that, up until recently, felt clunky and slow to render previews. But recent advancements like <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\" target=\"_blank\">selective refresh</a> will help to make the customizer provide a true live preview experience.</p>\n<p>The <a href=\"https://wordpress.org/plugins/advanced-css-editor/\" target=\"_blank\">Advanced CSS Editor</a> plugin is a good example of how fast previews can be in the customizer and how much of a better experience it offers over similar plugins that require multiple clicks to refresh.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Mar 2016 23:13:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: Jetpack Turns 5 and Celebrates With a New Domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/jetpack-turns-5-and-celebrates-with-a-new-domain\";s: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:9574:\"<p>On this day in 2011, <a href=\"https://wordpress.org/plugins/jetpack/\">Jetpack</a>, the project formerly known as “.org connect” inside Automattic, was released to the public. At the time, the team consisted of five people. Today, there are more than 50 people on various teams within the project, including, support, user experience, growth, and development. It’s also active on more than 1 million sites.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/Jetpack11Interface.png\" rel=\"attachment wp-att-52213\"><img class=\"size-full wp-image-52213\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/Jetpack11Interface.png?resize=989%2C855\" alt=\"Jetpack 1.1 User Interface\" /></a>Jetpack 1.1 User Interface\n<p>To celebrate the occasion, <a href=\"https://profiles.wordpress.org/professor44/\">Jesse Friedman</a>, Experience Advocate at Automattic, <a href=\"http://jetpack.com/2016/03/09/5-years-in-jetpack-is-soaring-higher-than-ever/\">shares four unique stories</a> from people who rely on Jetpack for their sites. The stories include a food blogger who uses 20 different modules, a developer who manages a number of sites, a new user who discovers the benefits of <a href=\"http://jetpack.com/support/photon/\">Photon</a>, and a convert who prefers Jetpack over clunky alternatives.</p>\n<p>Jetpack’s support team is also celebrating its fifth birthday. According to Carolyn Sonnek, Happiness Rocketeer for Jetpack, the support team responded to over 93,000 support messages between email and the forums last year.</p>\n<p>In addition to Jetpack’s birthday, the site’s domain has moved from Jetpack.me to Jetpack.com. Automattic <a href=\"http://www.thedomains.com/2015/12/09/automattic-com-owner-of-wordpress-acquires-jetpack-com/\">purchased the domain</a> in December 2015, from Jetpack Design of Santa Monica, CA. According to domain appraisal service <a href=\"http://www.estibot.com\">Estibot.com</a>, its <a href=\"http://www.estibot.com/appraise.php?a=appraisal&k=f818b525ed659fb84fdca10f05e64f47&domain=jetpack.com\">estimated value</a> is $51K.</p>\n<h2>Interview With Jesse Friedman</h2>\n<p>Friedman describes his journey working on Jetpack and shares what he’s learned since joining the team.</p>\n<p><strong>How long have you been on the Jetpack journey and what’s it been like?</strong></p>\n<p>I started using Jetpack in the Spring of 2012. I was working as the Director of Web Development at a web development and marketing company. I needed several different tools to round out the WordPress environment I was building to house a 2,000 site multisite that was growing by 50 sites a month.</p>\n<p>All of us on the team agreed that Jetpack solved a lot of different needs for us in one convenient plugin. As developers, we loved the out of the box features like Sharing, Publicize, and Monitor, and our clients loved Stats.</p>\n<p>In 2014, I left that company and joined up with the BruteProtect team. We worked hard to build a great security plugin that has been implemented on millions of websites. Later in 2014, we were excited to receive the news that we were joining the Jetpack team to continue BruteProtect as a Jetpack feature. Released last year, Jetpack Protect guards our users from malicious and brute force login attempts. It was truly something special to go from being a big fan of Jetpack to being on the team at Automattic.</p>\n<p><strong>What are some things you have learned through Jetpack development that have benefited you in other areas?</strong></p>\n<p>In the last 18 months, I’ve been doing a lot of work around the experience users have with Jetpack. Everything from individual features, to the connection process, to our website and how we communicate with our users. I’ve learned a lot about Jetpack and our community. The main thing being that, while Jetpack provides a lot of value to professionals and veterans, it is just<span class=\"copyonly\"> as</span><i></i>, if not more important for new users.</p>\n<p><strong>Do you think Jetpack is a key component to WordPress reaching 50% market share?</strong></p>\n<p>The WordPress community as a whole is growing so quickly. Hosts provide really simple tools to build a WordPress website with a single click or even no clicks at all. That means that WordPress and Jetpack have to be just as intuitive and work to improve the new user experience.<i class=\"copy_only\"></i></p>\n<p>This is especially important when we consider growing WordPress’ market share. I think everyone who builds something for WordPress, or publishes on WordPress, or organizes WordPress community events, are critical to growing to 50% or beyond.</p>\n<p>Any WordPress tool or plugin that can help a user build their website faster while providing maintenance tools like Manage or security tools like Protect is going to play an important role in the growth of market share.</p>\n<p>Jetpack specifically, is in a unique position because we can leverage the<span class=\"Apple-converted-space\"> </span><a href=\"http://wordpress.com/\" target=\"_blank\" rel=\"noreferrer\">WordPress.com</a><span class=\"Apple-converted-space\"> </span>infrastructure and network to build extremely powerful tools (like a global CDN) in an otherwise simple interface. Not to mention Jetpack’s popularity, it’s one of the most popular plugins across all of WordPress. Which is reinforced for me as I spend more and more time with our users, who are quite happy.</p>\n<h2>Paid Services in Jetpack Remain at a Minimum</h2>\n<p>Jetpack has come a long way since its inception but it’s interesting to look back at 2011 and review what some in the WordPress media world had to say about it. Ryan Imel, of WPCandy.com, <a href=\"http://wpcandy.com/thinks/jetpack-means-more-than-features-for-dot-org-users/\">looked into new opportunities for Automattic</a> as Jetpack provided a direct line into millions of self hosted sites.</p>\n<blockquote><p>Jetpack is now a direct line in to WordPress.org Dashboards for Automattic. When (not <em>if</em>) Automattic releases a new software as a service, a simple update to Jetpack will bring that news in front of a serious number of WordPress.org users. This is a big step for Automattic, since up to now their reach has been mostly within the walls of WordPress.com. Now Jetpack is not only available for anyone to use, but it will come preinstalled with one-click installs of WordPress with a number of hosting providers.</p></blockquote>\n<p><a href=\"http://jetpack.com/2011/03/09/blast-off/\">Jetpack’s goal</a> was to provide many of the useful features on WordPress.com to self-hosted users and while it does that, the business portion of the plugin can’t be ignored. Automattic owned services VideoPress and VaultPress are presented to millions of users who may otherwise not have known about them.</p>\n<p>Today, Jetpack contains only two modules that require a paid subscription, VideoPress and VaultPress. So while it would be easy to increase Jetpack’s revenue generating capabilities by cramming it with commercial services and paid add-ons, Automattic has not done so.</p>\n<p>At the end of the post, Imel asks a question that couldn’t be answered at the time, “In a large sense, what does Jetpack mean to the world of WordPress?” Fast forward five years later, we know that it’s a key component that’s helping <a href=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\">WordPress move towards 50% market share</a>.</p>\n<h2>Jetpack Pride</h2>\n<p>The five year mark is a great milestone for any plugin and a great time to reflect. In Jetpack’s five year existence, Matt Mullenweg, WordPress co-founder, says what he’s most proud of, “I’m most proud of the fact that people who start using WordPress and Jetpack at the same time are more likely to be using WordPress a month later. It brings us closer to WordPress’ over-arching goal of democratizing publishing, giving users the ability to have the best of both worlds: open source and cloud.” Mullenweg said.</p>\n<h2>Share Your Jetpack Story</h2>\n<p>The Jetpack team is looking for feedback on how it’s saved you time, help you build websites faster, helped optimize your sites, etc. You can share your story by publishing it in the comments of this post or by using the <a href=\"https://twitter.com/search?q=%23JetpackTurns5&src=typd\"><strong>#JetpackTurns5</strong></a> hashtag on Twitter. One of my favorite stories so far is from Cécile Rainon who discovered WordPress through Jetpack and now works for Automattic.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Discovered WordPress through this plugin and I\'m now a proud Automattician! <a href=\"https://t.co/r0yCKYzqmI\">https://t.co/r0yCKYzqmI</a> via <a href=\"https://twitter.com/jetpack\">@jetpack</a> <a href=\"https://twitter.com/hashtag/jetpackturns5?src=hash\">#jetpackturns5</a></p>\n<p>— Cécile (@cecile_rainon) <a href=\"https://twitter.com/cecile_rainon/status/707594514433753088\">March 9, 2016</a></p></blockquote>\n<p></p>\n<p>We use a number of modules to provide basic functionality such as contact forms, custom CSS, Likes, Protect, and more. In fact, every module except for five are activated on the Tavern. Using one plugin that handles a lot of the functionality we use on a daily basis is easier to maintain than using a number of separate plugins.</p>\n<p>Happy birthday, Jetpack and here’s to five more!</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Mar 2016 22:02:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"Matt: Jetpack Turns 5\";s:7:\"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=46331\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2016/03/jetpack-turns-5/\";s: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:761:\"<p>Today the <a href=\"http://jetpack.com/2016/03/09/5-years-in-jetpack-is-soaring-higher-than-ever/\">Jetpack plugin turns five years old</a>. Who woulda thunk it? It’s one of the most popular plugins in WP history, and sites that include it as part of their WordPress install are more likely to to have engaged and active users — we’ve even seen it reduce churn on major web hosts. While there’s been a lot that’s happened in the Jetpack plugin so far, what’s around the corner has me even more excited. <img src=\"https://s.w.org/images/core/emoji/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> <img src=\"https://s.w.org/images/core/emoji/72x72/1f680.png\" alt=\"?\" class=\"wp-smiley\" /> P.S. Check out that new domain.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Mar 2016 14:27:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:62:\"WPTavern: WordPress 4.5 Adds Inline Editing to the Links Modal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52174\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordpress-4-5-adds-inline-editing-to-the-links-modal\";s: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:1777:\"<p>Today Andrew Ozz, one of the maintainers on <a href=\"https://make.wordpress.org/core/components/\" target=\"_blank\">WordPress’ core Editor component</a>, announced some <a href=\"https://make.wordpress.org/core/2016/03/08/link-modal-wplink-changes-in-wordpress-4-5/\" target=\"_blank\">major improvements coming to the links modal</a> in the 4.5 release. Currently, when adding a link to text in the visual editor, a modal launches where you can paste in the URL, add link text, and set the target to open in a new window. The modal also expands to let you search for and link to existing content.</p>\n<p>The TinyMCE link modal in WordPress 4.5 will allow for inline editing. It can actually detect when a user is entering a URL or attempting to search for one. The search uses jQuery UI Autocomplete, making it fast and easy to search through existing content. The gears icon launches the full modal with advanced options to set the target and title attribute.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/links-modal.gif\" rel=\"attachment wp-att-52178\"><img class=\"aligncenter size-full wp-image-52178\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/links-modal.gif?resize=838%2C496\" alt=\"links-modal\" /></a></p>\n<p>The links modal improvements are the result of WordPress core contributor Ella Iseulde Van Dorpe’s work on a <a href=\"https://core.trac.wordpress.org/ticket/33301\" target=\"_blank\">ticket</a> opened to make this UI similar to the way Google Docs handles links. The experience of linking in the visual editor is now tighter and much more elegant and intuitive. This is one of the many small, yet impactful ways that WordPress is improving with each incremental release.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Mar 2016 00:34:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: New Feature Plugin for WordPress Adds Emoji Reactions to Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52097\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/new-feature-plugin-for-wordpress-adds-emoji-reactions-to-posts\";s: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:5822:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/emoji.jpg\" rel=\"attachment wp-att-52168\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/emoji.jpg?resize=1024%2C576\" alt=\"photo credit: Emoji - (license)\" class=\"size-full wp-image-52168\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/59525227@N08/25617662995\">Emoji</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p><a href=\"http://pento.net/\" target=\"_blank\">Gary Pendergast</a> is looking to bring WordPress users a new way of giving feedback on posts that goes beyond simple text-based comments. A core committer and emoji aficionado, Pendergast spearheaded the effort to add <a href=\"https://make.wordpress.org/core/tag/emoji/\" target=\"_blank\">emoji support</a> to WordPress and is now working on an <a href=\"https://make.wordpress.org/core/2016/03/07/reactions/\" target=\"_blank\">emoji reactions feature plugin</a>.</p>\n<p>The plugin is being developed to offer reactions that are similar to those available in Slack and Facebook.</p>\n<p>“It works much the same way as a Like button, but provides a wider range of reactions so readers can give more nuanced feedback without needing to go to the effort of leaving a comment,” Pendergast said. “This also allows readers to provide the same level of interaction in situations where a ‘Like’ is an inappropriate message to send, as Eric Meyer describes in his post about <a href=\"http://meyerweb.com/eric/thoughts/2014/12/24/inadvertent-algorithmic-cruelty/\" target=\"_blank\">Inadvertent Algorithmic Cruelty</a>.”</p>\n<p>The <a href=\"https://wordpress.org/plugins/react/\" target=\"_blank\">Reactions plugin</a> is available on WordPress.org as a proof-of-concept with basic features:</p>\n<ul>\n<li>Allows for reactions to posts</li>\n<li>REST API endpoints for storing and retrieving reactions</li>\n<li>An exceedingly ugly emoji selector</li>\n</ul>\n<p>The plugin is under active development but those who want to get involved testing it early can log bugs on the project’s <a href=\"https://github.com/pento/react/issues\" target=\"_blank\">GitHub issues queue</a>. Reactions requires the <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">WP REST API</a> plugin. Once both are installed, you’ll see an emoji reactions button beneath the post content.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/reactions.png\" rel=\"attachment wp-att-52147\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/reactions.png?resize=1025%2C642\" alt=\"reactions\" class=\"aligncenter size-full wp-image-52147\" /></a></p>\n<p>Clicking on the button will expand a panel of emoji reactions. The emoji picker UI is very basic but Pendergast is still investigating different options for display.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/reactions-expanded.png\" rel=\"attachment wp-att-52161\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/reactions-expanded.png?resize=1025%2C639\" alt=\"reactions-expanded\" class=\"aligncenter size-full wp-image-52161\" /></a></p>\n<p>The post on the make/core blog immediately drew heated criticism and opposition. One of the more restrained reactions from <a href=\"https://make.wordpress.org/core/2016/03/07/reactions/#comment-29449\" target=\"_blank\">@chatmandesign</a> praises the idea for personal blogs but discourages its development beyond a plugin:</p>\n<blockquote><p>I have to agree with what rapidly seems to be becoming the general consensus: Great idea for a plugin – if I ever setup my own personal blog, I might even use it – but I can’t imagine why this would be considered for Core. I would end up having to disable it on nearly every website I build, which are primarily business websites where this sort of goofy element would simply be inappropriate.</p></blockquote>\n<p>Others commented that while it may not be a good candidate for core, having a canonical plugin for handling emoji reactions could be beneficial for the community.</p>\n<p>Pendergast responded to critics by reiterating the casual exploratory nature of the project.</p>\n<p>“Right now, it isn’t being considered for Core – it’s being explored as a possible feature in the future,” he said. “The idea still has to prove itself in terms of usefulness, usability, and general appeal. In terms of how close this is to landing in Core, it’s about the same as a new ticket being opened on Trac.”</p>\n<p>Thanks in large part to mobile devices, emoji are now inescapable staples of modern communication for digitally connected people. Even so, the question of bringing emoji reactions into WordPress core may prove to be a deeply polarizing issue.</p>\n<p>In one camp you have emoji fanatics who would go so far as to create a 25,000+ character <a href=\"http://www.huffingtonpost.com/2015/04/16/alice-in-wonderland-emoji_n_7066576.html\" target=\"_blank\">emoji translation of Alice in Wonderland</a>. On the other side are equally impassioned emoji haters who think the characters are unimaginative and that using emoji <a href=\"http://www.theguardian.com/commentisfree/2014/jun/18/adults-emoji-grow-up-emoticons-teenagers\" target=\"_blank\">perpetuates “linguistic incompetence”</a>.</p>\n<p>If the Reactions feature plugin makes it to the core proposal stage, the WordPress community will be in for some interesting debates. If you want to get in on the fun of emoji reactions and lend a hand to the project, you can join the #feature-reactions channel in Slack. Development of the plugin will continue on <a href=\"https://github.com/pento/react\" target=\"_blank\">GitHub</a> and will be periodically pushed to WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Mar 2016 21:56:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: Automattic Releases WordPress Plugin for Facebook’s Instant Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52069\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/automattic-releases-wordpress-plugin-for-facebooks-instant-articles\";s: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:5930:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/facebook-instant-articles-wordpress.jpg\" rel=\"attachment wp-att-52114\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/facebook-instant-articles-wordpress.jpg?resize=1025%2C577\" alt=\"facebook-instant-articles-wordpress\" class=\"aligncenter size-full wp-image-52114\" /></a></p>\n<p>Today the WordPress.com VIP team <a href=\"https://vip.wordpress.com/2016/03/07/new-wordpress-plugin-for-facebook-instant-articles/\" target=\"_blank\">released</a> a plugin for Facebook’s <a href=\"https://instantarticles.fb.com/\" target=\"_blank\">Instant Articles</a>, which will be <a href=\"http://media.fb.com/2016/02/17/opening-up-instant-articles/\" target=\"_blank\">open to any publisher</a> starting April 12, 2016. Automattic partnered with Facebook and VIP-Featured-Partner agency <a href=\"https://en.dekode.no/?noredirect=en_US\" target=\"_blank\">Dekode</a> to produce a plugin that outputs a compliant feed of posts wrapped in the required markup for Facebook.</p>\n<p>Instant Articles for WordPress is now <a href=\"https://vip.wordpress.com/2016/03/07/new-wordpress-plugin-for-facebook-instant-articles/\" target=\"_blank\">available on GitHub</a> and is also coming soon to the WordPress plugin directory.</p>\n<p>Publishers must go through a review process to ensure that their posts are properly formatted and compliant before being allowed to push content via Instant Articles. Once approved, articles will load nearly instantly on mobile devices. According to Facebook, the speed is as much as 10 times faster than the standard mobile web.</p>\n<p>“We had heard from a lot of WordPress publishers that they were eager to try out the Instant Articles program — based on the speed and user experience optimized for Facebook’s audience,” VP of Platform Services at Automattic Paul Maiorana said. “It’s still quite early, but we wanted to move quickly to ensure that WordPress and WordPress.com VIP publishers can take advantage of Instant Articles as soon as it opens up to everyone. And we were excited to work with Facebook to help make that happen.”</p>\n<p>Facebook is working to create the best news feed on the web. More content delivered instantly means more advertising revenue for the social network. Publishers that make their content available via Instant Articles also have the opportunity to earn advertising revenue. If publishers sell their own ads, they get to keep 100% of the revenue. If they opt to use the Facebook Audience Network, they keep 70%.</p>\n<p>Automattic’s open source Instant Articles plugin does not have built-in options for serving ads. According to Maiorana, further customization will be left up to the publishers.</p>\n<p>“The new plugin is meant to be a starting point for publishers, from which they can customize design, advertising options, and which articles they choose to syndicate,” Maiorana said.</p>\n<p>Instant Articles is not yet available to WordPress.com users, but Maiorana said that it’s something they will explore in the future.</p>\n<h3>Instant Articles Is Geared Towards News Publishers</h3>\n<p>You may be wondering if your brand or business should use the new plugin and start pursuing the approval process with Facebook. The current implementation of Instant Articles is not for everyone. A Facebook spokesperson told <a href=\"https://contently.com/strategist/2016/02/17/facebook-will-likely-open-instant-articles-to-brands-publishers-grandma/#footnote-1\" target=\"_blank\">Contently</a>:</p>\n<blockquote><p>In April, Instant Articles will be open to any publishers that wish to join, but it is primarily designed for news publishers. While other types of publishers will have the option to create Instant Articles, in many cases there are other formats on Facebook that will better serve their needs.</p></blockquote>\n<p>Facebook’s algorithm is likely to prioritize Instant Articles, as faster-loading articles are shared more often.</p>\n<p>However, publishing to Instant Articles requires no small amount of technical skill, especially if you’re not already on a platform like WordPress that offers support via a plugin. Even with the help of Automattic’s plugin you still need to make a number of customizations to add branding and advertising while the underlying APIs are still in flux.</p>\n<p>Publishers will need to decide how much control of their content they are willing to give up to Facebook in exchange for articles that load instantly. Funneling readers to Instant Articles hosted on Facebook has the potential to undermine direct mobile traffic. Facebook is also <a href=\"http://money.cnn.com/2016/02/04/technology/online-censorship-facebook-twitter/\" target=\"_blank\">notorious for its censorship</a>. What will Automattic’s response be to its partner if Facebook decides to censor WordPress publishers on its network? Maiorana wouldn’t directly answer this question.</p>\n<p>“Our goal at WordPress.com VIP is to help publishers have the tools and the freedom to make their own decisions — and to move quickly in experimenting across platforms,” Maiorana said. “This is another new way for them to do that.”</p>\n<p>New mobile publishing channels like Instant Articles and <a href=\"http://wptavern.com/automattic-adds-amp-support-to-wordpress-com-releases-plugin-for-self-hosted-sites\" target=\"_blank\">Google’s AMP project</a> require developer resources for publishers to get on board. Both of these tech giants are clawing for content distribution. They each have their own unique requirements that publishers will have to meet to in order to have their content found and prioritized. Each publisher will have to decide whether the improved speed, exposure, and/or ad revenue will be enough to make these efforts worthwhile.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Mar 2016 21:30:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WPTavern: The Inaugural WPCampus Set For July 15-16, 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/the-inaugural-wpcampus-set-for-july-15-16-2016\";s: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:1550:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WPCampusFeaturedImage.png\" rel=\"attachment wp-att-48353\"><img class=\"aligncenter size-full wp-image-48353\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WPCampusFeaturedImage.png?resize=811%2C161\" alt=\"WPCampus Featured Image\" /></a><a href=\"https://2016.wpcampus.org/\">WPCampus</a>, a WordPress event geared towards non-profits and higher education, will take place on July 15-16, 2016 in Sarasota, FL at the <a href=\"https://2016.wpcampus.org/location/\">University of South Florida Sarasota-Manatee</a> campus. The team is looking for <a href=\"https://2016.wpcampus.org/speakers/\">speakers</a> and <a href=\"https://2016.wpcampus.org/sponsors/\">sponsors</a>. Speakers who are accepted will receive free admission and swag.</p>\n<p>Organizers are open to stories as they relate to WordPress and education. According to the site, the intended audience will include faculty, students, developers, site designers, devops/sysadmins, content developers, instructional designers, marketing and admissions people, and institutional leaders. The team is most interested in case studies, conceptual discussions, best practices, and works-in-progress.</p>\n<p>If you’re interested in speaking at the first WPCampus, <a href=\"https://2016.wpcampus.org/speakers/\">speaker submissions</a> close at midnight EST on March 21, 2016. WPCampus is not affiliated or endorsed by the WordPress Foundation and is its own community run entity.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Mar 2016 20:44:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Custom Content Type Manager Plugin Update Creates a Security Nightmare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/custom-content-type-manager-plugin-update-creates-a-security-nightmare\";s: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:4563:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/CustomContentTypeManagerPluginHeader.png\" rel=\"attachment wp-att-52125\"><img class=\"aligncenter size-full wp-image-52125\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/CustomContentTypeManagerPluginHeader.png?resize=758%2C237\" alt=\"Custom Content Type Manager Plugin Header\" /></a>Over the years, we’ve told users that the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> is the safest place to download and install plugins from. This is due in large part to <a href=\"http://wptavern.com/behind-the-scenes-in-the-wordpress-plugin-directory-with-mika-epstein\">the dedication of volunteers</a> who act as gatekeepers and review plugins before they’re added to the directory. Plugin updates, however don’t receive the same scrutiny as there’s too many of them.</p>\n<p>Sucuri Security representative Denis Sinegubko, <a href=\"https://blog.sucuri.net/2016/03/when-wordpress-plugin-goes-bad.html\">published an in-depth post</a> that explains how an update to the <a href=\"https://wordpress.org/plugins/custom-content-type-manager/\">Custom Content Type Manager</a> plugin, which is active on more than 10k sites, turned into a security nightmare for some users. Custom Content Type Manager enables users to create custom fields for dropdowns, images, and more.</p>\n<p>According to Sinegubko, a user by the name of Wooranker was added as a maintainer on February 5th. Wooranker is also listed as a contributor to the <a href=\"https://wordpress.org/plugins/postie/\">Postie plugin</a> but <a href=\"https://blog.sucuri.net/2016/03/when-wordpress-plugin-goes-bad.html#comment-2552555345\">according to its author</a>, Wooranker does not and will not have access to change the source code. On February 19th, Wooranker <a href=\"https://plugins.trac.wordpress.org/changeset/1354314/custom-content-type-manager\">pushed out an update</a> that included the CCTM_Communicator.php file and inserted new code into the plugin’s index.php file.</p>\n<p>On March 1st, MartinCDS <a href=\"https://wordpress.org/support/topic/vulnerability-on-auto-updatephp\">created a thread</a> in the plugin’s support forums and reported the following:</p>\n<blockquote><p>I recently updated a few of my sites and since then my site was hacked. According to my log files the code was injected via custom-content-type-manager/auto-update.php. I navigated there and there is a form input. Please fix this in the next update. I don’t see a reason for an automatic update anyways- this is a known vulnerability by hackers.</p></blockquote>\n<p>Other users also reported that their sites had been hacked due to the auto-update.php file. This file allowed the attacker to upload a c.php file into the plugin directory. The c.php file was used to create a more sophisticated attack shell named wp-options.php in the site’s root directory. The c.php file was deleted once wp-options.php was created, making it harder to detect.</p>\n<h2>Custom Content Type Manager is Fixed</h2>\n<p>Samuel ‘Otto’ Wood, who helps maintain WordPress.org, <a href=\"https://blog.sucuri.net/2016/03/when-wordpress-plugin-goes-bad.html#comment-2553534185\">left a comment on the article</a> acknowledging that the plugin has been fixed on the directory:</p>\n<blockquote><p>The plugin has been updated to 0.9.8.9, which is a copy of 0.9.8.6 (the last good version). This will remove the malicious code from the plugin, but not any code that was added to sites in the meantime. Please follow through with the Mitigation steps given by Denis in the post.</p></blockquote>\n<p>To learn how the attack works, insight into who Wooranker may be, and to see a list of mitigation steps, I encourage you to <a href=\"https://blog.sucuri.net/2016/03/when-wordpress-plugin-goes-bad.html\">read the post</a>.</p>\n<h2>A Concerning Reminder</h2>\n<p>I feel bad for those who updated their plugins from a trusted source only to make their sites vulnerable to attack. Unfortunately, there is no way to prevent situations like these from occurring unless every line of code for each update is scrutinized by a security professional, but that doesn’t scale.</p>\n<p>This doesn’t detract the trust I have for the WordPress plugin directory but users need to realize that what happened with Custom Content Type Manager can happen to other plugins as well. Your best defense is to use security scanning software of your choice that keeps track of file changes and to make routine backups.</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, 07 Mar 2016 19:49:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:27:\"Matt: Irish Times Interview\";s:7:\"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=46328\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2016/03/irish-times-interview/\";s: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:208:\"<p>An interview <a href=\"http://www.irishtimes.com/business/technology/matt-mullenweg-how-wordpress-got-the-whole-world-blogging-1.2558828\">I did with the Irish Times when I was in Dublin is now live</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Mar 2016 19:32:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:62:\"WPTavern: Magnus: A Bold New Photoblogging Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/magnus-a-bold-new-photoblogging-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3831:\"<p><a href=\"https://wordpress.org/themes/magnus/\" target=\"_blank\">Magnus</a> is a beautiful new photoblogging theme that landed in the WordPress Theme Directory last week. It was created by <a href=\"http://hugobaeta.com/\" target=\"_blank\">Hugo Baeta</a>, whose work you may have seen in the <a href=\"https://wordpress.com/design-handbook/\" target=\"_blank\">WordPress.com design handbook</a> and last year’s <a href=\"http://wptavern.com/wordpress-4-2-introduces-subtle-refinements-to-the-default-admin-color-scheme\" target=\"_blank\">subtle refinements to the default admin color scheme</a>. Magnus is Baeta’s first theme to be approved for the official directory.</p>\n<p>The theme puts the spotlight on your photographs with full-width featured images for posts. If the homepage is set to display posts, the most recent post’s title and featured image will show at the top of the page.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/magnus-home-menu.png\" rel=\"attachment wp-att-52076\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/magnus-home-menu.png?resize=1025%2C573\" alt=\"magnus-home-menu\" class=\"aligncenter size-full wp-image-52076\" /></a></p>\n<p>Baeta applied a unique pulse effect to the full-width images using CSS3 keyframes animation with the scale property. The resulting effect almost makes it appear as though you are traveling through the image. The theme also includes several other subtle, tasteful CSS animations for menus, toggling, and page transitions.</p>\n<p>If the homepage is set to display posts, they will tile uniformly under the most recent one with titles and featured images.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/magnus.png\" rel=\"attachment wp-att-52073\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/magnus.png?resize=1025%2C1408\" alt=\"magnus\" class=\"aligncenter size-full wp-image-52073\" /></a></p>\n<p>Baeta’s careful attention to typography is evident in the highly readable single post design. Magnus uses a combination of Google fonts – Karla for paragraph text and Montserrat for headers.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/single-post.png\" rel=\"attachment wp-att-52074\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/single-post.png?resize=1025%2C666\" alt=\"single-post\" class=\"aligncenter size-full wp-image-52074\" /></a></p>\n<p>The theme includes one widgetized area, a sidebar that can be toggled into view from the right side of the screen. The sidebar slides smoothly into view and is semi-transparent, which makes for a less jarring experience than other similar sidebar implementations.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/magnus-sidebar.png\" rel=\"attachment wp-att-52072\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/magnus-sidebar.png?resize=1025%2C510\" alt=\"magnus-sidebar\" class=\"aligncenter size-full wp-image-52072\" /></a></p>\n<p>Left, right, and centered overhanging pull quotes can be easily created by aligning blockquotes to either side or the center.</p>\n<p>One thing I appreciate about this theme is that it makes almost all of the design decisions and allows very few design-related customizer options. You can change the header image and the header text color, but that’s it. The design is all about showcasing your images.</p>\n<p>If you need your content to make a big impact, <a href=\"https://wordpress.org/themes/magnus/\" target=\"_blank\">Magnus</a> is solid option that doesn’t require configuring a long list of options. You can <a href=\"https://wordpress.org/themes/magnus/\" target=\"_blank\">download it for free from WordPress.org</a> or via your admin themes browser.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Mar 2016 16:16: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: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:59:\"WPTavern: WPWeekly Episode 224 – Preview of WordPress 4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=52049&preview_id=52049\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/wpweekly-episode-224-preview-of-wordpress-4-5\";s: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:2586:\"<p>In our first episode in more than a month, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the latest WordPress news, including a preview of WordPress 4.5. I share my experience taking a month off away from WordPress and the lessons learned in doing so. This show is a little rough around the edges but we’ll be back to our normal selves starting next week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">WordPress 4.5 Beta 1 Released</a><br />\n<a href=\"http://wptavern.com/wordpress-4-5-to-introduce-native-support-for-a-theme-logo\">WordPress 4.5 to Introduce Native Support for a Theme Logo</a><br />\n<a href=\"http://wptavern.com/poetica-acquired-by-conde-nast-open-source-wordpress-plugin-will-be-discontinued\">Poetica Acquired by Condé Nast, Open Source WordPress Plugin Will Be Discontinued</a><br />\n<a href=\"http://wptavern.com/stripe-payment-gateway-for-woocommerce-is-now-available-for-free\">Stripe Payment Gateway for WooCommerce Is Now Available for Free</a><br />\n<a href=\"http://wptavern.com/automattic-adds-amp-support-to-wordpress-com-releases-plugin-for-self-hosted-sites\">Automattic Adds AMP Support to WordPress.com, Releases Plugin for Self-Hosted Sites</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/migrate-ninja-forms-to-gravity-forms/\">Migrate Ninja Forms to Gravity Forms</a> is a plugin that does exactly what it’s name implies. It migrates content from Ninja Forms to Gravity Forms.</p>\n<p><a href=\"https://wordpress.org/plugins/amp-analytics/\">AMP Analytics</a> extends Google’s AMP to allow you to add analytics to your Accelerated Mobile Pages.</p>\n<p><a href=\"https://wordpress.org/plugins/pl-platform/\">PageLines Platform 5</a> is a complete drag-and-drop editing system. It works with any standard WordPress theme.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 9th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #224:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Mar 2016 20:29: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: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:43:\"WPTavern: In Case You Missed It – Issue 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:28:\"http://wptavern.com/?p=51929\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-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:7794:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is part of a new series where I share an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Automattic Stands with Apple</h2>\n<p>In light of the recent court order issued against Apple in the <a href=\"http://www.nytimes.com/2016/02/18/technology/apple-timothy-cook-fbi-san-bernardino.html?_r=0\">San Bernardino case</a>, Automattic has <a href=\"https://transparency.automattic.com/2016/03/03/automattic-and-wordpress-com-stand-with-apple-to-support-digital-security/\">taken a stand</a> with Apple by joining other influential technology companies in filing an amicus brief in support of Apple’s legal challenge.</p>\n<p>The court order requires Apple to write code that acts as a backdoor and weakens security on iPhones. Automattic’s transparency blog explains why they’re siding with Apple:</p>\n<blockquote><p>Like Apple, we respect the rule of law, and honor the valid government orders we receive to furnish data in connection with criminal investigations. But deliberately weakening information security, as Apple has been asked to do here, is a step too far that makes everyone less safe.</p>\n<p>Undermining security measures – even in situations where there appear to be good intentions – will inevitably have unintended consequences for regular people.</p>\n<p>We stand with Apple in both condemning terrorism and defending the privacy and security of our users. If Automattic was faced with a government order like the one issued in San Bernadino, we, like Apple, would do everything within the law to challenge it. That’s why we’re joining with a sizable group of leading tech companies today to support Apple in this case.</p></blockquote>\n<p>If you’d like to learn more about why the court order is a terrible idea, check out the <a href=\"https://cloudup.com/iZG9vzAV3U3\">full legal brief</a> submitted by Automattic to the United States District Court.</p>\n<h2>The Ethics of Sharing GPL Code</h2>\n<p>Tom McFarlin shares his thoughts on working with clients, educating people, and <a href=\"https://tommcfarlin.com/sharing-gpl-code/\">sharing GPL code</a> from client projects. If you’re a consultant, how do you convince clients to give you permission to release code they pay for and you write to the public under the GPL?</p>\n<p>After reading the post, <a href=\"https://tommcfarlin.com/sharing-gpl-code/#comment-881900\">check out this comment</a> left by Darrinb.</p>\n<h2>Gravity Forms Becomes 2nd Gold Partner</h2>\n<p>Around this time last year, Scott Kingsley Clark <a href=\"http://wptavern.com/pods-lead-developer-scott-kingsley-clark-launches-friends-of-pods-funding-campaign\">launched a new sponsorship program</a> called Friends of Pods. The funding is used to decrease private development of Pods and focus more on Pods core, related plugins, and integrations. Gravity Forms, the popular form creation plugin created by Rocketgenius is the <a href=\"http://pods.io/2016/03/04/announcing-our-2nd-gold-partner-gravity-forms/\">second gold partner</a> in the program.</p>\n<p>In addition to the partnership news, the <a href=\"https://wordpress.org/plugins/pods-gravity-forms/\">Pods Gravity Forms add-on</a> is now available on the WordPress plugin directory.</p>\n<h2>ActiveDen is No More</h2>\n<p><a href=\"http://activeden.net/\">ActiveDen</a>, a site where people could sell Flash assets and was the first site in the Envato Marketplace has officially closed its doors. The company <a href=\"http://inside.envato.com/farewell-activeden/\">shut it down</a> in order to focus on things that have more impact.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/ActiveDenShutsDown.png\" rel=\"attachment wp-att-52052\"><img class=\"size-full wp-image-52052\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/ActiveDenShutsDown.png?resize=812%2C303\" alt=\"ActiveDen Shuts Down\" /></a>ActiveDen Shuts Down\n<p>To learn more about the history of ActiveDen, I encourage you to watch this 45 minute video featuring Collis Ta’eed where he talks about the first six months of Envato.</p>\n<div class=\"embed-wrap\"></div>\n<h2>SIDEKICK Partners With ThemeForest</h2>\n<p><a href=\"https://www.sidekick.pro/updates/sidekick-teams-themeforest/\">SIDEKICK announced</a> it is in a trial partnership with 19 ThemeForest authors. The partnership enables customers to view interactive tutorials from within the WordPress dashboard. According to the announcement, the test aims to alleviate some support pain for authors.</p>\n<h2>Calypso’s Contributor Code of Conduct</h2>\n<p>Codes of Conduct are not limited to events. Many open source projects have implemented them as a way to provide a base line of expectations from those who participate in the project. WordPress core contributor, Ryan Boren, shared a link to <a href=\"https://github.com/Automattic/wp-calypso/blob/master/CODE-OF-CONDUCT.md\">Calypso’s Code of Conduct</a> on Github which explains the expectations project maintainers have of contributors.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Open source contribution is onboarding flow 4 the future of work in a software eaten world. It has codes of conduct. <a href=\"https://t.co/isXa7S1WTh\">https://t.co/isXa7S1WTh</a></p>\n<p>— Ryan Boren (@rboren) <a href=\"https://twitter.com/rboren/status/705228769192079360\">March 3, 2016</a></p></blockquote>\n<p></p>\n<h2>Coen Jacobs on Bundling Libraries in WordPress</h2>\n<p>Coen Jacobs <a href=\"http://coenjacobs.me/2016/03/02/bundling-libraries-is-not-overhead-its-a-best-practice/\">explains why</a> bundling libraries is not overhead but a best practice. It’s another post in a series from Jacobs on the issue of handling dependencies in WordPress.</p>\n<h2>WordImpress and Media Temple Partnership</h2>\n<p>The WordImpress team <a href=\"https://wordimpress.com/announcing-wordimpres-media-temple-community-consultants/\">announced on its site</a> that it has partnered with Media Temple as WordPress Community Consultants. In exchange for information about customer needs, Media Temple is enabling the team to sponsor, attend, and speak at more WordCamps this year.</p>\n<h2>Happy Birthday Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<p>In honor of <a href=\"http://wapuu.jp/2016/02/18/happy-birthday-wapuu/\">Wapuu’s recent birthday</a> which is February 19th, I present Birthday Wapuu. I hope you’ll join me in wishing Wapuu a happy birthday!</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/BirthdayWapuu.png\" rel=\"attachment wp-att-52054\"><img class=\"size-full wp-image-52054\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/BirthdayWapuu.png?resize=900%2C1000\" alt=\"Happy Birthday Wapuu\" /></a>Happy Birthday Wapuu\n<p>That’s it for issue three. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Mar 2016 20:12:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:53:\"Akismet: Akismet WordPress Plugin 3.1.8 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=1905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://blog.akismet.com/2016/03/04/akismet-wordpress-plugin-3-1-8-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1089:\"<p>Version 3.1.8 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update improves compatibility with plugins that rewrite admin URLs. It also reduces the amount of space Akismet uses in the database and reduces the size of the Akismet API requests. A fix is also included for a bug that could have caused comment moderation emails to be sent for some comments that were caught as spam.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1905/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1905/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1905&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:\"Fri, 04 Mar 2016 17:00: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: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: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:70:\"WPTavern: Joshua Strebel Interviews Alex King 10 Days Before His Death\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/joshua-strebel-interviews-alex-king-10-days-before-his-death\";s: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:1577:\"<p>In September of 2015, Joshua Strebel, founder of Pagely, <a href=\"http://pressnomics.com/2015/09/four-speakers-added-to-pn4/\">announced that Alex King</a> would be one of the speakers at Pressnomics 4, an annual conference devoted to the business aspects of WordPress. Unfortunately, days after the announcement, <a href=\"http://wptavern.com/alex-king-founder-of-crowd-favorite-passes-away\">King passed away</a> from colon cancer.</p>\n<p>Due to health reasons, King would not have been able to attend the event in person. Instead, Strebel flew to King’s house and <a href=\"http://pressnomics.com/2016/03/our-interview-with-alex-king/\">recorded a 40 minute bedside interview</a>. In the interview, which is edited beautifully, the duo discuss King’s career, lessons learned managing Crowd Favorite, and if Automattic is the empire, who fills the role of Darth Vader.</p>\n<div class=\"embed-wrap\"></div>\n<p>Jeff Matson who writes and maintains documentation for <a href=\"http://www.rocketgenius.com/\">Rocketgenius</a> and who’s attending the event, describes the crowd’s reaction after watching the interview, “Insightful and full of emotion, where a standing ovation was not only warranted, but mandatory. The crowd’s reaction truly showed how loved and respected Alex King was.”</p>\n<p>As I watched the interview, it was difficult not to cry. King passed away 10 days after it was recorded and even then, he had a sense of humor. King is survived by his wife Heather and his daughter Caitlin.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 22:21: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: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:94:\"WPTavern: Roots Team Releases wp-password-bcrypt Plugin to Improve WordPress Password Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51913\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/roots-team-releases-wp-password-bcrypt-plugin-to-improve-wordpress-password-security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5264:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/passwords.jpg\" rel=\"attachment wp-att-52033\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/passwords.jpg?resize=1024%2C436\" alt=\"photo credit: Linux password file - (license)\" class=\"size-full wp-image-52033\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/132889348@N07/20538585283\">Linux password file</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>This week the <a href=\"https://roots.io/\" target=\"_blank\">Roots</a> development team released <a href=\"https://github.com/roots/wp-password-bcrypt\" target=\"_blank\">wp-password-bcrypt</a>, a plugin that uses <a href=\"https://en.wikipedia.org/wiki/Bcrypt\" target=\"_blank\">bcrypt</a> instead of <a href=\"https://en.wikipedia.org/wiki/MD5\" target=\"_blank\">MD5</a> password hashing. MD5’s known and exploited weaknesses have rendered it “cryptographically broken and unsuitable for further use,” according to the CMU Software Engineering Institute.</p>\n<p>In a <a href=\"https://roots.io/improving-wordpress-password-security/\" target=\"_blank\">post</a> announcing the plugin, Scott Walkinshaw explained why WordPress’ default MD5 hashing function + salting is insecure:</p>\n<blockquote><p>MD5 is considered “broken” due to its collision vulnerability, but it’s broken more fundamentally for passwords: it’s too cheap and fast to calculate a hash.</p></blockquote>\n<p><a href=\"https://en.wikipedia.org/wiki/Bcrypt\" target=\"_blank\">bcrypt</a>, on the other hand, is much slower than MD5, making it more expensive to calculate. This stronger method of password hashing is built into PHP 5.5, but WordPress maintains 5.2.4 as its minimum required version. This precludes WordPress from using the newer password_hash function.</p>\n<p>Walkinshaw cites a four year old <a href=\"https://core.trac.wordpress.org/ticket/21022\" target=\"_blank\">ticket</a> which proposes a way for WordPress to allow plugin developers to more easily change from the salted MD5 method of hashing to the more secure bcrypt. James McKay left a sobering <a href=\"https://core.trac.wordpress.org/ticket/21022#comment:8\" target=\"_blank\">comment</a> on that ticket, advocating that WordPress core move to make bcrypt the default for environments that support it:</p>\n<blockquote><p>bcrypt needs to be made the default, out of the box option on all systems that support it. The idea that WordPress admins should have to go hunting for a plugin or tweak configuration options to do this scares me, simply because most of them won’t unless (a) they are well versed in web security, (b) they know that WordPress uses a weak alternative by default, and (c) they consider it to be an issue worth worrying about.</p>\n<p>People often underestimate the seriousness of MD5 and the SHA-* algorithms being “less secure.” They aren’t just less secure: thanks to developments in password cracking in the past few years using GPU- and FPGA- based software, they are <a href=\"https://codahale.com/how-to-safely-store-a-password/\" target=\"_blank\">totally useless</a>. Programs such as oclHashCat even have an option specifically to crack passwords in WordPress databases — and the rate at which they can do so is terrifying. If you’re not making a strong password hashing algorithm the default, out of the box option, you’re exposing your users to unacceptable and unnecessary risk.</p></blockquote>\n<p>Unfortunately, action on the ticket has been held up due to a UX issue. Discussion on the ticket continues, but contributors have not yet settled on a path for improvement.</p>\n<p>“So what is holding up the switch?” Walkinshaw said. “Bureaucracy and the unwillingness to make it happen. The consensus of the ticket is that it’s actually a UX problem. At this point, there is no technical reason why this can’t be done.”</p>\n<p>In the meantime, if you want to implement secure bcrypt hashed passwords, you can use the <a href=\"https://github.com/roots/wp-password-bcrypt\" target=\"_blank\">wp-password-bcrypt</a> plugin from the Roots team. It will protect against database compromises. If your WP database fell into the wrong hands, attackers would have a much more difficult time attempting to brute force a bcrypted password versus a MD5-based password.</p>\n<p>The plugin re-hashes user passwords with bcrypt when users log in. If a user never logs in, the password remains hashed with MD5. It can also be uninstalled without negative consequences. There are no settings – it simply works in the background.</p>\n<p>“We’ve purposely tried to keep the plugin as simple as possible so there are no surprises,” Walkinshaw said. “Obviously we recommend people test out the plugin first, and hopefully put it on a staging site first.”</p>\n<p>The plugin can be installed by automatically autoloading it with Composer or by manually copying wp-password-bcrypt.php into your mu-plugins folder. It will also soon be added to Roots’ <a href=\"https://roots.io/bedrock/\" target=\"_blank\">Bedrock</a> project boilerplate to provide a more secure default.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 21:37: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: WordPress Meetup Groups in Belfast and Dublin are Planning WordCamps for 2016 and 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:28:\"http://wptavern.com/?p=51824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/wordpress-meetup-groups-in-belfast-and-dublin-are-planning-wordcamps-for-2016-and-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:4919:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/wordcamp-belfast.jpg\" rel=\"attachment wp-att-52003\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/wordcamp-belfast.jpg?resize=712%2C291\" alt=\"wordcamp-belfast\" class=\"aligncenter size-full wp-image-52003\" /></a></p>\n<p>The inaugural <a href=\"https://twitter.com/WCBelfast\" target=\"_blank\">WordCamp Belfast</a> and <a href=\"https://twitter.com/WordCampDublin\" target=\"_blank\">WordCamp Dublin</a> are now in the early stages of planning. Members of the WordPress Northern Ireland meetup group are collaborating with the Dublin meetup to organize an event in Belfast in September 2016 and one in Dublin in April 2017. The dates have not yet been set in stone but organizers are looking at venues and are gathering all the details and costs to begin work on a budget.</p>\n<p>“Ever since first setting up the WordPress Meetup group in January 2014, a WordCamp was always something that we wanted to see – when the time was right,” organizer Mark Smallman said. “Having had the meetup group running successfully for two years, and having been in communication with the Dublin group, we decided the time was right to explore the possibility of running a WordCamp.”</p>\n<p>John Walsh, co-organizer of the Dublin WordPress Meetup Group, has applied to be the lead organizer of WordCamp Dublin 2017.</p>\n<p>“The goal is to combine our resources and work together to achieve the common goal of bringing WordCamp to Dublin and to Belfast on an annual basis,” Walsh said. “Separately, we have a certain capability but by working together we can accomplish a lot more.”</p>\n<p>Since neither of the two groups has previously hosted or planned a WordCamp, Smallman said that it’s a steep learning curve for all of them.</p>\n<p>“It helps to have as many and as varied a range of skills as possible on-board to help us get to the summit,” Smallman said. “We hope that once we have #WCBelfast in full swing, some of the same organizing team members can either offer assistance to WordCamp Dublin or take on roles directly within their organizing team. This should help both WordCamps in terms of planning for the future.”</p>\n<p>Smallman said that if both WordCamps are a success, the teams will look at the possibility of alternating between Belfast and Dublin in future years.</p>\n<p>“Having a team that is spread over the two areas will also help to widen the net of possible speakers, sponsors and attendees for both WordCamps, hopefully helping to make both a success,” he said. “And who knows, possibly both will become regular events on the WordCamp calendar.”</p>\n<h3>The Wapuu of the North: Growing the Community Spirit in Belfast</h3>\n<p>Smallman and the organizing team hope the two WordCamps will help to validate and grow the unique WordPress communities on both sides of the border.</p>\n<p>“Belfast and Northern Ireland have a wide range of very skilled people in the I.T. sector,” he said. “But up until recently it was lacking when it comes to community spirit within the sector. Slowly, we have seen groups within the area grow and now we have thriving Blogging and PHP groups as well as many others.”</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/belfast_wapuu.jpg\" rel=\"attachment wp-att-52005\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/belfast_wapuu.jpg?resize=300%2C300\" alt=\"belfast_wapuu\" class=\"alignright size-medium wp-image-52005\" /></a>As an expression of community spirit, the Belfast organizing team has already created a wapuu mascot for the event.</p>\n<p>“The Wapuu of the North was generously created by Peter of <a href=\"http://1440design.com/wordpress/branding-wordcamp-belfast/\" target=\"_blank\">1440 Design</a> in Belfast,” Smallman said. “Peter works along side <a href=\"https://twitter.com/se_nelson\" target=\"_blank\">Sam Nelson</a> who is on our organizing team. Sam also created our #WCBelfast badge.</p>\n<p>“We chatted and bounced a few ideas around for a theme for the WordCamp,” he said. “Game of Thrones was a very obvious choice, and one that none of us could think of a better fit. Northern Ireland has no fewer than a dozen filming locations for the show. We all thought that we could not choose anyone better than the Wapuu of the North to deliver the message that the White Walkers (developers) were on their way!”</p>\n<p>Smallman said the team is excited about the venue they’ve selected for hosting Northern Ireland’s very first WordCamp.</p>\n<p>“With all being well, we really are planning something very special for our first WordCamp,” he said. “We cannot wait to get moving onto the next stage.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 10:00: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: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:87:\"WPTavern: BuddyPress 2.5.0 Released, Features Customizable Emails and Support for Emoji\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2990:\"<p>BuddyPress 2.5.0 “Medici” was <a href=\"https://buddypress.org/2016/03/buddypress-2-5-0/\" target=\"_blank\">released</a> today, named for <a href=\"http://www.medici57.com/\" target=\"_blank\">Medici on 57th</a>, a Chicago restaurant famous among BP contributors for its “Garbage Pizza.” The new <a href=\"https://codex.buddypress.org/emails/\" target=\"_blank\">BP Email API</a> is the highlight of the release. It allows users to edit BuddyPress emails in the admin and change their appearance in the customizer.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/bp-emails-feature.png\" rel=\"attachment wp-att-51979\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/bp-emails-feature.png?resize=1016%2C528\" alt=\"bp-emails-feature\" class=\"aligncenter size-full wp-image-51979\" /></a></p>\n<p>The placeholder text in curly braces, which is replaced with data in the emails, is called a “token.” All <a href=\"https://codex.buddypress.org/emails/email-tokens/\" target=\"_blank\">available email tokens</a> are listed in the codex. Since BP emails are simply a custom post type, plugin developers can easily hook into BuddyPress’ email system and <a href=\"https://codex.buddypress.org/emails/custom-emails/\" target=\"_blank\">create new emails</a> that will be triggered by a specified action.</p>\n<p>This release also introduces long-awaited support for emoji, which can now be used in activity updates, messages, and group descriptions.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/bp-emoji.png\" rel=\"attachment wp-att-51988\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/bp-emoji.png?resize=844%2C387\" alt=\"bp-emoji\" class=\"aligncenter size-full wp-image-51988\" /></a></p>\n<p>Other highlights of BuddyPress 2.5 include:</p>\n<ul>\n<li><strong>Post Type Comments Tracking</strong> – Custom post types show in the activity stream and now, with the BuddyPress “Site Tracking” component enabled, replies to CPT-generated activity items will be synchronized with comments on the corresponding post.</li>\n<li><strong>Twenty Twelve Companion Stylesheet</strong> – BuddyPress now has basic styles that will make it fit in seamlessly when activated with the Twenty Twelve theme.</li>\n<li><strong>Autolink Settings for Profile Fields</strong> – BuddyPress profile fields can be autolinked to a search of the members directory using the field value as a search term. This release offers as new setting to enable or disable the autolinking on a per-field basis.</li>\n</ul>\n<p>34 volunteer contributors worked together to close 95 tickets for the <a href=\"https://buddypress.trac.wordpress.org/milestone/2.5\" target=\"_blank\">2.5 milestone</a>. For a full list of all the improvements and fixes, check out the <a href=\"https://buddypress.trac.wordpress.org/milestone/2.5\" target=\"_blank\">official 2.5.0 changelog</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 00:12: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: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:88:\"WPTavern: TGM Plugin Activation Library Contributors Work Toward Feature Plugin Proposal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51715\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/tgm-plugin-activation-library-contributors-work-toward-feature-plugin-proposal\";s: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:6907:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/paper.jpg\" rel=\"attachment wp-att-51974\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/paper.jpg?resize=960%2C516\" alt=\"photo credit: Startup Stock Photos\" class=\"size-full wp-image-51974\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/AL0V4Q84GP\">Startup Stock Photos</a>\n<p>The team behind the <a href=\"http://tgmpluginactivation.com/\" target=\"_blank\">TGM Plugin Activation Library</a> (TGMPA) is working to propose it as a feature plugin for WordPress. Last July contributors on the project <a href=\"https://make.wordpress.org/core/2015/07/10/feature-plugin-chat-on-july-14/#comment-26310\" target=\"_blank\">opened the discussion</a> on a post calling for feature plugins, and the upcoming 3.0 version is being developed with this path in mind.</p>\n<p>Developers use TGMPA to manage dependencies between plugins and themes, as an alternative to bundling a heap of plugin-type functionality into one extension. It walks users through the process of installing plugin dependencies that are required or recommended by the developer. The library is used by 6% of WordPress.org themes as well as a large number of commercial products hosted on CodeCanyon and Themeforest.</p>\n<p>TGMPA will require a substantial rewrite in order to make it ready for consideration as a feature plugin. It also needs to be multisite compatible, address a number of usability issues, and be trimmed of extra features to become leaner and more core friendly.</p>\n<p>The team behind the project has a <a href=\"https://docs.google.com/forms/d/1dGb8s2poPWbCGPBPLn5sDDxSulNRYit7vF_-rsk5V6M/viewform?c=0&w=1\" target=\"_blank\">survey</a> open to solicit opinions from the community regarding the implementation of these changes. A few sample considerations from the survey include:</p>\n<ul>\n<li>What method should the plugin use to supply dependency information to multisite independently of whether a theme or plugin is active?</li>\n<li>How should the plugin deal with themes and plugins which haven’t yet upgraded to the newer version of TGMPA?</li>\n<li>Should the plugin support plugin download sources other than wordpress.org?</li>\n</ul>\n<p>“To me it feels like we need more core team support for it to be properly considered for feature plugin status, so some lobbying behind the scenes is in order,” TGMPA lead developer <a href=\"https://twitter.com/jrf_nl\" target=\"_blank\">Juliette Reinders Folmer</a> told the Tavern. “The survey is also part of this as that will give us hard data to use in the discussions.”</p>\n<h3>The Future of TGMPA Is a More Modular Architecture</h3>\n<p>Folmer said that regardless of whether TGMPA is approved to become a feature plugin, future development will continue with core in mind.</p>\n<p>“Development for v3 will be a lot more modular,” Folmer said. “TGMPA currently is effectively one file with four classes. That makes it easy to include it in themes and plugins (one file), but not as easy to maintain. As v3 will contain some big changes, this seems like a good point in time to change the structure of TGMPA as well.”</p>\n<p>With a more modular approach in place, Folmer said that the team plans to split the package into a number of different repositories for development purposes. She has tentatively identified features that would be offered in the core module, and everything else would be supported via add-on modules, i.e.:</p>\n<ul>\n<li>support for bundled plugins</li>\n<li>support for non-wp.org download urls</li>\n<li>support for recommended plugins</li>\n</ul>\n<p>TGMPA would also introduce two wrappers – each would function as a layer that will load all the available modules:</p>\n<ul>\n<li>one for continued support for including TGMPA in plugins and themes</li>\n<li>one for TGMPA as a feature plugin</li>\n</ul>\n<p>“So no matter what will be decided concerning whether TGMPA will be allowed to become a feature plugin, support for the features of TGMPA as is (but better) will be continued,” Folmer said.</p>\n<p>“With the modular development, it won’t be as easy anymore to download ‘TGMPA’ from GitHub, as you’d need to download all the different modules (or use composer / use git submodules),” she said. “I envision the <a href=\"http://wptavern.com/tgm-plugin-activation-team-releases-custom-generator\" target=\"_blank\">Custom TGMPA Generator</a> to be the way forward for downloading TGMPA as a complete package in that respect.”</p>\n<h3>Can TGMPA Gain Enough Support from Core Developers to Become a Feature Plugin?</h3>\n<p>Folmer said that the WordPress core developers she has spoken with are divided on whether on whether its current approach makes it a good candidate for a feature plugin.</p>\n<p>During <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation/issues/447\" target=\"_blank\">preliminary discussions on GitHub</a>, WordPress core committer <a href=\"http://pento.net/\" target=\"_blank\">Gary Pendergast</a> expressed reservations about requiring too much user interaction during the process.</p>\n<p>“The primary goal of plugin dependencies should be that it’s invisible to the user,” Pendergast said. “If there’s ever a point where the user is asked to make a decision, then it’s not ready for core.</p>\n<p>“I’ve had a quick read through the TGMPA code,” he said. “I think it’s solving the problem it needed to solve (providing a drop-in library for themes and plugins), but I think we’d need to tie it much more tightly into core for it to be a feature plugin.”</p>\n<p>Folmer hopes to address user experience concerns with refinements to the plugin based on feedback from the survey, which will be open until the end of March.</p>\n<p>“So far, most responses have been from developers using TGMPA,” she said. “Even though the survey is quite technical, we would very much also like to hear from more end-users.”</p>\n<p>With the recent confusion over WordPress.org’s previously unwritten rule <a href=\"http://wptavern.com/the-wordpress-plugin-directory-will-no-longer-accept-frameworks\" target=\"_blank\">banning framework plugins from the official directory</a>, the challenge of managing inter-plugin dependencies is under the spotlight again. The TGM Plugin Activation library isn’t the only possible solution to this problem, but it does have a motivated contributor base that is willing to take up the challenge of solving this problem via a feature plugin. If you want to be part of shaping the roadmap for version 3, make sure to <a href=\"https://docs.google.com/forms/d/1dGb8s2poPWbCGPBPLn5sDDxSulNRYit7vF_-rsk5V6M/viewform?c=0&w=1\" target=\"_blank\">fill out the survey</a> before April 1.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Mar 2016 20:16: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: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:73:\"WPTavern: The WordPress Plugin Directory Will No Longer Accept Frameworks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/the-wordpress-plugin-directory-will-no-longer-accept-frameworks\";s: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:5925:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/sockets.jpg\" rel=\"attachment wp-att-51946\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/sockets.jpg?resize=960%2C476\" alt=\"photo credit: Jaroslaw Puszczyński\" class=\"size-full wp-image-51946\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/M07SV6AMBD\">Jaroslaw Puszczyński</a>\n<p>Today the WordPress plugin review team issued a reminder for what they said is a long-standing, unwritten rule: frameworks are not allowed in the official directory. In a post tiled “<a href=\"https://make.wordpress.org/plugins/2016/03/01/please-do-not-submit-frameworks/\" target=\"_blank\">Please do not submit frameworks</a>,” Mika Epstein outlined the reason behind the rule:</p>\n<blockquote><p>At this time, we are not accepting frameworks as we don’t feel frameworks, boilerplates, and libraries are appropriate for the Plugins Directory. We require that plugins be useful in and of themselves (even if only being a portal to an external service). And while there are many benefits to frameworks and libraries, without plugin dependency support in core or the directory, it becomes another level of hassle for users.</p></blockquote>\n<p>Until WordPress core adopts a way to support plugin dependencies, the plugin review team recommends that frameworks and libraries be packaged with each plugin in a way that doesn’t conflict with other plugins/frameworks/libraries.</p>\n<p>The issue was most recently addressed with the <a href=\"https://wordpress.org/plugins/cmb2/\" target=\"_blank\">CMB2</a> plugin, which Epstein said was <a href=\"https://make.wordpress.org/plugins/2016/02/25/re-thinking-tags-in-the-plugin-directory/#comment-42655\" target=\"_blank\">mistakenly approved months ago.</a> CMB2 is essentially a library that makes it easy for developers to build metaboxes, custom fields, and forms. It is exactly the kind of plugin that the previously unwritten rule is meant to block from being available in the official directory. Epstein further clarified the reasons why:</p>\n<blockquote><p>The issue is as follows: Having a framework as a plugin is a poor experience for the user. Not the developer. The user. The user understands “I have an add-on for WooCommerce, I probably need Woo.” They do not always understand “I have plugin Slider Joe. Why do I need Advanced Custom Fields?” In addition, by having a library as a plugin, the onus of version compatibility is now on the person least likely to understand it: the user.</p>\n<p>The plugin repository is not, currently, a library or framework repository. It’s not meant like the NPM package manager, or even Composer as a way to define what a plugin ‘needs’ in the same ways for a developer to build a project. The plugin repository is, plain and simple, meant for plugins that users will find useful. Plugins that add functionality to WordPress in a directly inter-actable way.\n</p></blockquote>\n<p>The confusion lies in the fact that this particular rule has been applied inconsistently for years and has many notable exceptions, including <a href=\"https://wordpress.org/plugins/redux-framework/\" target=\"_blank\">Redux Framework</a>, <a href=\"https://wordpress.org/plugins/cmb2/\" target=\"_blank\">CMB2</a>, and arguably plugins like <a href=\"https://wordpress.org/plugins/piklist/\" target=\"_blank\">Piklist</a>, <a href=\"https://wordpress.org/plugins/titan-framework/\" target=\"_blank\">Titan Framework</a>, <a href=\"https://wordpress.org/plugins/kirki/\" target=\"_blank\">Kirki</a>, <a href=\"https://wordpress.org/plugins/options-framework/\" target=\"_blank\">Options Framework</a>, and many more. These are the types of plugins that don’t really do anything out of the box but are meant for developers to use for building things.</p>\n<p>According to Epstein, a few of these plugins have been “grandfathered in” due to oversights in the plugin review process, but the rule stands for new submissions.</p>\n<p>“CMB2 and Redux Framework are grandfathered in,” she <a href=\"https://make.wordpress.org/plugins/2016/02/25/re-thinking-tags-in-the-plugin-directory/#comment-42655\" target=\"_blank\">said</a>. “We don’t let any more in, since a lot of plugins include them inside AS plugins. It’s a mess. Also CMB2 shouldn’t have been approved, which is a different mess altogether. Frameworks are not supposed to be in the repo at this time. Period.”</p>\n<p>Another commenter on the most recent post, who recently had his <a href=\"https://wordpress.org/plugins/advanced-term-fields/\" target=\"_blank\">Advanced Term Fields</a> plugin approved, asked, <strong>“Are you saying the best way to handle this scenario is to include the parent framework in each child plugin, as opposed to alerting the user that ‘This plugin requires XXX plugin in order to function properly?\'”</strong></p>\n<p>Epstein confirmed that this is in fact what the team is suggesting:</p>\n<blockquote><p>Currently, yes. That would have been the best way. Since your plugin is approved, though, it’s unfair of us to yank the rug out from under you. While you don’t have a great many users, we recognize when the gaff is us.</p></blockquote>\n<p>The plugin review team has a difficult job and is working with limited volunteer resources. However, the inconsistent application of unwritten rules has led to what appears to be an arbitrary set of guidelines. One thing that would make life easier for both reviewers and plugin developers is if WordPress core adopted a way to manage inter-plugin dependencies. <a href=\"http://tgmpluginactivation.com/\" target=\"_blank\">The TGM Plugin Activation</a> team is <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation/issues/447\" target=\"_blank\">working on a proposal for a feature plugin</a>, which we’ll examine in depth in an upcoming post.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Mar 2016 00:49: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: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:92:\"WPTavern: Poetica Acquired by Condé Nast, Open Source WordPress Plugin Will Be Discontinued\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/poetica-acquired-by-conde-nast-open-source-wordpress-plugin-will-be-discontinued\";s: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:3293:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/poetica.png\" rel=\"attachment wp-att-51905\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/poetica.png?resize=1025%2C520\" alt=\"poetica\" class=\"aligncenter size-full wp-image-51905\" /></a></p>\n<p>Poetica <a href=\"https://blog.poetica.com/2016/03/01/our-next-chapter/\" target=\"_blank\">announced</a> today that its team and technology have been acquired by Condé Nast. The technology provided realtime “Google-docs style collaboration” in the WordPress post editor as well as a non-WordPress editor available via the public <a href=\"https://poetica.com/\" target=\"_blank\">Poetica.com</a> service. As of June 1, 2016, the service will be shut down.</p>\n<p>The Poetica team will continue to develop the technology as part of <a href=\"http://learn.copilot.conde.io/\" target=\"_blank\">Copilot</a>, Condé Nast’s proprietary publishing platform.</p>\n<p>According to CTO and co-founder Blaine Cook, <a href=\"https://twitter.com/blaine/status/704738953321013253\" target=\"_blank\">development on the open source plugin will be discontinued</a>, as the plugin is dependent on the Poetica service. Those who have been using the plugin will have no choice but to find an alternative.</p>\n<p>WordPress isn’t well-equipped for content collaboration. In fact, thanks to its fancy <a href=\"https://codex.wordpress.org/Post_Locking\" target=\"_blank\">post locking</a> feature, WordPress is streamlined to enable the opposite of a collaborative editorial workflow. It’s designed for one user to work on a post while locking all other users out.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/09/post-locking.png\" rel=\"attachment wp-att-9350\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/09/post-locking.png?resize=715%2C231\" alt=\"post-locking\" class=\"aligncenter size-full wp-image-9350\" /></a></p>\n<p>Additionally, after a post is published, no further collaboration can be made, as the only way to make edits is to push changes immediately to the live copy.</p>\n<p>Poetica was one of the few tools that provided a way for editorial teams to write together, allowing multiple WordPress users to view and edit content at the same time. The plugin tracked changes and allowed users to make suggested edits that could be accepted or rejected.</p>\n<p>Although Poetica provided a much-needed collaboration tool for WordPress, its founders said they were unable to create a profitable business model around the software:</p>\n<blockquote><p>Up until now, though, we’ve been a small five-person team. We’ve tackled the dual problems of creating a humane, intuitive, and collaborative way to interact with text, on any device and any content platform; and the parallel challenge of creating a viable business model. Unfortunately, these goals were often at odds with each-other, competing for our limited time and attention.</p></blockquote>\n<p>After Poetica.com is shut down, it will destroy any drafts and user data from the site, as Condé Nast has only acquired the software and not the user data. Users will soon be notified via email about how to download a full archive of their drafts ahead of the June 1st shutdown.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Mar 2016 19:38:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: aXe: An Open Source JavaScript Library for Automating Accessibility Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51876\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/axe-an-open-source-javascript-library-for-automating-accessibility-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4883:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/axe-logo.jpg\" rel=\"attachment wp-att-51880\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/axe-logo.jpg?resize=780%2C366\" alt=\"axe-logo\" class=\"aligncenter size-full wp-image-51880\" /></a></p>\n<p>In June 2015 <a href=\"http://www.deque.com/\" target=\"_blank\">Deque</a>, an accessibility consultancy, open sourced <a href=\"https://github.com/dequelabs/axe-core\" target=\"_blank\">aXe</a>, its accessibility rules engine for automated web UI testing. aXe is a compact JavaScript library (~100 KB) that executes automated accessibility tests inside your testing framework or browser. Deque outlined a number of advantages that the aXe library has over previous approaches to automated testing of HTML-based user interfaces:</p>\n<ul>\n<li>It works on all modern browsers</li>\n<li>It supports in-memory fixtures, static fixtures, integration tests and iframes of infinite depth</li>\n<li>It has zero false positives (bugs notwithstanding)</li>\n<li>It is open source</li>\n<li>It is actively supported by a major accessibility vendor</li>\n<li>It is designed to work with whatever tools, frameworks, libraries and environments you have today</li>\n<li>It is designed to be integrated into your existing functional/acceptance automated tests</li>\n<li>It automatically determines which rules to run based on the evaluation context</li>\n<li>It is highly configurable</li>\n</ul>\n<p>aXe integrates with Karma, QUnit, Jasmine, Mocha, PhantomJS, and many others – basically any testing framework that supports JavaScript execution.</p>\n<h3>aXe Extension Adds Accessibility Testing to Chrome Developer Tools</h3>\n<p>If you’re not using automated testing tools in your projects, the Chrome developer tools extension is the easiest gateway to performing accessibility tests directly in the browser as you’re viewing or building a website or application.</p>\n<p>aXe is available as a <a href=\"https://chrome.google.com/webstore/detail/axe/lhdoppojpmngadmnindnejefpokejbdd\" target=\"_blank\">free extension from the Chrome web store</a>. (Alternatively, it’s also available as an <a href=\"https://addons.mozilla.org/en-us/firefox/addon/axe-devtools/?src=search&utm_campaign=aXe%20The%20Accessibility%20Engine&utm_content=aXe%20for%20Firefox&utm_medium=Hyperlink&utm_source=Website\" target=\"_blank\">add-on for Firefox</a>.) Once you click “Add to Chrome,” aXe will be available under its own tab in Chrome DevTools panel. It automatically ferrets out accessibility defects and offers details for each violation.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/axe-on-wordpressorg.png\" rel=\"attachment wp-att-51879\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/axe-on-wordpressorg.png?resize=1025%2C583\" alt=\"axe-on-wordpressorg\" class=\"aligncenter size-full wp-image-51879\" /></a></p>\n<p>The creators of aXe were invited to contribute the open source library to the <a href=\"http://www.w3.org/WAI/ER/2015/draft-charter-3\" target=\"_blank\">W3C WAI Evaluation and Repair Tools Working Group</a>, as the group works to develop a normative set of rules for evaluating <a href=\"https://www.w3.org/TR/WCAG20/\" target=\"_blank\">WCAG 2.0</a> conformance.</p>\n<p>If you’re working on improving WordPress’ accessibility, the aXe extension can even help perform some of the <a href=\"https://make.wordpress.org/accessibility/handbook/testing/how-to-test-for-accessibility/\" target=\"_blank\">tests recommended by the Accessibility team</a>. You can log issues by <a href=\"https://make.wordpress.org/core/handbook/reporting-bugs/\" target=\"_blank\">creating a ticket on WordPress Trac</a> or testing patches for existing tickets.</p>\n<p>In 2014 the Accessibility team <a href=\"https://make.wordpress.org/accessibility/2014/05/02/automated-accessibility-testing/\" target=\"_blank\">discussed adding automated accessibility testing to WordPress</a>, with Quail.js as one of the frontrunners. The team is just now <a href=\"http://wptavern.com/your-chance-to-give-feedback-on-wordpress-accessibility-coding-standards\" target=\"_blank\">adding accessibility code standards to the WordPress core handbook</a>. The next step would be firming up a list of requirements for an automated testing tool. aXe might be a new possibility to consider, as it is open source and focused on helping websites meet WCAG 2.0 requirements.</p>\n<p>Deque’s mission with aXe is to bring equality to the digital world. They are working to make automated accessibility testing more mainstream with professional web developers. If accessibility is a priority for your work, <a href=\"https://github.com/dequelabs/axe-core\" target=\"_blank\">aXe</a> is a lightweight library you may want to consider for automated testing on own projects.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Mar 2016 01:11:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Stripe Payment Gateway for WooCommerce Is Now Available for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51757\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/stripe-payment-gateway-for-woocommerce-is-now-available-for-free\";s: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:2694:\"<p>Last week WooCommerce announced on Twitter that its <a href=\"https://www.woothemes.com/products/stripe/\" target=\"_blank\">Stripe payment gateway</a> is now a free product. Prior to this decision, it was priced at $79 for a single license, $99 for up to five sites, and $199 for up to 25 sites.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Exciting product announcement from <a href=\"https://twitter.com/stripe\">@stripe</a> (which is also now free for WooCommerce, woo!) <a href=\"https://t.co/kQet52WMbn\">https://t.co/kQet52WMbn</a> <a href=\"https://t.co/PzCRoyrgWG\">pic.twitter.com/PzCRoyrgWG</a></p>\n<p>— WooCommerce (@WooCommerce) <a href=\"https://twitter.com/WooCommerce/status/702809439271821312\">February 25, 2016</a></p></blockquote>\n<p></p>\n<p>The news coincides with the debut of Stripe’s new <a href=\"https://stripe.com/atlas\" target=\"_blank\">Atlas</a> product, which allows foreign companies to incorporate as a U.S. company in Delaware, set up a U.S. bank account, and accept payments with Stripe. Atlas was created to help entrepreneurs start global businesses no matter where they are located in the world.</p>\n<p>Automattic had a similar aim of lowering the barrier to entry for WooCommerce when it made the Stripe payment gateway available for free.</p>\n<p>“Receiving payments is integral to running an online store,” WooCommerce Product Team Lead Matty Cohen said. “Publishing the WooCommerce Stripe integration for free is one way we are helping merchants to get their stores set up quicker, and to easily receive credit card payments through their stores.</p>\n<p>“One of our focuses is to lower the barrier to entry and to assist WooCommerce stores in becoming successful,” Cohen said. “We are excited to be partners in making payment processing globally available for WooCommerce merchants.”</p>\n<p>Over the past two years, Stripe has been working to expand its services beyond the handful of countries it initially supported in the US and Europe. Although Stripe is increasingly popular, it cannot yet be considered a global option for accepting payments. It’s currently in <a href=\"https://support.stripe.com/questions/what-countries-does-stripe-support\" target=\"_blank\">private beta</a> for businesses in Brazil, Mexico, Portugal, Singapore, and Switzerland.</p>\n<p>Products like Atlas, in combination with the free gateway available from WooCommerce, should serve to bring Stripe availability to more locations around the world. WooCommerce representatives would not comment on whether Automattic is planning on offering more payment gateweys for free.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Feb 2016 19:27:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:98:\"WPTavern: Mandrill to Discontinue Free Tier for Transactional Emails, Developers Seek Alternatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/mandrill-to-discontinue-free-tier-for-transactional-emails-developers-seek-alternatives\";s: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:3123:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/paper-plane.jpg\" rel=\"attachment wp-att-51834\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/paper-plane.jpg?resize=1024%2C444\" alt=\"photo credit: Paper Plane - (license)\" class=\"size-full wp-image-51834\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/8176740@N05/5703519506\">Paper Plane</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>This week Mandrill announced that it will be <a href=\"http://blog.mailchimp.com/important-changes-to-mandrill/\" target=\"_blank\">discontinuing its free tier for transactional emails</a>. As of March 16th, new Mandrill users will create their accounts through MailChimp and existing users will be required to merge their accounts with a MailChimp account where they will be charged <a href=\"http://blog.mandrill.com/important-changes-to-mandrill.html\" target=\"_blank\">$20+/mo</a> for transactional emails. The deadline for merging accounts is April 27th.</p>\n<p>MailChimp is choosing to focus on delivering “personalized transactional” emails that require more design. For those who want to continue delivering utility type emails, the company recommends <a href=\"https://aws.amazon.com/ses/\" target=\"_blank\">Amazon SES</a>:</p>\n<blockquote><p>Transactional emails, like password reminders and the myriad email notifications you get after making changes to online accounts, are dead simple. Utilitarian providers like Amazon SES excel at this. Their innovation is mostly focused on increasing efficiency and reducing costs.</p></blockquote>\n<p>Many WordPress developers depend on Mandrill for sending wp_mail() emails in order to ensure delivery and take this load off the server. After MailChimp’s announcement, many are scrambling to find an alternative.</p>\n<p>Amazon SES allows users to send 62,000 messages per month to any recipient, as long as you call it from an Amazon EC2 instance. If you already have one set up, this is one of the best options.</p>\n<p><a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> created an open source <a href=\"https://github.com/humanmade/aws-ses-wp-mail\" target=\"_blank\">plugin</a> that makes it easy to change to Amazon SES. Setting it up is as simple as adding a few constants to your wp-config.php file and then verifying your sending domain for SES.</p>\n<p>Of course, Amazon SES isn’t the only option. Remkus de Vries wrote a post on <a href=\"https://remkusdevries.com/transactional-email-alternatives-for-mandrillapp/\" target=\"_blank\">transactional email alternatives to Mandrill</a>, which includes <a href=\"https://www.mailgun.com/\" target=\"_blank\">MailGun</a> (10,000 emails free every month), <a href=\"https://sendgrid.com/\" target=\"_blank\">SendGrid</a> (up to 12,000 emails free per month), <a href=\"https://www.sendinblue.com/\" target=\"_blank\">SendIn Blue</a> (up to 9,000 emails/month, 300 emails/day free), and several others. Many of these email services also have corresponding plugins available in the WordPress Plugin Directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 21:15: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: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:73:\"WPTavern: Austin WordPress Meetup to Host Charity Hackathon April 8, 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/austin-wordpress-meetup-to-host-charity-hackathon-april-8-2016\";s: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:4645:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/collaboration.jpg\" rel=\"attachment wp-att-51819\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/collaboration.jpg?resize=960%2C479\" alt=\"photo credit: Startup Stock Photos\" class=\"size-full wp-image-51819\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/69TMH4ITIE\">Startup Stock Photos</a>\n<p>After leading the do_action( ‘wordpress-charity-hackathon’ ); event in <a href=\"http://wptavern.com/wordpress-cape-town-to-host-charity-hackathon-in-august\" target=\"_blank\">2014</a> and <a href=\"http://wptavern.com/wordpress-cape-town-to-host-2nd-annual-charity-hackathon-in-june\" target=\"_blank\">2015</a> in Cape Town, South Africa, Hugh Lashbrooke is bringing the event to Texas with the help of Austin local David Cole. The Austin WordPress Meetup Group will be <a href=\"http://www.meetup.com/austinwordpress/events/228432694/\" target=\"_blank\">hosting the hackathon on April 8th</a>, which will coincide with <a href=\"https://wooconf.com/\" target=\"_blank\">WooConf</a>.</p>\n<p>Participants will spend the day building new WordPress-powered websites for 10 local non-profit organizations. At the end of the day, the following charities will have a new (or revamped) online presence with free hosting:</p>\n<ul>\n<li>North Austin Community Media (aka KXPE-LP)</li>\n<li>The Blood Center of Central Texas</li>\n<li>Refugee Services of Texas</li>\n<li>PelotonU</li>\n<li>Circle of Health International</li>\n<li>Black Fret</li>\n<li>AIDS Services of Austin</li>\n<li>Texas PACE Authority</li>\n<li>Day With Daddy</li>\n<li>Austin Kids First</li>\n</ul>\n<p>“What we’re looking for are 5-6 people to sign up for each build team and with 10 build teams that means we’re looking for 50-60 people to get involved and help to give back to the non-profits in the Austin area,” Lashbrooke said. “It’s important to note that the build teams are not just developers – we’re looking for project managers, social media managers, designers and content creators as well as developers.”</p>\n<p>The hackathon will be held at the tail end of WooConf and Lashbrooke said he hopes to attract a few WooConf attendees.</p>\n<p>“We’re going to make a more direct push to get WooConf attendees to be a part of the event, but right now the sign-up form is open to absolutely anyone,” he said.</p>\n<p>As part of the WordPress Community team’s new initiative to <a href=\"https://make.wordpress.org/community/2016/01/25/full-day-events/\" target=\"_blank\">standardize certain specialized full day events</a>, the do_action charity hackathon is now fully backed by the WordPress Foundation.</p>\n<p>“The Foundation will be on hand to offer support (logistically and financially) where necessary, just like with regular meetup events,” Lashbrooke said. “I will also be putting together documentation on how we organize this kind of event, which will be published on WordPress.org so that other communities can replicate the event type in their area.”</p>\n<p>When looking for non-profits to include, Lashbrooke said they don’t only look for organizations without websites. They also look for those that need their online presence improved or otherwise entirely rebuilt.</p>\n<p>“That may mean their website works fine, but it doesn’t really cater to their needs (accepting donations, selling goods, encouraging volunteers, etc.), so then on the day we can refresh things for them and make it all work in the way that they need it to,” he said.</p>\n<p>Last year the Cape Town participants helped create websites for the <a href=\"http://www.adultswithautism.org.za/\" target=\"_blank\">Academy for Adults with Autism</a>, <a href=\"http://www.carecareers.co.za/\" target=\"_blank\">Care Career Connection</a>, the <a href=\"http://www.psoriasis.org.za/\" target=\"_blank\">South African Psoriasis Association</a>, and several others.</p>\n<p>“It really does feel great – the non-profit representatives are there on the day as well, and seeing their reaction to the results of the hard work from their teams is always hugely satisfying,” Lashbrooke said. “Ultimately, what we’re doing is empowering non-profits to get on with the work that they do best without their online presence being a hinderance to their work.”</p>\n<p>If you live in Austin or will be attending WooConf and want to be part of the hackathon, you can sign up via the <a href=\"http://goo.gl/forms/2hjEXfSH0q\" target=\"_blank\">volunteer form</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 18:16:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: The WordPress Plugin Directory Is Getting a Makeover\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/the-wordpress-plugin-directory-is-getting-a-makeover\";s: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:2720:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hammer-nails.jpg\" rel=\"attachment wp-att-51795\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hammer-nails.jpg?resize=960%2C419\" alt=\"photo credit: Patryk Dziejma\" class=\"size-full wp-image-51795\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/POQ7B631M3\">Patryk Dziejma</a>\n<p>In February 2015, the <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" target=\"_blank\">WordPress Theme Directory launched a new design</a>. Konstantin Obenland worked with Samuel “Otto” Wood and the <a href=\"https://make.wordpress.org/meta/\" target=\"_blank\">WordPress meta team</a> to update the design and move the directory off of bbPress. Today Obenland <a href=\"https://make.wordpress.org/meta/2016/02/25/plugin-directory-v3/\" target=\"_blank\">announced</a> that the <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">Plugin Directory</a> will be getting a similar treatment.</p>\n<p>Version 3 of the Plugin Directory will focus heavily on improving the search interface, including prioritizing translated plugins for international users. Another major goal of the redesign is to streamline the plugin submission and review process. The new directory will be powered by WordPress, instead of bbPress, which will make it easier for plugin developers and reviewers to manage plugins, tags/categories, and committers.</p>\n<p>According to the <a href=\"https://make.wordpress.org/meta/plugin-directory-version-3/\" target=\"_blank\">project overview</a>, plugins will be saved in a custom post type, offering reviewers a more efficient workflow that makes use of post statuses with capability controlled permissions. This will also make it possible to run automated checks on plugins, which should reduce the number of <a href=\"https://make.wordpress.org/plugins/2016/02/03/plugin-review-inconsistencies/#comment-42561\" target=\"_blank\">inconsistencies in the review process</a>.</p>\n<p>The meta team plans to hit milestones every two weeks in order to ship version 3 by June 26, 2016. Obenland is aiming for getting a minimal viable product off the ground by March 1st, which would includes the plugin CPT, readme.txt parsing, and a basic display on the frontend. A full overview of the project and the tickets that will need to be addressed is available on the <a href=\"https://make.wordpress.org/meta/plugin-directory-version-3/\" target=\"_blank\">make.wordpress.org/meta P2</a>. New contributors are welcome to jump in on <a href=\"https://meta.trac.wordpress.org/query?status=!closed&component=Plugin+Directory\" target=\"_blank\">Meta Trac</a> and in the #meta Slack channel.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Feb 2016 22:41: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: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:68:\"WPTavern: WordPress 4.5 to Introduce Native Support for a Theme Logo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51767\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/wordpress-4-5-to-introduce-native-support-for-a-theme-logo\";s: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:4944:\"<p>In October 2014, <a href=\"http://wptavern.com/jetpack-3-2-released-introduces-new-site-logo-feature-for-theme-developers\" target=\"_blank\">Jetpack 3.2 introduced a new site logo feature</a> for theme developers. As Jetpack is widely used, it provided a way for theme developers to easily build in logo support, thereby increasing data portability across themes.</p>\n<p>After discussion in yesterday’s core development meeting, <a href=\"https://make.wordpress.org/core/2016/02/24/theme-logo-support/\" target=\"_blank\">WordPress 4.5 is now set to introduce theme support for a site logo</a> using code that was ported over from Jetpack’s implementation. Themes will be able to declare support via: <code>add_theme_support( \'site-logo\', size )</code>, which will add the site logo upload to the customizer.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/site-logo.png\" rel=\"attachment wp-att-51779\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/site-logo.png?resize=1025%2C748\" alt=\"Image credit: Ryan Boren\" class=\"size-full wp-image-51779\" /></a>Image credit: <a href=\"https://make.wordpress.org/flow/2016/02/19/customize-site-logo-and-icon-33755-5-diff-iphone-6/\">Ryan Boren</a>\n<p>According to release lead Mike Schroder, WordPress 4.5 will ship with a new version of <a href=\"https://wordpress.org/themes/twentysixteen/\" target=\"_blank\">Twenty Sixteen</a> that will support a site logo as an example implementation for theme developers.</p>\n<h3>Adding a Site Logo was Not Intuitive for Users During Testing</h3>\n<p>In the corresponding <a href=\"https://core.trac.wordpress.org/ticket/33755\" target=\"_blank\">ticket</a>, a few WordPress contributors were concerned about users experiencing confusion between the “Site Icon” and “Site Logo” features. Tammie Lister conducted <a href=\"https://make.wordpress.org/flow/2016/02/20/site-logo-and-icon-user-testing/\" target=\"_blank\">two users tests</a>, which she posted on the make.wordpress.org/flow blog.</p>\n<p>The first user landed on Appearance > Header and said, “I’m not really sure if this is the logo where I should be adding this.” She goes back to the admin, returns again to the header setting, and then finally lands on the customizer. She mistakenly added a site icon thinking it was the logo. Eventually, she found the correct setting and added the logo.</p>\n<p>The second tester first landed on the Tools menu and then navigated to Appearance, got lost in the theme browser, and then landed on Customize. She thought she was on the wrong screen and went back. She navigated to Settings, Users, and several other screens in the process of trying to find the right place to upload the logo. Eventually she found it with the explicit instructions included in the testing round for those who are having trouble.</p>\n<p>Both test users struggled to find this feature. Based on these tests, it does not appear that adding a site logo is very intuitive for users who are not working in WordPress every day. Watching the test users struggle through the admin in search of this setting is rather painful.</p>\n<p>“Discoverability of the feature isn’t great,” Lister <a href=\"https://core.trac.wordpress.org/ticket/33755#comment:77\" target=\"_blank\">reported</a> when summarizing the results of her testing. “Perhaps this is ok as a theme feature. Perhaps we need to ensure publicity of this feature and documentation. Once people find it and use it the actual process makes sense.”</p>\n<p>Two Jetpack support personnel joined the conversation to report that the site logo feature has been well tested while used in the plugin and that they receive very few questions about it.</p>\n<p>“I can’t recall a single case where a user was confused about how to use the Site Logo, nor a single instance where a user confused it with the Site Icon,” Kathryn Presner said.</p>\n<p>Several contributors involved in the conversation commented that the feature seemed rushed. Given that nearly every modern website has a logo, this feature is one that is likely to be widely used with theme support. Theme authors will be the ones to add support for a site logo and field questions about how to use it. Based on the user tests, however, a brand new WordPress user with a vanilla site running Twenty Sixteen may be in for a bit of a hunt when trying to upload a logo.</p>\n<p>Schroder pulled the trigger yesterday to include the feature in the upcoming release and it is now available in the first beta <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\" target=\"_blank\">released last night</a>. If you want to help test, the easiest way is to use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin and select “bleeding edge nightlies.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Feb 2016 18:11: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: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:93:\"WPTavern: Automattic Adds AMP Support to WordPress.com, Releases Plugin for Self-Hosted 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:28:\"http://wptavern.com/?p=51722\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/automattic-adds-amp-support-to-wordpress-com-releases-plugin-for-self-hosted-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:6300:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/amp-wpcom-screenshots2.png\" rel=\"attachment wp-att-51747\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/amp-wpcom-screenshots2.png?resize=1025%2C372\" alt=\"amp-wpcom-screenshots2\" class=\"aligncenter size-full wp-image-51747\" /></a></p>\n<p>Today WordPress.com <a href=\"https://en.blog.wordpress.com/2016/02/24/amp-for-wordpress-dot-com/\" target=\"_blank\">announced</a> support for <a href=\"https://www.ampproject.org/\" target=\"_blank\">Accelerated Mobile Pages</a> (AMP), Google’s open source project to improve the experience of the mobile web for publishers. When visitors arrive to a WordPress.com site via a mobile search, posts will load faster than ever before.</p>\n<p>Each post is dynamically generated according to the AMP spec, with /amp/ added to the end of the URL for the mobile version. They’re also cached in Google’s cloud infrastructure to reduce loading time. The performance gains are staggering. In early tests, Pinterest’s engineering team found that <strong>“<a href=\"https://engineering.pinterest.com/blog/building-faster-mobile-web-experience-amp\" target=\"_blank\">AMP pages load four times faster and use eight times less data than traditional mobile-optimized pages</a>.”</strong></p>\n<p>What makes AMP pages load so quickly? Google has a <a href=\"https://www.ampproject.org/docs/get_started/technical_overview.html\" target=\"_blank\">strict set of optimizations</a> that are employed to improve mobile loading:</p>\n<ul>\n<li>Allow only asynchronous scripts</li>\n<li>Size all resources statically</li>\n<li>Don’t let extension mechanisms block rendering</li>\n<li>Keep all third-party JavaScript out of the critical path</li>\n<li>All CSS must be inline and size-bound</li>\n<li>Font triggering must be efficient</li>\n<li>Minimize style recalculations</li>\n<li>Only run GPU-accelerated animations</li>\n<li>Prioritize resource loading</li>\n<li>Load pages in an instant</li>\n</ul>\n<p>To see just how fast AMP is, check out the Google search demo at <a href=\"https://googleblog.blogspot.com/2015/10/introducing-accelerated-mobile-pages.html\" target=\"_blank\">g.co/amp</a>.</p>\n<p>Automattic also released a <a href=\"https://wordpress.org/plugins/amp/\" target=\"_blank\">plugin</a> that allows self-hosted WordPress users to take advantage of the mobile performance improvements offered by AMP. The plugin has been tested since October and is currently active on 8,000 installs. For most users, it’s as easy as installing the plugin and activating it. The default styles are fairly generic but developers can refer to the <a href=\"https://github.com/Automattic/amp-wp/blob/master/readme.md\" target=\"_blank\">documentation on GitHub</a> to further customize AMP styles.</p>\n<p>The Jetpack team is working on getting its publishing-related modules ready for AMP compatibility. In order to take advantage of AMP performance increases, users have to compromise on JS-powered features like Sharing Buttons and Likes.</p>\n<p>“It’s definitely something on our roadmap, and we’re working on the details and timeline at the moment,” Jetpack team lead Sam Hotchkiss told the Tavern.</p>\n<p>According to <a href=\"http://www.niemanlab.org/2016/02/diving-all-in-or-dipping-a-toe-how-publishers-are-approaching-googles-accelerated-mobile-pages-initiative/\" target=\"_blank\">NiemanLab’s survey of newsrooms</a>, publishers that are not running on WordPress are struggling to get on board with AMP, due to the fact that it requires developer resources to implement. This is especially difficult for those that impose JavaScript-based paywalls, as AMP heavily restricts JavaScript.</p>\n<p>AMP allows for paywalls, subscription content, and ads, but for many publishers these will have to be rebuilt to be distributed according to the AMP specifications. At this time, AMP <a href=\"https://github.com/ampproject/amphtml/blob/325878c6bde7a4bd40d67e8c81b9e599af1039d7/ads/integration-guide.md\" target=\"_blank\">does not support “interstitials,”</a> the pop-up ads that obscure content and annoy readers.</p>\n<p>Publishers can opt not to support AMP, but the kicker is that Google may show preference to results that are configured to deliver AMP-powerd posts, simply by virtue of the fact that it already factors page speed into results. The <a href=\"https://googleblog.blogspot.com/2015/10/introducing-accelerated-mobile-pages.html\" target=\"_blank\">AMP demo</a> shows a carousel of AMP-powered posts under Top Stories, but it’s not yet clear whether this will be the actual implementation.</p>\n<h3>AMP is a Big Win for the Open Web</h3>\n<p>Google is firing back at <a href=\"https://instantarticles.fb.com/\" target=\"_blank\">Facebook’s Instant Articles</a> with the official launch of AMP today. Facebook’s attempt to speed up mobile viewing is platform-specific and only available within its app. AMP, on the other hand, works anywhere online and is controlled and customized by the publisher.</p>\n<p>In October 2015, WordPress.com was one of the first publishers to partner with Google on this initiative to speed up the mobile web. Paul Maiorana, VP of Platform Services at Automattic, <a href=\"https://vip.wordpress.com/2015/10/07/mobile-web/\" target=\"_blank\">announced the company’s involvement in the project on the VIP blog</a>:</p>\n<blockquote><p>We believe that open source is one of the most powerful ideas of our generation. We strongly and actively support a free, open internet. We’re very happy to support an open source initiative like AMP, which brings publishers and technology companies together to make a better mobile experience for everyone.</p></blockquote>\n<p>The mobile web is currently a zombie wasteland of bloated, sluggish pages – many sites are unbearable to browse and users quickly abandon slow-loading pages. The AMP project helps publishers deliver a leaner version of posts. It makes mobile browsing faster for everyone, not just those using a few select apps. As such, it is a victory for the open web.</p>\n<p>For more background on the project with comments from WordPress.com’s Paul Maiorana, check out video below:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Feb 2016 22:27:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"Matt: Ten Thousand Hours with Reid Hoffman\";s:7:\"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=46223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2016/02/ten-thousand-hours-with-reid-hoffman/\";s: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:287:\"<p><a href=\"http://casnocha.com/\">Ben Casnocha</a> is an interesting and innovative character in his own right, and <a href=\"http://casnocha.com/reid-hoffman-lessons\">it’s worth reading his essay slash short book on the years he spent as the right hand man of Reid Hoffman</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, 24 Feb 2016 16:17:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: WordCamp Miami Wapuuno Cards Now Available on GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordcamp-miami-wapuuno-cards-now-available-on-github\";s: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:1942:\"<p>One of the challenges of organizing a WordCamp is coming up with general swag for the event that will delight attendees, as opposed to filling swag bags with cheap plastic junk. Organizers are also tasked with arranging a gift for speakers. WordCamp Miami, which will be entering its ninth year running in 2017, is well known for creating fun collectibles for attendees and speakers. Last year the team gave <a href=\"https://twitter.com/dimensionmedia/status/702185356330930176\" target=\"_blank\">“WordPress developer” cards</a> as speaker gifts.</p>\n<p>This year organizers created a deck of Wapuu Uno cards, dubbed “Wapuuno,” as a gift for speakers. Each card features a different wapuu, most of which were designed for past WordCamps in various locations around the world. Organizer David Bisset created the deck based on open source Wapuus that are publicly available.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wapuuno-cards.png\" rel=\"attachment wp-att-51701\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wapuuno-cards.png?resize=1025%2C915\" alt=\"wapuuno-cards\" class=\"aligncenter size-full wp-image-51701\" /></a></p>\n<p>I asked Bisset what he would recommend to other WordCamp organizers who are stumped about what to get speakers. “I don’t think speaker gifts need to be anything meaningful,” he said. “Miami does these out of fun, but organizers shouldn’t be pressured to do these things. If they are stumped, sometimes a gift is simply a nice coffee or trinket.”</p>\n<p>The <a href=\"https://github.com/dimensionmedia/Wapuuno\" target=\"_blank\">Wapuuno cards</a> are now available on GitHub for anyone to download and print. Bisset joked that WordCamp Miami organizers are looking into creating Candy Land style Wapuu cards in 2017 but is hoping that other WordCamp organizers will beat them to it.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Feb 2016 00:03: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: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:63:\"WPTavern: 10up Open Sources ElasticPress Plugin for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/10up-open-sources-elasticpress-plugin-for-woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6465:\"<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is currently the most popular way to add a store to WordPress. Its usage is on the rise and seems to be growing in tandem with global WordPress usage. Wappalyzer estimates a <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% marketshare</a> in the e-commerce category and <a href=\"http://builtwith.com/ecommerce/\" target=\"_blank\">BuiltWith has WooCommerce at roughly 29%</a> among other shopping cart technologies. Either way you slice it, WooCommerce accounts for a big piece of the pie.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/woocommerce-marketshare.png\" rel=\"attachment wp-att-51688\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/woocommerce-marketshare.png?resize=1025%2C618\" alt=\"woocommerce-marketshare\" class=\"aligncenter size-full wp-image-51688\" /></a></p>\n<p>Store managers are attracted to WooCommerce because of its ease of use and its ecosystem that offers hundreds of free and commercial extensions. The reason many stores are still built on Magento, an open source shopping cart with a more complicated store management interface, is because it was built to handle massive stores with thousands of products and complex searches. WooCommerce is rapidly becoming a more viable option for these types of stores, with continual <a href=\"https://www.woothemes.com/2016/01/woocommerce-25-dashing-dolphin/\" target=\"_blank\">performance improvements</a> and the new open source <a href=\"http://10up.com/blog/2016/elasticpress-woocommerce-plugin/\" target=\"_blank\">ElasticPress WooCommerce</a> extension from <a href=\"http://10up.com/\" target=\"_blank\">10up</a>.</p>\n<p>In 2014 the engineering team at 10up created <a href=\"https://wordpress.org/plugins/elasticpress/\" target=\"_blank\">ElasticPress</a> to improve WordPress search, allow for complex search filters, and allow for cross-blog search within multisite (a feature missing from existing ElasticSearch plugins at the time).</p>\n<p>Taylor Lovett, 10up’s Director of Web Engineering, said he was surprised by the amount of feedback they received on the project.</p>\n<p>“The plugin grew from just search to improving WordPress performance by routing slow queries through Elasticsearch,” Lovett said. “As such, we continued to iterate on the project, supporting as many WP_Query parameters as possible and making things as developer friendly as possible.”</p>\n<p>During that time Lovett was traveling to WordCamps around the world talking about the power of ElasticPress. He met other developers who asked what it would take to support WooCommerce queries.</p>\n<p>“ElasticPress has a very powerful API that allows it to route almost all WordPress functionality through Elasticsearch instead of MySQL,” Lovett said. “However, in order to make the plugin really work for WooCommerce, we needed a ‘connector’ of sorts. The connector mostly enables Elasticsearch integration in the admin, adds support for indexing ALL post statuses and public post types, and passes appropriate GET parameters to WP_Query in ElasticPress proper formats. ElasticPress tries to support all of WP_Query functionality but there are some holes that the connector needed to fill.</p>\n<p>“I knew that WooCommerce sites could suffer from performance problems given the complex product/order queries that they run,” he said. “As such, we built ElasticPress WooCommerce to solve those problems.”</p>\n<p>After testing the plugin locally on a store with about 10,000 products and 20,000 orders, 10up found that <strong>“ElasticPress WooCommerce can easily turn database queries that take 3-4 seconds into Elasticsearch queries that take 30 milliseconds.”</strong> According to Lovett, the tests included about 20 WooCommerce extensions and the database queries were timed using the Debug Bar, Debug Bar Extender, and Debug Bar ElasticPress.</p>\n<p>ElasticPress WooCommerce provides roughly a 100% data retrieval performance improvement when it comes to filtering products on both the frontend and in the admin. This helps stores render pages faster to capture potential customers while they’re in the buying mood.</p>\n<h3>Using ElasticPress WooCommerce for Performance Increases with Other Extensions</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/elasticpress-woocommerce.png\" rel=\"attachment wp-att-51691\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/elasticpress-woocommerce.png?resize=1025%2C439\" alt=\"elasticpress-woocommerce\" class=\"aligncenter size-full wp-image-51691\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/elasticpress-woocommerce/\" target=\"_blank\">ElasticPress WooCommerce</a> requires ElasticPress 1.8+ and PHP 5.2.4+. Once those are in place, it is relatively plug-and-play. Lovett said that the only caveat is that it is not guaranteed to support the hundreds of WooCommerce extensions completely. If an extension uses WP_Query in a way that’s compatible with ElasticPress then it should automatically take advantage of the performance increases.</p>\n<p>“We try to support as much extension functionality as we can but there is just too much to tackle,” he said. “The way those extensions use WP_Query varies. We can’t predict how every extension interacts with WP_Query and don’t have time to test every single one.</p>\n<p>“Some extensions have no bearing on ElasticPress WooCommerce,” Lovett said. “For example, a different payment gateway. Extensions that involve showing/filtering products and orders should test their extensions with the plugin and refer to the ElasticPress documentation to make sure they are only using supported WP_Query parameters.”</p>\n<p>10up is looking for more developers to test and collaborate on the project, which is hosted on both <a href=\"https://github.com/10up/elasticpress-woocommerce\" target=\"_blank\">GitHub</a> and <a href=\"https://wordpress.org/plugins/elasticpress-woocommerce/\" target=\"_blank\">WordPress.org</a>. The company plans to improve the plugin based on experience with enterprise WooCommerce customers. If you are looking to scale WooCommerce or are currently managing a sluggish store, ElasticPress WooCommerce is one option that you may want to test.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Feb 2016 20:51:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: WordPress Tops Alignable’s Small Business Trust Index\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordpress-tops-alignables-small-business-trust-index\";s: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:4128:\"<p>In a <a href=\"https://www.alignable.com/small-business-insights/introducing-alignables-smb-trust-index\" target=\"_blank\">SMB trust index survey</a> conducted by Alignable in the fourth quarter of 2015, WordPress ranked as the most trusted of 25 nationally recognized brands used by small business owners. The results were ranked using the (<a href=\"http://www.netpromotersystem.com/about/measuring-your-net-promoter-score.aspx\" target=\"_blank\">Net Promoter System</a>), a trademarked customer loyalty metric that measures promoters against detractors to produce a net trustworthiness score.</p>\n<p>The survey, which was <a href=\"http://www.bizjournals.com/sanfrancisco/blog/techflash/2016/02/alignable-survey-smb-trust-q4-2015-yelp-wordpress.html\" target=\"_blank\">originally reported by the San Francisco Business Times</a>, was roundly disregarded in the WordPress community due to the misuse of the word ‘company’ in the Times’ writeup:</p>\n<blockquote><p>For small business owners, WordPress is a well-trusted company, Yelp is a brand in trouble, and Facebook is on a downward path.</p></blockquote>\n<p>Additionally, the wording on the <a href=\"https://s3.amazonaws.com/alignable/content/Alignable-SMB-Trust-Index-Q4-2015.pdf\" target=\"_blank\">ranking graphic</a> seemed to trivialize the results: <em>“WordPress proves ‘free’ doesn’t always mean ‘junk.\'”</em></p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-nps-results.png\" rel=\"attachment wp-att-51664\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-nps-results.png?resize=1025%2C729\" alt=\"wordpress-nps-results\" class=\"aligncenter size-full wp-image-51664\" /></a></p>\n<p>Despite the odd presentation, the results are worth examining, as Alignable surveyed more than 6,000 small business owners across 7,000 communities in North America. WordPress received an NPS of 73, significantly higher than other brands known for website creation: Shopify (29), Godaddy (26), Squarespace (11), Wix (-7), Weebly (-13), and Web.com (-61).</p>\n<p>The footnote on the report explains the relative position changes which are shown on the rankings graphic for brands that were included in the previous quarter’s survey:</p>\n<blockquote><p>Data represents running, cumulative report of SMB sentiment of vendors and providers from more than 6,000 ratings. Relative position changes from this quarter to the prior quarter were generated from the 25% net new ratings added to the database in the quarter. Alignable members rated these brands on a sliding scale from 0-10. NPS values calculated by subtracting percentage of detractors (brands rated 0-6) from percentage of promoters (brands rated 9-10).</p></blockquote>\n<p>Godaddy fell one point in positioning and Wix and Weebly fell 4 and 8 points respectively. WordPress is new to Alignable’s SMB index and should have relative position notes included in next quarter’s survey.</p>\n<p>Although the footnote specifies that the index rates brands, the 25 that are included are clearly companies and products. Any conclusions drawn from rating the general WordPress brand would be somewhat nebulous, given that it’s not clear if business owners are rating their experiences with the WordPress.com service or the self-hosted software. With the introduction of <a href=\"http://wptavern.com/early-reviews-show-applications-like-calypso-are-the-future-of-wordpress\" target=\"_blank\">Calypso</a>, the gap between the two publishing experiences continues to grow.</p>\n<p>Nevertheless, most of the brands included are also representative of several different products. The scores are more of a general indication of the trustworthiness of the brand name, although creators of the Net Promoter System claim that a high NPS can point toward long-term profitable growth. If you’re in the business of building websites or applications for clients, it’s good to know that the trustworthiness of the WordPress brand is ranking high among industry competitors.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 19:53: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: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:112:\"WPTavern: Varying Vagrant Vagrants 1.3.0 Released with Support for MailCatcher and More Virtualization Providers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/varying-vagrant-vagrants-1-3-0-released-with-support-for-mailcatcher-and-more-virtualization-providers\";s: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:2774:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv.png\" rel=\"attachment wp-att-51659\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv.png?resize=1025%2C473\" alt=\"vvv\" class=\"aligncenter size-full wp-image-51659\" /></a></p>\n<p>Over the weekend, Jeremy Felt released <a href=\"https://varyingvagrantvagrants.org/2016/02/21/varying-vagrant-vagrants-1-3-0/\" target=\"_blank\">Varying Vagrant Vagrants 1.3.0</a>. Although VVV uses <a href=\"https://www.virtualbox.org/\" target=\"_blank\">VirtualBox</a> as its default virtualization provider, this release adds support for Parallels, VMWare Fusion, VMWare Workstation, and Hyper-V in the default Vagrantfile.</p>\n<p>Version 1.3.0 also adds <a href=\"http://mailcatcher.me/\" target=\"_blank\">MailCatcher</a> to the default provisioning. When working in a development environment, you generally don’t want want to deliver emails from the test site. MailCatcher collects any mail that is sent out and stores it for display. It’s available in the browser at vvv.dev:1080 in case you need to troubleshoot WordPress core and/or plugins.</p>\n<p>Felt, the project’s current maintainer, said that he is aiming to push out more incremental releases every three months and hopes to get more developers using the <code>develop</code> branch on GitHub.</p>\n<p>“A tough thing about marking version numbers on a project like VVV is that all of the various versions of included packages change frequently,” Felt said. “We need to do a better job of making it easier to maintain existing packages.”</p>\n<p>Felt is currently <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/issues/583\" target=\"_blank\">soliciting feedback on changing the TLD for test sites</a> in the next version, as Google is attempting to <a href=\"https://gtldresult.icann.org/application-result/applicationstatus/applicationdetails/1339\" target=\"_blank\">gain control of the .dev TLD</a>. If the company were to open it up for public registration, it could cause confusion with test sites. After a brief discussion with VVV users, Felt has narrowed the considerations to .localhost, .test, and .local.</p>\n<p>In addition to a new TLD for test sites, Felt hopes to update packages on <code>vagrant provision</code> in a future release, which should help keep PHP, Nginx, and MySQL updated. He also wants to make it easy to remove the default configurations for WordPress local, trunk, and dev environments that are offered with VVV out of the box.</p>\n<p>For more details on the 23 features and bug fixes in 1.3.0, check out the official <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/blob/1.3.0/CHANGELOG.md\" target=\"_blank\">changelog</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 16:02: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Matt: New Yorker on Zen Master Poet\";s:7:\"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=46218\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://ma.tt/2016/02/new-yorker-on-zen-master-poet/\";s: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:171:\"<p>It’s never a bad time to <a href=\"http://www.newyorker.com/magazine/2008/10/20/zen-master\">read and learn about the life, work, and poetry of Gary Snyder</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 15:50: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: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: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:26:\"Matt: Jazzy Claire de Lune\";s:7:\"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=46164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/02/jazzy-claire-de-lune/\";s: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:939:\"<p><span class=\"embed-youtube\"></span></p>\n<p>I love this version from <a href=\"http://www.kamasiwashington.com/\">Kamasi Washington</a> of Claude Debussy’s Clair de Lune, or “light of the moon.” Here’s the <a href=\"https://en.wikipedia.org/wiki/Paul_Verlaine\">Paul Verlaine</a> poem that inspired the original composition:</p>\n<blockquote><p>Your soul is a chosen landscape<br />\nWhere charming masqueraders and bergamaskers go<br />\nPlaying the lute and dancing and almost<br />\nSad beneath their fanciful disguises.</p>\n<p>All sing in a minor key<br />\nOf victorious love and the opportune life,<br />\nThey do not seem to believe in their happiness<br />\nAnd their song mingles with the moonlight,</p>\n<p>With the still moonlight, sad and beautiful,<br />\nThat sets the birds dreaming in the trees<br />\nAnd the fountains sobbing in ecstasy,<br />\nThe tall slender fountains among marble statues.</p></blockquote>\";s: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, 21 Feb 2016 20:07:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:58:\"Post Status: All things HTTP/2 and HTTPS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=21371\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://poststatus.com/all-things-http2-and-https-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2417:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>HTTPS and HTTP/2 are somewhat intertwined, and a lot has been going on lately in this realm. Google has made a big push to encourage the use of SSL for websites — including making it a search ranking factor — and LetsEncrypt and other services are offering new ways to deliver free SSL certificates, securely. And HTTPS is required for HTTP/2, which is making a big splash as well, quickly outpacing SPDY. Today, we’ll talk about what these terms are, and what it means for the web and for WordPress.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/27370.mp3\">https://audio.simplecast.com/27370.mp3</a>\n<p><a href=\"http://audio.simplecast.com/27370.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://letsencrypt.org/\">Let’s Encrypt</a></li>\n<li><a href=\"http://wordpress.tv/2015/12/09/zack-tollman-and-aaron-jorbin-the-future-stack-running-wordpress-with-tomorrows-technologies/\">The Future Stack: Running WordPress with Tomorrow’s Technologies</a></li>\n<li><a href=\"http://oauth.net/\">OAuth</a></li>\n<li><a href=\"https://http2.github.io/faq/\">HTTP/2 FAQs</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/08/wordpress-and-http2/\">WordPress and HTTP/2</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/HTTP/2#Software_and_services_supporting_HTTP.2F2\">Software and services supporting HTTP/2</a></li>\n<li><a href=\"http://blog.chromium.org/2016/02/transitioning-from-spdy-to-http2.html\">Transitioning from SPDY to HTTP/2</a></li>\n<li><a href=\"https://wordpress.tv/2015/07/29/zack-tollman-http-2-and-you/\">HTTP/2 and You</a></li>\n<li><a href=\"https://blog.cloudflare.com/introducing-http2/\">Introducing HTTP/2</a></li>\n<li><a href=\"http://www.buzzfeed.com/nickrkm/youre-listening-to-delilah#.wa82qoMyR\">You’re Listening to Delilah</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Feb 2016 18:20:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: hack.summit() Event for Developers Will Be Live-Streamed February 22-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/hack-summit-event-for-developers-will-be-live-streamed-february-22-24\";s: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:2570:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hack.summit.png\" rel=\"attachment wp-att-51623\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hack.summit.png?resize=1025%2C375\" alt=\"hack.summit\" class=\"aligncenter size-full wp-image-51623\" /></a></p>\n<p><a href=\"https://hacksummit.org/\" target=\"_blank\">Hack.summit()</a> is a unique event for developers that is set to be live-streamed February 22-24, 2016. It is the world’s largest virtual conference ever assembled, with 64,000 developers registered for last year’s event. hack.summit() will feature an impressive array of programming language creators and open source contributors and all ticket sales/donations go to support programming non-profits such as Code.org, Code for America, CoderDojo, and Girls Who Code.</p>\n<p>The event focuses on three primary objectives:</p>\n<ul>\n<li>To educate programmers of all languages and skill sets</li>\n<li>To raise money for coding nonprofits</li>\n<li>To encourage mentorship among software developers</li>\n</ul>\n<p>In lieu of traditional ticket sales, hack.summit() attendees are asked to donate to one of the selected coding non-profits. Those who are not financially able to donate can get a free ticket by sharing the event on Twitter or Facebook. Attendees are provided with a unique ticket number after registering, which includes access to the live conference.</p>\n<p>The event heavily promotes mentoring by asking attendees to sign a <a href=\"https://hackpledge.org/\" target=\"_blank\">hack pledge</a> to help mentor the next generation of developers with a minimum of one hour of coding help. The hack pledge video below features stories from programmers who have struggled to master software craftsmanship and those who benefited greatly from mentors:</p>\n<div class=\"embed-wrap\"></div>\n<p>hack.summit() will also host the largest <a href=\"https://www.koding.com/Hackathon\" target=\"_blank\">virtual hackathon</a> in the world. Participants will create a web app using any publicly available API that falls within three general categeries: data visualization, productivity, or gaming. Last year’s event drew 60,000 coders from more than 900 cities. Participants will compete to win from a $150,000 prize pool.</p>\n<p>If you’re looking for an interesting non-WordPress event to attend this year, <a href=\"https://hacksummit.org/\" target=\"_blank\">hack.summit()</a> is one of the most accessible with high quality speakers that will expand your technical horizons.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 20:21: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: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:19:\"Matt: WordPress NPS\";s:7:\"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=46156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/02/wordpress-nps/\";s: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:753:\"<blockquote><p>For small business owners, WordPress is a well-trusted company, Yelp is a brand in trouble, and Facebook is on a downward path. Those are some of the findings out today from a survey of 6,000 small business owners from the second half of 2015 conducted by Alignable.</p></blockquote>\n<p><a href=\"http://www.bizjournals.com/sanfrancisco/blog/techflash/2016/02/alignable-survey-smb-trust-q4-2015-yelp-wordpress.html\">You can see the whole thing here</a>. WordPress came in with a NPS of 73, Shopify at 29, Godaddy at 26, Squarespace at 11, Wix at -7, Weebly at -13, Web.com at -61, and Yelp at -66. <a href=\"http://www.netpromotersystem.com/about/measuring-your-net-promoter-score.aspx\">Here’s how a Net Promoter Score works</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, 19 Feb 2016 19:55: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: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:69:\"WPTavern: WordPress to Launch Experimental WordCamp Incubator Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\";s: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:2595:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg\" rel=\"attachment wp-att-17801\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg?resize=1024%2C441\" alt=\"photo credit: Huasonic - cc\" class=\"size-full wp-image-17801\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/huasonic/3008912290/\">Huasonic</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>During the 2015 State of the Word address, Matt Mullenweg shared a few stats about the growth of WordPress events around the globe. Last year there were 89 WordCamps with 21,000 attendees across 34 countries. A surprising 60% of the 601 WordCamp organizers were doing it for the first time. More people are getting involved in hosting WordPress events but there are many areas of the world that have yet to experience one.</p>\n<p>The WordPress community team, which provides support and guidance for WordCamps, will be experimenting with bringing events to new locations in 2016. Ordinarily, WordCamps spring up organically from local WordPress communities with active meetups. The new <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\" target=\"_blank\">WordPress incubator program</a> will bring a WordCamp to three new cities where meetups are not necessarily as well established.</p>\n<p>Jen Mylo outlined the goal of the program in a recent <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\" target=\"_blank\">post</a> on the WordPress news blog:</p>\n<blockquote><p>The intention of the incubator program is to help spread WordPress to underserved areas through providing more significant organizing support for a first event. In practical terms, this experiment means we’ll be choosing three cities in 2016 where there is not an active WordPress community — but where it seems like there is a lot of potential and where there are some people excited to become organizers — and will help to organize their first WordCamp.</p></blockquote>\n<p>The new WordCamps will be designed as one-day, one-track events that connect the local community and inspire them to establish an ongoing presence. Qualifications for applying are rather loose. Those who have always wanted to get WordPress events going in their city but haven’t had success organizing meetups are encouraged to apply.</p>\n<p>Applications will be accepted until February 26, 2016, and cities will be chosen by the end of March. Where do you think the world needs a new WordCamp?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 18:23: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:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Happy Joe to Shut Down Non-Profit Organization in Favor of For-Profit Venture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/happy-joe-to-shut-down-non-profit-organization-in-favor-of-for-profit-venture\";s: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:3100:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/VeteransDayFeaturedImage.png\" rel=\"attachment wp-att-33378\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/VeteransDayFeaturedImage.png?resize=638%2C285\" alt=\"Veterans Day Featured Image\" class=\"size-full wp-image-33378\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/soldiersmediacenter/6343590279/\">The U.S. Army</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>Happy Joe founder James Dalman <a href=\"https://www.happyjoe.org/shutting-down/\" target=\"_blank\">announced</a> this week that the non-profit organization will be shutting down. Dalman started the organization to help veterans find employment opportunities in WordPress and other web technologies. He plans to continue with a modified version of the Happy Joe mission set up as a for-profit venture.</p>\n<p>After operating for the past two years as a tax-exempt 501(c)(3) organization, Dalman no longer has the desire to continue raising funds. Happy Joe pulled in $80,000 in 2015 through corporate sponsorships and private donations, but Dalman started 2016 with no funds to carry through.</p>\n<p>“The reality is we can’t continue on a zero budget and I can’t continue to work for free,” he said. “While it would be simple to say dedicate more time to asking companies and people for funding, it’s not in my heart to do so anymore. I believe in being self-sufficient and not a burden on others.”</p>\n<p>Lack of funding is the primary reason the organization is shutting down, but Dalman also struggled with the perception of non-profits. With organizations like the <a href=\"http://www.nytimes.com/2016/01/28/us/wounded-warrior-project-spends-lavishly-on-itself-ex-employees-say.html?_r=0\" target=\"_blank\">Wounded Warrior Foundation receiving negative press for excessive spending</a>, Dalman said the growing skepticism of non-profits made his job more challenging.</p>\n<blockquote><p>There’s no doubt that accountability and transparency is critical and Happy Joe has strived to excel in this. But the wrong assumptions about what a non-profit can do and the skepticism and lack of trust also complicates the mission for teams operating in the non-profit space for the future. Battling these challenges keeps us from doing the work that truly matters.</p></blockquote>\n<p>Dalman’s non-profit post-mortem also cites negative stereotypes about veterans, expectations of rewards or kickbacks for donations, and his own leadership as contributing factors to his decision to shut the organization down.</p>\n<p>“We will now operate as a for-profit venture and will shift our focus from web tech training to building a talent marketplace where veterans can get freelance work and be mentored in growing a business,” Dalman said.</p>\n<p>The new for-profit venture will drop some of the programs that Happy Joe offered previously but will continue to assist veterans in seeking employment and developing entrepreneurial skills.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 22:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 14 Mar 2016 18:09:53 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"218743\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 14 Mar 2016 17:45:17 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1550,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1458022194','no'),(1553,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1457978994','no'),(1556,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1458022194','no'),(1559,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Mar 2016 17:41:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 14 Mar 2016 18:09:54 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Mon, 14 Mar 2016 18:16:51 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 14 Mar 2016 17:41:51 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1562,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1458022194','no'),(1565,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1457978994','no'),(1568,'_transient_timeout_plugin_slugs','1458065395','no'),(1571,'_transient_plugin_slugs','a:5:{i:0;s:19:\"akismet/akismet.php\";i:1;s:25:\"cloudflare/cloudflare.php\";i:2;s:25:\"formidable/formidable.php\";i:3;s:27:\"fusion-core/fusion-core.php\";i:4;s:9:\"hello.php\";}','no'),(1574,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1458022195','no'),(1577,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\'>WordPress 4.5 Beta 3</a> <span class=\"rss-date\">March 10, 2016</span><div class=\"rssSummary\">WordPress 4.5 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.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2016/03/changelog-podcast/\'>Matt: Changelog Podcast</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/in-case-you-missed-it-issue-4\'>WPTavern: In Case You Missed It – Issue 4</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/onepress-a-free-single-page-wordpress-theme-built-with-bootstrap-4\'>WPTavern: OnePress: A Free Single-Page WordPress Theme Built with Bootstrap 4</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/siteorigin-panels/\' class=\'dashboard-news-plugin-link\'>Page Builder by SiteOrigin</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=4c848f5434&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Page Builder by SiteOrigin\'>Install</a>)</span></li></ul></div>','no'),(1621,'_transient_timeout_frm_form_fields_18includeinclude','1458090339','no'),(1624,'_transient_frm_form_fields_18includeinclude','a:5:{i:0;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"264\";s:9:\"field_key\";s:7:\"qh4icy2\";s:4:\"name\";s:4:\"Name\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"1\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:14:\"separate_value\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}i:1;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"270\";s:9:\"field_key\";s:7:\"29yf4d2\";s:4:\"name\";s:5:\"Email\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"3\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:7:\"classes\";s:8:\"frm_half\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}i:2;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"276\";s:9:\"field_key\";s:7:\"e6lis62\";s:4:\"name\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"5\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"classes\";s:8:\"frm_full\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}i:3;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"279\";s:9:\"field_key\";s:7:\"9jv0r12\";s:4:\"name\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"6\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:56:{s:3:\"max\";s:1:\"5\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"classes\";s:8:\"frm_full\";s:4:\"size\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}i:4;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"282\";s:9:\"field_key\";s:7:\"62n6q32\";s:4:\"name\";s:7:\"Captcha\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:7:\"captcha\";s:13:\"default_value\";s:1:\"1\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"7\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:5:\"label\";s:4:\"none\";s:5:\"blank\";s:0:\"\";s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:7:\"invalid\";s:39:\"The reCAPTCHA was not entered correctly\";s:7:\"classes\";s:0:\"\";s:12:\"captcha_size\";s:7:\"default\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}}','no'),(1632,'frm_last_cleared','2016-03-17 05:40:51','yes'),(1657,'_transient_timeout_frm_form_fields_18excludeinclude','1458144652','no'),(1660,'_transient_frm_form_fields_18excludeinclude','a:5:{i:0;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"264\";s:9:\"field_key\";s:7:\"qh4icy2\";s:4:\"name\";s:4:\"Name\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"1\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:14:\"separate_value\";i:0;s:7:\"classes\";s:18:\"frm_first frm_half\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}i:1;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"270\";s:9:\"field_key\";s:7:\"29yf4d2\";s:4:\"name\";s:5:\"Email\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"3\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"invalid\";s:34:\"Please enter a valid email address\";s:7:\"classes\";s:8:\"frm_half\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}i:2;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"276\";s:9:\"field_key\";s:7:\"e6lis62\";s:4:\"name\";s:7:\"Subject\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"5\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:56:{s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"classes\";s:8:\"frm_full\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}i:3;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"279\";s:9:\"field_key\";s:7:\"9jv0r12\";s:4:\"name\";s:7:\"Message\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"6\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:56:{s:3:\"max\";s:1:\"5\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:7:\"classes\";s:8:\"frm_full\";s:4:\"size\";s:0:\"\";s:5:\"label\";s:0:\"\";s:7:\"invalid\";s:0:\"\";s:12:\"captcha_size\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}i:4;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"282\";s:9:\"field_key\";s:7:\"62n6q32\";s:4:\"name\";s:7:\"Captcha\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:7:\"captcha\";s:13:\"default_value\";s:1:\"1\";s:7:\"options\";N;s:11:\"field_order\";s:1:\"7\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:5:\"label\";s:4:\"none\";s:5:\"blank\";s:0:\"\";s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:7:\"invalid\";s:39:\"The reCAPTCHA was not entered correctly\";s:7:\"classes\";s:0:\"\";s:12:\"captcha_size\";s:7:\"default\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"separate_value\";i:0;s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"18\";s:10:\"created_at\";s:19:\"2016-03-06 02:11:19\";s:9:\"form_name\";s:10:\"Contact Us\";}}','no'),(1684,'_transient_timeout_edd_plugin_7436e1dc4609bb561960b1c025744e31','1458279652','no'),(1687,'_transient_edd_plugin_7436e1dc4609bb561960b1c025744e31','O:8:\"stdClass\":13:{s:11:\"new_version\";s:6:\"2.0.23\";s:4:\"name\";s:14:\"Formidable Pro\";s:4:\"slug\";s:10:\"formidable\";s:3:\"url\";s:63:\"https://formidablepro.com/downloads/formidable-pro/?changelog=1\";s:12:\"last_updated\";s:19:\"2016-03-15 15:48:01\";s:8:\"homepage\";s:51:\"https://formidablepro.com/downloads/formidable-pro/\";s:7:\"package\";s:178:\"https://formidablepro.com/edd-sl/package_download/MTQ1ODM2NjA1MjpHQVMzTy1HNDhSVS02MFJCRy0wNkpBODo5Mzc5MDo1ZmI2MTI5MTYwMGMyOGMyNTEzMzM2NzIxNmEzODE3NDpodHRwc0AvL3R2aGFtaWx0b24uY29t\";s:13:\"download_link\";s:178:\"https://formidablepro.com/edd-sl/package_download/MTQ1ODM2NjA1MjpHQVMzTy1HNDhSVS02MFJCRy0wNkpBODo5Mzc5MDo1ZmI2MTI5MTYwMGMyOGMyNTEzMzM2NzIxNmEzODE3NDpodHRwc0AvL3R2aGFtaWx0b24uY29t\";s:8:\"sections\";a:4:{s:11:\"description\";s:3215:\"<p>Build WordPress forms the fast and simple way with a simple drag-and-drop interface (and a visual form styler in version 2.0). Create custom Formidable forms or generate them from a template with this stunning WordPress form plugin.</p>\n\n<p><a href=\"http://formidablepro.com/knowledgebase/\" title=\"View Documentation\">View Documentation</a>\n<a href=\"https://github.com/Strategy11/formidable-forms\" title=\"Contribute on Github\">Contribute on Github</a></p>\n\n<h4>Features</h4>\n\n<ul>\n<li>Create forms with 7 field types: text, email, url, paragraph text, radio, checkbox, and dropdown</li>\n<li>Create forms from existing templates or add your own. A contact form template is included.</li>\n<li>Send unlimited email notifications, including autoresponders to the form submitter</li>\n<li>Create a single styling template using our visual form styler</li>\n<li>View form submissions from the back-end</li>\n<li>Import and export forms with XML</li>\n<li>Send forms to the trash</li>\n<li>Generate shortcodes with an advanced shortcode UI</li>\n<li>Customize the HTML in your form for any layout you would like, or use our CSS classes to arrange your fields</li>\n<li>Integrate with the one-click reCAPTCHA and Akismet for Spam control</li>\n<li>Use placeholder default values in form fields that clear when clicked</li>\n<li>Direct links available for previews and emailing surveys with and without integration with your theme</li>\n<li>Change the name on the Formidable menu to anything you would like</li>\n<li>Insert your forms on a page, post, or widget using a shortcode [formidable id=x]</li>\n<li>Support for bugs. We want it to be perfect!</li>\n</ul>\n\n<h4>Pro Features</h4>\n\n<ul>\n<li>Access even more field types: Section headings (repeatable in 2.0), page breaks, file upload, rich text, number, phone number, date, time, scale, dynamic fields populated from other forms, hidden field, user ID field, password, HTML, and tags</li>\n<li>Conditionally send your email notifications based on values in your form</li>\n<li>Create multiple styling templates and assign them to any of your forms, and add instant Bootstrap styling</li>\n<li>Flexibly and powerfully view, edit, and delete entries from anywhere on your site, and specify who has permission to do so</li>\n<li>Generate graphs and stats based on your submitted data</li>\n<li>Create and edit WordPress posts from the front-end</li>\n<li>Use our add-ons for user registration, payment, and integration with other services like MailChimp, Aweber, Highrise, Twilio for SMS, WPML, and Zapier</li>\n<li>Logged-in users can save drafts and return later</li>\n<li>Integrate the Math Captcha plugin for alternative spam protection</li>\n<li>Generate custom calculations</li>\n<li>Hide and show fields conditionally based on other fields or the user\'s role</li>\n<li>Export and import entries with CSV</li>\n<li>Import our pre-built form/view demo templates as a starting point or a final product</li>\n<li>Support for all Formidable features. If you have questions or need guidance on how to set up your application, we are happy to help. We want to make you look fabulous for your clients, and allow you to take on big jobs.</li>\n</ul>\n\n<p>Learn more at: http://formidablepro.com</p>\";s:9:\"changelog\";s:100797:\"<h4>2.0.23</h4>\n\n<ul>\n<li>Add support for multiple reCaptchas on a page</li>\n<li>Make sure the screen options for the form listings only shows when needed</li>\n<li>Make sure a value is selected when it includes an &</li>\n<li>Load grid CSS on the back-end entries and form builder pages</li>\n<li>Allow transparent background color on fields and form</li>\n<li>Don\'t update clear on click options until whole form is saved</li>\n<li>Don\'t force an array to be a string before going through get_display_value function</li>\n<li>Added frm_trigger_create_action hook to alter action triggering</li>\n<li>Added frm_csv_format hook for changing the exported CSV format</li>\n<li>Added frm_is_field_required hook for allowing a field to be conditionally required</li>\n<li>Added frm_field_options_to_update hook for setting more field options to update</li>\n<li>Added frm_display_FIELDTYPE_value_custom hook</li>\n<li>Added frm_get_FIELDTYPE_display_value</li>\n<li>Added frm_csv_field_columns hook. Once the columns are added, if a field value is an array, it will automatically fill added csv columns</li>\n<li><strong>Pro Features:</strong> *</li>\n<li>Added straight up client-side validation</li>\n<li>Added Credit card and Address field types. Enable the Credit card field with add_filter( \'frm_include_credit_card\', \'__return_true );</li>\n<li>Allow actions to be triggered when a draft is saved</li>\n<li>Allow free text in user id field filtering in views</li>\n<li>Improved the unique filter in Views</li>\n<li>Add Entry ID filter to all existing single entry Views instead of always checking for the entry param in the url</li>\n<li>Allow \"any\" for the number step</li>\n<li>Updated Chosen script to 1.5.1</li>\n<li>Correctly check for multisite sitewide activation</li>\n<li>Fixed the problem with the file upload attachment option not staying checked</li>\n<li>Fixed filtering by entry ID and fields together in Views</li>\n<li>Make sure the limit setting doesn\'t affect calendar Views, and show empty calendar for Calendar views with no entries</li>\n<li>Make sure closing shortcodes in After Content are filtered</li>\n<li>Make sure Dynamic List fields show up in default html email</li>\n<li>Make sure we are jumping to the first field in the form after validation instead of the field with the lowest id</li>\n<li>Fix field ID issue in repeating sections across pages</li>\n</ul>\n\n<h4>2.0.22</h4>\n\n<ul>\n<li>Add an upgrade banner when affiliate links are active</li>\n<li>Add permission checks in addition to nonce for several actions for extra security</li>\n<li>Don\'t allow javascript to be saved in field choices</li>\n<li>Include the admin_url params inside the function to resolve a conflict with WPML</li>\n<li>Prevent XML breaking with US character</li>\n<li>Fix rand() error with float some users are seeing with PHP7</li>\n<li><strong>Pro Features:</strong> *</li>\n<li>Add the option to automatically delete files when a file is replaced, and and entry is deleted</li>\n<li>Allow a prefix and/or suffix along with the [auto_id] shortcode</li>\n<li>Add is_draft shortcode for views. This allows [is_draft], [if is_draft equals=\"1\"]-draft-[/if is_draft], and [if is_draft equals=\"0\"]-complete-[/if is_draft]</li>\n<li>Add frm_no_entries_message filter to adjust the output when there are no entries found</li>\n<li>Add frm_search_for_dynamic_text hook for searching numeric values in Dynamic fields</li>\n<li>Add the saved value into the array and json response. The entries fetched using FrmEntriesController::show_entry_shortcode were only returning the displayed value. This adds the saved value to the array as well. This covers user id, dynamic fields, radio, dropdown, and checkbox fields anytime the saved and displayed values are different.</li>\n<li>Add filter on add/remove fields to allow translations</li>\n<li>Default new number fields to use \"any\" step</li>\n<li>Fix conditional logic dependent on a paragraph field</li>\n<li>Fix date fields inside form loaded with in-place-edit</li>\n</ul>\n\n<h4>2.0.21</h4>\n\n<ul>\n<li>Add a timestamp to the css file instead of plugin version number to improve issues with styling caching</li>\n<li>Add pro tips & upgrade calls</li>\n<li>Fix bug with importing old forms with no custom style</li>\n<li><strong>Pro Features:</strong> *</li>\n<li>Remove autoinsertion options from the view settings. Any views that were set to be inserted automatically will have their shortcodes saved onto that page.</li>\n<li>Allow the delete link to work after an ajax load</li>\n<li>Apply styling settings to HTML fields</li>\n<li>Randomize entry key on CSV import</li>\n<li>Make sure the old transient doesn\'t delay automatic update</li>\n<li>Allow forced plugin update check if it hasn\'t been forced before</li>\n<li>Fix CSV import form dropdown with only 1 item</li>\n<li>Fix bug with importing data in embed form fields</li>\n<li>Fix time_ago issue with blank value</li>\n<li>Fix missing pro license message to link to global settings</li>\n<li>Fix a fatal error when a non-Site Admin visits the Global settings page in multisite</li>\n</ul>\n\n<h4>2.0.20</h4>\n\n<ul>\n<li>Added more styling options: box-shadow, font-weight, Form Title, and Form Description</li>\n<li>Fixed a couple issues with activating and deactivating licences</li>\n<li>A few improvements for importing styles</li>\n<li>Add a hook for approved theme authors to add affiliate links. If the free version is packaged with a theme, the theme author can get commissions on upgrades.</li>\n<li><strong>Pro Features:</strong> *</li>\n<li>Added Parent entry ID to view filters</li>\n<li>Added a button to autofill addon licenses</li>\n<li>Improve accuracy of time_ago for leap years</li>\n</ul>\n\n<h4>2.0.19</h4>\n\n<ul>\n<li>Add CSV export to free version</li>\n<li>Add page with list of add-ons</li>\n<li>Set up base for allowing affiliate links inside the free version</li>\n<li><strong>Pro Features:</strong></li>\n<li>Updating improvements</li>\n<li>Add show_image=1 and add_link=1 to file upload field shortcode</li>\n<li>Show draft, pending, and private posts for creator and admin in frm-entry-links shortcode</li>\n<li>Make sure Number fields perform calc when shown</li>\n<li>Deprecate the frm_csv_field_ids filter</li>\n<li>Fix graph bug</li>\n<li>Fix Dynamic Field filtering in Views</li>\n<li>Fix JavaScript error in repeating section</li>\n<li>Fix showing errors in collapsible sections</li>\n<li>Hide the end divider field when needed</li>\n<li>Fix inline label for Dynamic dropdowns</li>\n<li>Make LIKE logic case-insensitive in field ID shortcode</li>\n<li>Make sure multiple file upload fields save on edit when all files are removed</li>\n<li>Fix conditional logic issues with extra white space</li>\n<li>Fix LIKE conditional logic issues with arrays and number values</li>\n<li>Fix calcs with edit in-place</li>\n<li>Include embedded fields in CSV export</li>\n</ul>\n\n<h4>2.0.18</h4>\n\n<ul>\n<li>PHP 7 updates</li>\n<li>Add frm_field_extra_html hook</li>\n<li>Prevent specific html entity from breaking email message</li>\n<li>Add filter for removing wpautop from form success message</li>\n<li>Fix HTML error on form builder page</li>\n<li>Change the \"Licenses\" submenu to \"Plugin Licenses\"</li>\n<li><strong>Pro Features:</strong></li>\n<li>Allow ? and * in Phone Number Format</li>\n<li>Remove child form from export options</li>\n<li>Fix LIKE conditional logic bug</li>\n<li>Some auto-update adjustments</li>\n<li>Add frm_search_any_terms filter</li>\n<li>Fix file upload issue in CSV export</li>\n<li>Fix issue with duplicate classes in HTML field</li>\n<li>Fix filtering with user_id=current in graphs</li>\n<li>Fix Dynamic List field with value like 9.99</li>\n<li>Make sure userID field doesn\'t lose value when conditionally hidden/shown</li>\n</ul>\n\n<h4>2.0.17</h4>\n\n<ul>\n<li><strong>Pro Features:</strong></li>\n<li>Fix post update bug</li>\n</ul>\n\n<h4>2.0.16</h4>\n\n<ul>\n<li>Escape font family correctly for quotation marks</li>\n<li>Only check for updates every 24 hours</li>\n<li>Allow emails to be separated by a space</li>\n<li>Prevent old versions of Akismet from causing errors</li>\n<li>Add unit tests for XML import</li>\n<li>Styling updates for WP 4.4</li>\n<li>Save form action settings even if they aren\'t in the default options</li>\n<li>More contrast on form builder page</li>\n<li>Use normal font weight for from builder</li>\n<li><strong>Pro Features:</strong></li>\n<li>Allow Styles to be duplicated</li>\n<li>Allow the form key in the CSV download url</li>\n<li>Make like/not like conditional logic not case-sensitive</li>\n<li>Fix multiple conditional logics on a Dynamic field</li>\n<li>Fix XML import with repeating fields</li>\n<li>Fix notice for old dfe fields</li>\n<li>Make sure integer is being used for auto_id</li>\n<li>Fix read-only dependent Dynamic field with a default value</li>\n<li>Fix conditional radio button default value issue</li>\n<li>Fixes for conditional logic on sections</li>\n<li>Fix autoupdating for add-ons</li>\n<li>Show a message if no license has been entered for an add-on</li>\n</ul>\n\n<h4>2.0.15</h4>\n\n<ul>\n<li>Send plugin updates through formidablepro.com</li>\n<li>Update Swedish translation</li>\n<li>Use media_buttons hook instead of deprecated media_buttons_context hook</li>\n<li>Unit test updates</li>\n<li>Fix Portuguese translation error</li>\n<li>Allow more characters in field description</li>\n<li>Prevent plugin styling conflict with user roles dropdown</li>\n<li>Fix installing when the plugin is activated</li>\n<li>Get rid of ambiguity in FrmField::getAll function</li>\n<li>Fix the plugin url when used in the mu-plugins folder</li>\n<li>Make selected values show on form builder page before refresh</li>\n<li>Minor styling changes to frm_total class</li>\n<li>Update stylesheet after import</li>\n<li>Make long text wrap in Chrome cb/radio fields</li>\n<li>Add \'compact\' option to Recaptcha</li>\n<li><strong>Pro Features:</strong></li>\n<li>Fix conditional logic bug</li>\n<li>Fix calculations in repeating sections with visibility admin</li>\n<li>Fix dynamic list fields in repeating sections</li>\n<li>Fix JS error when removing row w/ read only field</li>\n<li>Add JavaScript hook for removeRow function</li>\n<li>Fix error for ordering view by time</li>\n<li>Fix error with no posted values in embedded forms</li>\n<li>Escape CSV cells with \' if they start with = (this is to prevent a vulnerability in Excel)</li>\n<li>Prevent array keys from being appended to user meta vals</li>\n<li>Switch autoupdating to EDD at formidablepro.com</li>\n<li>Prevent frm_display_id from switching when View is updated</li>\n<li>Fix multi-file upload display for embedded forms</li>\n<li>Allow text value to autopopulate dynamic fields</li>\n<li>Make embedded fields show up in View filters</li>\n<li>Don\'t let userID field affect css class in repeating section</li>\n<li>Don\'t check for shortcodes if no brackets are present</li>\n<li>A few auto updating fixes for multisite</li>\n<li>Switch [foreach 25] when form is duplicated</li>\n</ul>\n\n<h4>2.0.14</h4>\n\n<ul>\n<li>Stripslashes in Other field</li>\n<li>Prevent collapse icon from being inserted inside of section</li>\n<li>Make sure roles dropdowns show correctly after clicking update (in Global Settings)</li>\n<li>Make form listing and entry listing pages responsive</li>\n<li>Don\'t truncate form name in excerpt mode</li>\n<li>Fix validating embedded forms</li>\n<li>Fix filtering by repeating fields in Dynamic Views > Detail Page</li>\n<li>Fix dependent Dynamic autocomplete fields with default values</li>\n<li>Fix logic on embedded forms and multiselect dd</li>\n<li>Some readonly field fixes</li>\n<li>Read-only improvements for multiselect dropdown</li>\n<li>Improve JavaScript for multiple forms on a page</li>\n<li>Use the minified css for jQuery UI styling</li>\n<li>Allow view filtering with time fields using NOW</li>\n<li>Allow times to be formatted with [25 format=\'g:i A\']</li>\n</ul>\n\n<h4>2.0.13</h4>\n\n<ul>\n<li>Allow recaptcha to be conditionally hidden on previous pages of form</li>\n<li>Fix error with embedded form on a conditionally hidden page</li>\n<li>Show the editlink after an entry is edited in place</li>\n<li>Make sure collapsible section icons show regardless of characters in the section title</li>\n<li>Don\'t require conditionally hidden dynamic category fields</li>\n<li>Add fields attribute to [editlink] shortcode</li>\n<li>Fix calculations using repeating checkboxes</li>\n<li>Prevent double click on Add button in repeating section</li>\n<li>Clear conditionally hidden fields even if they aren\'t visible</li>\n<li>Make sure pro templates get imported in multisite</li>\n<li>Use separate values by default for post status fields</li>\n<li>Make sure the separate values option is allows for post status fields</li>\n<li>Show the frmcal-week-end class consistently</li>\n<li>Fix default values in repeating Dynamic fields</li>\n<li>Make Private Views show up in shortcode builder</li>\n<li>Don\'t do calculations in conditionally hidden repeating fields</li>\n<li>Do calcs in repeating fields when adding a row</li>\n<li>Improve JS for IE8</li>\n<li>Fix unique time error</li>\n<li>Fix default date in jQuery calendar</li>\n<li>Allow entry key with frm-field-value shortcode</li>\n<li>Fix unique time error</li>\n<li>Improve calculations across page breaks</li>\n<li>Prevent clearing default values when hiding/showing sections</li>\n<li>Run calculations in collapsible sections</li>\n<li>Fix duplicating regular sections</li>\n<li>Add post ID View filter</li>\n<li>Fix empty graphs</li>\n<li>Allow frm-entry-update-field, editlink, and deletelink inside foreach loop</li>\n<li>Fix importing parent_form_id on child forms</li>\n<li>Allow css file updating if FTP creds are present</li>\n<li>A few jshint fixes</li>\n<li>Add \'frm_ajax_url\' hook</li>\n<li>Allow layout classes to be used with submit button</li>\n<li>Remove frm_last class</li>\n<li>Prevent get_filesystem_method error in multisite after update</li>\n<li>Conditionally use ssl for the ajax url for form submission</li>\n</ul>\n\n<h4>2.0.12</h4>\n\n<ul>\n<li>Add option to center form on page</li>\n<li>Improve styling classes for more consistency across different field classes, and make all classes responsive</li>\n<li>Added a few more styling classes: frm_three_fourths, frm_two_fifths, frm_three_fifths</li>\n<li>Remove in-place-editing from the field keys on the form builder page</li>\n<li>Add \'frm_after_update_field_name\' hook for changing a field name during editing</li>\n<li>Update Bootstrap multiselect to v0.9.13</li>\n<li>Add license page to prepare for add-ons. Big things are coming.</li>\n<li>Fix: Prevent loading icon from being huge in some themes</li>\n<li>Fix: When the jQuery UI css is loaded by another plugin on the form builder page, the required icon looked the same whether required or not. This styling conflict is resolved.</li>\n<li>Fix: Make sure the form description size can be changed in the styling settings.</li>\n<li><strong>Pro Features:</strong></li>\n<li>Views can now be filtered by fields in the repeating sections.</li>\n<li>Added [parent_id] shortcode for use in views. This shortcode will only have a value when the displaying entries in repeating sections.</li>\n<li>Allow views to be created using the repeated entries. Since each repeating row is an entry in a hidden form, we can allow views to be created using those repeating rows for more flexability.</li>\n<li>Added order parameter to frm-entry-links</li>\n<li>Allow options in a post status field to come from the form builder. The options should have separate values and the saved values can include \'publish\', \'draft\', \'private\', \'scheduled\'.</li>\n<li>Remove the option to lock field and form keys. This is more of a hassle than a feature.</li>\n<li>Allow the entry key to be used with the frm-field-value shortcode instead of forcing the entry</li>\n<li>Replaced inline 50px height for image fields with .frm_image_from_url class for easier control</li>\n<li>Improve file upload field in Chrome to prevent extra space from showing.</li>\n<li>Added \'frm_save_post_name\' filter. This can be used for custom form actions that create posts.</li>\n<li>Added \'frm_display_data_opts\' filter.</li>\n<li>Prevent frm_display_id custom field from saving when a field is selected in the create post settings instead of customized content</li>\n<li>Fix: When forms were submitted without ajax, the redirect wasn\'t working consistently.</li>\n<li>Fix: The shortcodes weren\'t processing in the message shown after an entry is updated. </li>\n<li>Fix: When we prevented the PayPal action from triggering on import, we stopped all actions. This is now fixed so an action can be set (in the code) to be triggered on import. Posts will now be created on import again.</li>\n<li>Fix: The dynamic list field was showing the entry ID in the entries tab instead of the value.</li>\n<li>Fix: The Add row button wasn\'t showing in a repeating section when returning to edit an entry if there were more than two rows in the section.</li>\n<li>Fix: Improve dropping a field between two sections.</li>\n<li>Fix: Remove nonce check for frm-entry-update-field shortode. Page caching gives front-end nonce checks issues.</li>\n<li>Fix: We changed the parameters sent to the frm_after_update_field hook without realizing it. The \'field_id\' attribute was sometimes an object, but was previously always an integer. This has been updated for reverse compatibility, and \'field\' has been added with the full field object.</li>\n<li>Fix: If you put -100 for the start date in a date field, -100 would show in the date field instead of 1915. This is now working correctly for dynamic values like this with three digits.</li>\n<li>Fix: When filtering a view with a Dynamic field, NOT EQUAL TO will work correctly.</li>\n<li>Fix: Double quotes were causing trouble when included inside an error message returned by the frm_validate_field_entry hook</li>\n<li>Fix: Graphs using x_axis and start_date were having trouble</li>\n<li>Fix: The js error after selecting an option in autocomplete field is fixed when there are calculations in the form.</li>\n</ul>\n\n<h4>2.0.11</h4>\n\n<ul>\n<li>Fix issue with clearing array keys when sanitizing an array when displaying entry values</li>\n<li>When the email \"reply to\" value uses the \"from\" setting, only use the email address without the name</li>\n<li>Switch the form action events to dropdown instead of checkboxes</li>\n<li>Shrink the reCaptcha on small screens</li>\n<li>Add font-weight 100-900 options to styler</li>\n<li>Add frm_email_message filter</li>\n<li>Fixes for javascript errors while form building in IE8</li>\n<li>Only load font.css for the admin bar when user can edit forms</li>\n<li>Add frm_include_form_tag filter for using div instead of form tag</li>\n<li>Add frm_show_submit_button filter for hiding and showing the submit button</li>\n<li>Fix date calculations using date formats that begin with the year</li>\n<li>Allow classes to be included on a hidden input</li>\n<li>Process the entry a little sooner (wp_loaded instead of wp)</li>\n<li>Add frm_capitalize layout class</li>\n<li>Make frm_customize class work for more field types</li>\n<li><strong>Pro Features:</strong></li>\n<li>Set new views to private by default</li>\n<li>Allow clickable=1 in the frm-show-entry shortcode</li>\n<li>Make sure to show the Add row button for repeating sections in IE9</li>\n<li>Correctly require a password before showing password protected views</li>\n<li>Add update_single_field function for easier updating of a single field</li>\n<li>Add frm_datepicker_formats hook for adding format additional options on the Formidable -> global settings page</li>\n<li>Add frm_csv_row hook for adding data to a row in the CSV</li>\n<li>Keep the Pending status selected after save in the post settings</li>\n<li>Add frm_is_dynamic_field_empty filter for overriding whether a dependent dynamic field is available for validation or if the value should be cleared</li>\n<li>Improve dragging and dropping large sections of fields</li>\n<li>Don\'t trigger form actions while importing</li>\n<li>Make sure $entry_ids is still intact for the frm_after_content hook</li>\n<li>Replace m/d/Y format option</li>\n<li>Fix updating a field with the frm-entry-update-field shortcode</li>\n<li>Work on calculating different combinations of fields inside and outside a repeating section</li>\n<li>Only return unique values when a list field is displayed based on checkboxes</li>\n<li>Fix searching entries with a trailing space</li>\n<li>Fix truncating in the dynamic content</li>\n</ul>\n\n<h4>2.0.10</h4>\n\n<ul>\n<li>Add frm_action_triggers hook for adding custom triggers into the actions</li>\n<li>Add frm_{action name here}_action_options hook so any action can be altered</li>\n<li>Prevent extra form actions when a form is duplicated</li>\n<li>Load correct version of formidable.js based on wp-config debugging constant (Thanks @naomicbush for the contributions!)</li>\n<li>Revert get_sortable_columns changes for < WP 4.0 support</li>\n<li><strong>Pro Features:</strong></li>\n<li>Allow calculations inside repeating sections and embedded forms</li>\n<li>Set default values for conditional checkboxes and radio fields and inside conditional sections</li>\n<li>A few changes to the way section fields create divs</li>\n</ul>\n\n<h4>2.0.09</h4>\n\n<ul>\n<li>Add frm_time_to_check duplicate entries filter</li>\n<li>Allow custom JavaScript validation</li>\n<li>Add frm_do_html_shortcodes fiter</li>\n<li>Fix the duplicate entry check</li>\n<li>Include get_columns function in list tables for 4.3</li>\n<li>Use relative URLs in the stylesheet</li>\n<li>Make frm_fifth classes responsive</li>\n<li>Allow 0 to be saved in a checkbox field</li>\n<li>Fix saving forms as drafts</li>\n<li><strong>Pro Features:</strong></li>\n<li>Reduce database calls for Views</li>\n<li>Allow format for default [time] and [date] shortcodes ie [time format=\'H:i A\' round=5]</li>\n<li>Include Dynamic List fields in calculation options</li>\n<li>Make file upload fields more responsive</li>\n<li>Improve repeating section styling</li>\n<li>Improve calculation triggering when fields involved are conditionally hidden</li>\n<li>Don\'t clear readonly fields or default values when hidden conditionally</li>\n<li>Don\'t trigger dynamic field values if there is other logic telling the field to be hidden</li>\n<li>Include Indonesian option for datepicker</li>\n<li>Allow the post author to be changed by the user ID field on edit</li>\n<li>Trigger calculations at the time a conditional field is shown</li>\n<li>Keep the value submitted in a dynamic list field</li>\n<li>Fix graphs that show multiple fields and define the x-axis</li>\n<li>Allow graphs to be included in the success message after ajax submit</li>\n<li>Conditionally show the max character setting in number fields based on whether HTML5 is enabled</li>\n<li>Allow scale fields to work in calculations across multiple pages</li>\n<li>Turn off ajax submit if repeating section includes a file</li>\n<li>Fix entry creation date format on import</li>\n<li>Fix filtering by a checkbox field in the frm-stats shortcode</li>\n<li>Fix logic for third-level fields with conditional logic inside a repeating section</li>\n<li>Make sure conditional logic only affects the newly added row when triggered after a row is added</li>\n<li>Make sure orphaned data is deleted when switching divider to repeating/non-repeating</li>\n<li>Allow drafts=both with user_id filter in View shortcode</li>\n<li>Fix conditionally required fields when option includes quote</li>\n<li>Fix date field errors on multi-page form that submits with Ajax</li>\n<li>Prevent the JetPack conflict with the shortcodes module</li>\n<li>Fix sorting in dependent Dynamic fields</li>\n<li>Registration add-on login form styling</li>\n<li>Fix inline scale field labels</li>\n<li>Fix spacing issue with repeating section grid</li>\n<li>Fix truncation with special characters</li>\n<li>Fix importing repeating sections and embedded forms</li>\n<li>Fix readonly checkboxes in calculations</li>\n<li>Don\'t show empty custom field rows in the post settings</li>\n<li>A few fixes to the formresults shortcode including the file display</li>\n<li>Fix error when duplicating a section without any included fields</li>\n<li>Fix timezones for searching by entry creation and updated dates in a view</li>\n</ul>\n\n<h4>2.0.08</h4>\n\n<ul>\n<li>Fix security vulnerability allowing shortcodes to be excuted inside a form https://research.g0blin.co.uk/?p=618&d=i4ziyggqao0oz0L0vpUTd8KZwrO2P9Mw</li>\n<li>Added frm_filter_final_form hook. This will need to be used to cover shortcodes that span multiple blocks of field HTML since we can\'t do a general shortcode replacement on the rendered form</li>\n<li>Revert change that prevented scripts from firing in the form success message</li>\n<li>Fix timestamp timezone on view/edit entry page</li>\n<li>Added frm_entries_{$col_name}_column hook to allow custom columns on the entries listing page</li>\n<li>Pro: Allow the last page of a form to be conditional</li>\n<li>Pro: When a field is conditionally hidden, clear the value and trigger calculations and child logic </li>\n<li>Pro: Improved accuracy of calculations using the other option, and across page breaks</li>\n<li>Pro: Added frm_calendar_day_names hook for displaying the full weekday name in calendar view</li>\n<li>Pro: Allow a comma-separated list of ids when filtering by entry id in the view settings</li>\n<li>Pro: Include the remove link on multiple file uploads</li>\n<li>Pro: Display a view row correctly right after a quick-edit</li>\n<li>Pro: Delete views when their form is permanently deleted</li>\n<li>Pro: Only show the ID column in google table when specified</li>\n<li>Pro: Fix boolean values in google entry table</li>\n<li>Pro: Reduce the memory usage when exporting a CSV by preventing entry caching</li>\n<li>Pro: Fix dependent taxonomies</li>\n<li>Pro: Fix the graph tooltips and wrap the text on graphs so it doesn\'t go beyond the width of the graph</li>\n<li>Pro: Allow the frm_user_can_edit hook to fire when loading a form with the entry id in the form shortcode</li>\n<li>Pro: Fix backslash removal in the phone format option when the form is saved</li>\n<li>Pro: Make sure validation is always performed even if there are only radio fields on the page, before showing a message that the entry failed</li>\n<li>Pro: Fix Dynamic List fields dependent on Dynamic checkboxes</li>\n<li>Pro: Keep the user on the last page when a draft is saved and there is only one field on the last page</li>\n<li>Pro: Export the category name in the CSV instead of the id</li>\n<li>Pro: Save user ID even if it\'s in a conditional section/page</li>\n</ul>\n\n<h4>2.0.07</h4>\n\n<ul>\n<li>Don\'t escape urls in ajax</li>\n<li>Correctly save all the options on the form settings page</li>\n</ul>\n\n<h4>2.0.06</h4>\n\n<ul>\n<li>Fix an XSS vulnerability in the lite version. When the pro version is active, the vulnerability was resolved.</li>\n<li>Increased security</li>\n<li>Fix the shortcode display on form listing page</li>\n<li>Add frm_helper_shortcode filter</li>\n<li>Prevent javascript error on form settings page when WooThemes Helper plugin is active</li>\n<li>Prevent conflict from unknown plugin/theme that was modifying the post excerpt in form actions, which prevented them from showing</li>\n<li>Only scroll to the errored field and success message if they are not already in view</li>\n<li>Make sure admins always have permission to view menus</li>\n<li>Pro: Fix datepicker field when the jQuery CSS is set to load on all pages</li>\n<li>Pro: Added frm_footer_scripts hook</li>\n<li>Pro: Don\'t autoselect 0 in scale fields</li>\n</ul>\n\n<h4>2.0.05</h4>\n\n<ul>\n<li>Remove deprecated jQuery toggle() calls</li>\n<li>Add html ids to hidden fields</li>\n<li>Make sure the entry name doesn\'t exceed allowed database field size</li>\n<li>Adjust user agent displayed values</li>\n<li>Update Bootstrap javascript to v3.3.4</li>\n<li>Clear more caching for forms, fields, and entries when changes are made</li>\n<li>Lite only: Remove the entry search box on the entries page since the functionality is in pro</li>\n<li>Pro: Fix issue with the CSV export on the Import/Export page</li>\n<li>Pro: Allow for FRMRULES to be on the page multiple times for ajax-loaded forms</li>\n<li>Pro: Add frmThemeOverride_jsErrors function hook</li>\n<li>Pro: Conditionally require fields in a conditional embedded form</li>\n<li>Pro: Fix date calculations and calculations across multiple pages</li>\n<li>Pro: Show the user display name by default with dynamic fields using a user ID field</li>\n<li>Pro: Fix read-only date fields on form submitted with ajax</li>\n<li>Pro: Fix issue with browsing view revisions</li>\n<li>Pro: Fix numeric phone formats without other characters</li>\n<li>Pro: Update masked input js to v1.4</li>\n<li>Pro: Fix issue with NaN showing instead of 0 in values without a number</li>\n<li>Pro: Fix conflict with Easy Digital download auto-updating</li>\n<li>Pro: Include list dynamic fields in the CSV and default email message</li>\n<li>Pro: Match up logic when an option with & is selected</li>\n</ul>\n\n<h4>2.0.04</h4>\n\n<ul>\n<li>Fix XSS vulnerability from add_query_args and remove_query_args</li>\n<li>Remove unneeded options from the form widget and switch old styling setting width from 400px to 100%</li>\n<li>Fix the new form class box in the customizable HTML</li>\n<li>Remove WP support for v3.5 and lower</li>\n<li>Don\'t require the captcha if the keys haven\'t been configured</li>\n<li>Styling enhancements for left and right label settings</li>\n<li>Deactivate plugin after uninstall to prevent tables from being added back</li>\n<li>Add frm_text_block class to Layout tab</li>\n<li>Fix migration of email settigns that haven\'t been updated in over two years</li>\n<li>Fix emailing from only a multiple word name with no email</li>\n<li>Send emails for WordPress default if trying to send from Yahoo</li>\n<li>Pro: Trigger calculation update each time a row is added or removed from repeating section</li>\n<li>Pro: Allow phone format inside of repeating sections</li>\n<li>Pro: Add allow=everyone option to frm-entry-update-field shortcode to prevent permission checking when updating a single field</li>\n<li>Pro: Fix graph limit defaulting to 10 and the min and max options</li>\n<li>Pro: Fix CSV download vulnerability without permission check</li>\n<li>Pro: Fix searching by field on entry listing page</li>\n<li>Pro: Fix exporting multiple entries with the bulk CSV export option</li>\n<li>Pro: Fix Entry ID filter in views when using a comma separated list of ids</li>\n<li>Pro: Fix 3+ level dynamic fields to hide the last field when the first is changed</li>\n<li>Pro: Fix apostraphes in form action logic</li>\n</ul>\n\n<h4>2.0.03</h4>\n\n<ul>\n<li>Use frm_clear instead of clear to minimize conflicts</li>\n<li>Add js fallback for database update on sites without CURL</li>\n<li>Fix issues with emails migrating to actions in php 5.3, and t showing in some emails after updating settings</li>\n<li>Pro: Add frm_date_format filter</li>\n<li>Pro: If a comma separated list of dates is sent for formatting, explode it before formatting</li>\n<li>Pro: Increase the backtrack limit when needed when replacing shortcodes in the view content if server has the limit below default</li>\n<li>Pro: Fix issue causing csv export error</li>\n<li>Pro: Fix the issue cuasing new posts to not be linked to a view if a field is selected for the post content</li>\n<li>Pro: Fix issue some users are having with blank date fields</li>\n<li>Pro: Fix ending collapsible sections at the end of a section instead of waiting for the next section</li>\n<li>Pro: Fix firing calculations on page load when there are multiple calculations</li>\n<li>Pro: Don\'t allow theme to affect the font size of stars</li>\n</ul>\n\n<h4>2.0.02</h4>\n\n<ul>\n<li>Make sure frm_to_email hook is reverse compatible</li>\n<li>Fix php example in the shortcode examples</li>\n<li>Add styling for frm_half classes combined with left or right labels</li>\n<li>Add a fallback if dbDelta is missing</li>\n<li>Remove inline js from the draft button in the default HTML to prevent 404/403 errors on some servers. This change only applies to new forms</li>\n<li>Move the legend tag into the customizable HTML, but without a migration so it won\'t be added to existing forms</li>\n<li>Move the \"before fields\" HTML into the fieldset to it will be parallell with the \"After fields\" HTML</li>\n<li>Make sure partial form transients aren\'t saved for long forms. Make sure it\'s all or nothing.</li>\n<li>Make sure the parent_form_id column was added, and try to add it again if it\'s not there</li>\n<li>Pro: Allow [25 show=count]. This shortcode will return a count of items instead of the items themselves. Intended for use with a repeating section field, but would work with anything.</li>\n<li>Pro: Fix filtering by text from a dynamic field</li>\n<li>Pro: Make sure conditional logic doesn\'t apply to fields that follow a section with logic</li>\n<li>Pro: Make sure any post fields used in custom code are included when the post is created</li>\n<li>Pro: Load the datepicker localization file from the new hosted location</li>\n<li>Pro: Rework the CSV export generation with lower memory usage and more hooks for easily removing columns</li>\n<li>Pro: Fix exporting checkbox fields inside a CSV</li>\n<li>Pro: Update the pagination for Genesis the \'...\'</li>\n<li>Pro: Hopefully fix the missing date format issue some users are running into with the datepicker. Unverified since we couldn\'t replicate.</li>\n<li>Pro: When creating a new view, make sure the filter and order rows include the fields from the selected form</li>\n</ul>\n\n<h4>2.0.01</h4>\n\n<ul>\n<li>Break transients into chunks for large forms ( > 200 fields )</li>\n<li>Remove the upgrade link and perform the upgrade automatically</li>\n<li>Allow upgrades to be done automatically in WordPress multisite with the \'Upgrade Network\' option</li>\n<li>Updated translations</li>\n<li>Only add one line in the email headers for cc and bcc</li>\n<li>Added frm_include_meta_keys hook for including the previously included meta values referenced by field key</li>\n<li>Delete transients with uninstall</li>\n<li>Make sure the legend stays hidden after opening form in a popup</li>\n<li>Pro: Fixed issue with losing conditional logic on fields loaded with ajax on the form builder page</li>\n<li>Pro: Fixed the auto field reordering when adding end sections to old forms</li>\n<li>Pro: Fixed the daily entries graph on the reports page</li>\n<li>Pro: Allow the post author to be overridden with hooks</li>\n<li>Pro: Fixed the [get-param] shortcode for reverse compatibility</li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>Move visual form styler to free version</li>\n<li>Added multiple emails to free version</li>\n<li>Added BCC, CC, and reply to options to emails</li>\n<li>Replaced the reCaptcha with the new no-captcha recaptcha</li>\n<li>Allow multiple roles to be selected for the permissions on the global settings page</li>\n<li>Updated the UI</li>\n<li>Added a trash can for forms as well as draft forms</li>\n<li>Extra security with sanitizing output and prepare database queries extra just to be sure</li>\n<li>Switch to frm_first frm_last frm_half classes for more flexibility</li>\n<li>Added more responsiveness to the styling classes</li>\n<li>Change the field width option from characters to pixels</li>\n<li>Change the user browser info into a more easily readable format, and include it in the lite version</li>\n<li>Add (hidden) legend tag for accessibility</li>\n<li>Fix preview page with 2015 theme</li>\n<li>Reduce duplicate entry check to 1 minute</li>\n<li>Remove a bunch of upgrade messages in the lite version</li>\n<li>Reduce size of indexed db columns for utf8mb4 in WordPress 4.2</li>\n<li>Fixed a SQL vulnerability. Thanks @KacperSzurek for finding it!</li>\n<li>Pro: Added multiple form styling templates, more styling options, and updated the default styling</li>\n<li>Pro: Added repeatable fields and embedded forms</li>\n<li>Pro: Created form actions and consolidated notifications and add-ons</li>\n<li>Pro: All form actions can use conditional logic</li>\n<li>Pro: Added confirmation fields</li>\n<li>Pro: Added read-only radio and check box fields</li>\n<li>Pro: View pagination will automatically take on Genesis theme styling</li>\n<li>Pro: Entire sections can be moved and duplicated</li>\n<li>Pro: Add frm_repeat_start_rows filter to allow the form to start with multiple rows in a repeating section</li>\n<li>Pro: Make the query work for custom code returning a string query on the frm_where_filter hook for reverse compatibility</li>\n<li>Pro: Escape all quotes in CSV</li>\n<li>Pro: Don\'t require dynamic fields with no options</li>\n<li>Pro: Remove stray div in the calendar view</li>\n<li>Pro: Remove \'no files selected\' text if files are selected</li>\n<li>Pro: Add decimal option to calculations</li>\n<li>Pro: Add starts with, ends with, and group by options in View filters</li>\n<li>Pro: Add IP option to view filters</li>\n<li>Pro: Added entry ID to view order options</li>\n<li>Pro: Added hooks: frm_selectable_dates, frm_main_feedback, frm_allowed_times, frm_view_order, frm_csv_headers, frm_map_csv_field</li>\n<li>Pro: Allow min or max in the graph shortcode to be equal to 0</li>\n<li>Pro: Keep users on current page when they click \"Save Draft\"</li>\n<li>Pro: Add pending for post status options in the post settings</li>\n<li>Pro: Include JS with form when editing in place</li>\n<li>Pro: Fix displaying stats accuracy with partial stars</li>\n<li>Pro: Enqueued scripts right before they are printed for easier integration with more popup plugins</li>\n<li>Pro: Allow slashes in Phone Number Format option</li>\n<li>Pro: Allow default templates to be deleted</li>\n<li>Pro: Reduce the baseline memory load</li>\n<li>Pro: Load the form styling on view pages when set to only load styling on applicable pages</li>\n<li>Pro: Change deletelink so it deletes with ajax</li>\n<li>Pro: Add [user_role] shortcode for current user\'s role </li>\n<li>Pro: Add read-only option to Dynamic fields</li>\n<li>Pro: Add single row and multiple row options to Dynamic Radio and Checkbox fields</li>\n<li>Pro: Allow arrays in View filters</li>\n<li>Pro: Allow drafts to be searched with the frm-search form</li>\n<li>Pro: Fix sql error when searching by Hebrew characters</li>\n<li>Pro: Allow the use of field keys in the frm-stats shortcode</li>\n<li>Pro: Force tooltip wrapping in graphs</li>\n<li>Pro: Improve frm_total class for number fields</li>\n<li>Lots of other small features, bug fixes, and code cleanup. Too many little features to list!</li>\n</ul>\n\n<h4>1.07.12</h4>\n\n<ul>\n<li>Add a bunch more caching</li>\n<li>Scroll to field on click in form builder</li>\n</ul>\n\n<h4>1.07.11</h4>\n\n<ul>\n<li>Added hook: frm_check_blacklist for disabling the comment blacklist spam check</li>\n<li>Make nonce id unique per form</li>\n<li>Make sure there is at least one word before truncation</li>\n<li>Pro: Check conditional logic when importing dependent data from entries data</li>\n<li>Pro: Added number field min and max settings to php validation</li>\n<li>Pro: Added dynamic height to the chosen search field</li>\n<li>Pro: Allow HTML in the message for the frm-entry-update-field shortcode</li>\n<li>Pro: Added title parameter to frm-entry-update-field, frm-entry-edit-link, and frm-entry-delete-link</li>\n<li>Pro: Added end_date parameter to frm-stats shortcode</li>\n<li>Pro: Added hook: frm_display_value_atts</li>\n<li>Pro: Added hook: frm_after_duplicate_entry</li>\n<li>Pro: Added hook: frm_show_it</li>\n<li>Pro: Add nonce check for importing entries</li>\n<li>Pro: Fixed display of files with an icon when editing an entry</li>\n</ul>\n\n<h4>1.07.10</h4>\n\n<ul>\n<li>Improve ajax form load speed on form builder page</li>\n<li>Added 4.0 compatibility for deprecated like_escape function</li>\n<li>Remove label html in radio and checkbox fields when label=0 is used on the [input] tag in the customizable HTML</li>\n<li>Fix Akismet integration for current version of Akismet</li>\n<li>Added Italian translation</li>\n<li>Added a few ajax nonce checks but don\'t require valid nonce for logged-out users for caching reasons</li>\n<li>Allow data-something=\"value\" inside the [input] short code</li>\n<li>Pro: Allow [default-message] to have short code parameters to set rtl (direction=rtl), font size (font_size=\"14px\"), and styling (text_color=\"000\" border_width=\"1px\" border_color=\"000\" bg_color=\"fff\" alt_bg_color=\"eee\").</li>\n<li>Pro: Added frm_html_scoll_box class for scrolling content in an HTML field</li>\n<li>Pro: Allow recurring entries using values like \"Third Wednesday of [frmcal-date]\"</li>\n<li>Pro: Allow comma separated view filters for entry key and id</li>\n<li>Pro: Allow drafts=both in view short code and form results short code</li>\n<li>Pro: Added created_at and updated_at support to the frm-stats short code</li>\n<li>Pro: Added column separation option to csv export</li>\n<li>Pro: Added hook: frm_csv_column_sep for changing the , separation between columns in csv</li>\n<li>Pro: Added hook: frm_csv_field_ids to specify fields to export in CSV</li>\n<li>Pro: Added hook: frm_filter_where_val and frm_filter_dfe_where_val for filtering only the value instead of the full WHERE statement</li>\n<li>Pro: Added hook: frm_rte_options for adding options to the TinyMce editor</li>\n<li>Pro: Added hook: frm_show_form_after_edit to show or hide the form differently from create</li>\n<li>Pro: Added hook: frm_scroll_offset to change the point of scroll after submit to allow for static headers</li>\n<li>Pro: Added hook: frm_ajax_load_styles for allowing additional styles on ajax loaded form pages</li>\n<li>Pro: Added hook: frm_create_cookies for preventing cookie creation</li>\n<li>Pro: Added hook: frm_filter_auto_content to prevent filtering on auto-inserted views</li>\n<li>Pro: Added hook: frm_file_icon to change what is displayed for a upload field when editing</li>\n<li>Pro: Import CSV values for a taxonomy field correctly when the term name is in the CSV instead of requiring the ID</li>\n<li>Pro: Import CSV dates correctly in entries if format has been changed to a day-first format</li>\n<li>Pro: Added Post ID into the view filtering options</li>\n<li>Pro: Added support for multiselect drop downs in calculations</li>\n<li>Pro: Updated the way templates are fetched for wpmu copying</li>\n<li>Pro: Show any additional info on the entry view page that is stored in the entry description</li>\n<li>Pro: Update to Chosen 1.1.0</li>\n<li>Pro: Allow comma-separated values to populate a checkbox field</li>\n<li>Pro: Make fields and exclude_fields parameter work with multi-page forms (required fields are still a limitation)</li>\n<li>Pro: Allow drafts=1 or drafts=both in stats shortcode</li>\n<li>Pro: Allow field keys in stats filtering</li>\n<li>Miscellaneous bug fixes</li>\n</ul>\n\n<h4>1.07.09</h4>\n\n<ul>\n<li>Added hook: frm_bulk_field_choices for adding custom prepopulated options</li>\n<li>Cleanup styling on bulk option popup</li>\n<li>Fixed submission error affecting some sites</li>\n<li>PRO: Don\'t reload javascripts after ajax submit</li>\n<li>PRO: Improve no conflict styling mode</li>\n<li>PRO: Fixed cascading calculations</li>\n<li>PRO: Allow HTML for the label and cancel links in the edit link shortcodes</li>\n</ul>\n\n<h4>1.07.08</h4>\n\n<ul>\n<li>Check the words on the WordPress blacklist before submitting an entry</li>\n<li>PRO: Added server dynamic default value for getting values from the PHP SERVER array like the current url</li>\n<li>PRO: Added hook: frm_csv_sep for changing , to a different separator for checkbox fields</li>\n<li>PRO: Exclude child categories in regular dropdown fields</li>\n<li>PRO: Added drafts parameter to formresults shortcode</li>\n<li>PRO: Added x_order parameter to graph shortcode and modified graphs to work correctly with checkboxes</li>\n<li>PRO: Added hook: frm_delete_message to customize the message shown after an entry is deleted</li>\n<li>PRO: Added != option to frm-stats shortcode options</li>\n<li>PRO: Added repeating events</li>\n<li>PRO: Improved database call for Views.</li>\n<li>PRO: Added a no conflict styling mode for overriding theme styling in the styling settings</li>\n</ul>\n\n<h4>1.07.07</h4>\n\n<ul>\n<li>Added clarity to message in license box when pro is not installed</li>\n<li>Added Spanish and Serbian translations. Thank you Ognjen Djuraskovic!</li>\n<li>Fixed XML form export in free version</li>\n<li>PRO: Added import_csv function back in with deprecated message and fallback</li>\n<li>PRO: Improved conditional statement replacing</li>\n<li>PRO: Minimize search form HTML</li>\n<li>PRO: Prevent comments on the view entry page from being deleted when the entry is updated</li>\n<li>PRO: Only run before delete entry hook on delete all button if posts are turned on</li>\n<li>PRO: Switch out ids for dependent fields after importing forms</li>\n<li>PRO: Added x_axis=month and x_axis=quarter option to graph shortcode</li>\n</ul>\n\n<h4>1.07.06</h4>\n\n<ul>\n<li>Return graceful error message if no DOMDocument enabled</li>\n<li>Allow fields to be updated via XML import by field key for non-templates</li>\n<li>Added minimize=1 option to the [formidable] short code to minimize the form HTML to prevent wpautop interference</li>\n<li>Correctly return fallbacks on a couple deprecated functions</li>\n<li>PRO: Allow field keys in the frm-stats shortcode for fieldid=value</li>\n<li>PRO: Fixed attaching file upload to entries when using single files</li>\n</ul>\n\n<h4>1.07.05</h4>\n\n<ul>\n<li>Added XML import/export</li>\n<li>Moved more email settings and bulk form delete to free version</li>\n<li>Added form edit links to admin bar</li>\n<li>Removed .required class from required form inputs to minimize conflicts</li>\n<li>Revert to random entry keys now that data from entries values can be used in filtering views</li>\n<li>Encode email subject with frm_encode_subject hook to prevent encoding</li>\n<li>PRO: Allow entries to be edited via csv import when entry ID is included</li>\n<li>PRO: Expanded conditional logic for email notifications</li>\n<li>PRO: Allow the frm-field-value shortcode to get the entry ID from the URL. [frm-field-value field_id=x entry_id=id]. Replace \"id\" with the name of the parameter in your URL</li>\n<li>PRO: Added separate set of confirmation options for editing</li>\n<li>PRO: Added option to disable visual tab on each view</li>\n<li>PRO: Added \'action\' parameter back to the frm_redirect_url hook</li>\n<li>PRO: Added drafts parameter to view shortcode to show draft entries. [display-frm-data id=40 drafts=1]</li>\n<li>PRO: Switched star ratings to icon font</li>\n<li>PRO: Added multiple=\"multiple\" into multiple file upload fields</li>\n<li>PRO: Allow field keys in the exlude_fields shortcode option</li>\n<li>PRO: Allow updated-at, created-at, updated-by to by used in conditional statements</li>\n<li>PRO: Added update message and button to global default messages</li>\n<li>PRO: Added progress bar to csv import</li>\n<li>PRO: Added hook: frm_csv_line_break filter for changing line breaks in csv export</li>\n<li>PRO: Change the updated_at and updated_by values when a field is changed with the edit field link</li>\n<li>PRO: Fixed adding new conditional logic to newly added notifications</li>\n<li>PRO: Allow \"GROUP BY\" addition to form in frm_where_filter by rearranging SQL</li>\n<li>PRO: Don\'t apply custom display filters to single post page</li>\n<li>PRO: Fixed showing only file name in views</li>\n<li>PRO: Removed Pretty Link plugin integration to be placed in an add-on</li>\n<li>PRO: Added delete_link and confirm parameter to formresults shortcode</li>\n<li>PRO: Added entry_id, x_title, y_title, start_date, and tooltip_label to graph shortcode options</li>\n<li>PRO: Allow data from entries fields to be used as x_axis in graphs</li>\n<li>PRO: Allow field keys in graph shortcode</li>\n<li>PRO: Add height and line-height to Global Settings</li>\n<li>PRO: Filter the empty_msg for Views</li>\n<li>PRO: Added draft status to csv export/import</li>\n<li>PRO: Check for valid file type when saving a draft</li>\n<li>PRO: Added sorting on entry listing table for non-post fields</li>\n<li>PRO: Fixed form pagination with errors and no ajax validation</li>\n<li>PRO: Changed image to a link when editing an entry with an image</li>\n<li>PRO: Moved the frm_setup_new_fields_vars hook to fire later when dynamically getting options from a dependent data from entries field</li>\n<li>PRO: Added frm_get_categories hook</li>\n<li>PRO: Added frm_jquery_themes hook for creating custom jQuery calendar themes</li>\n<li>PRO: Added frm_no_data_graph hook for customizing \"No Data\" message for graphs</li>\n</ul>\n\n<h4>1.07.04</h4>\n\n<ul>\n<li>Minor back-end styling fixes</li>\n<li>PRO: Added frm_show_delete_all hook to hide the \"delete all entries\" button, and show by default for those with back-end entry editing capabilities</li>\n<li>PRO: Fixed inserting conditional examples from the sidebar box</li>\n<li>PRO: Fixed viewing single post with some view configurations</li>\n<li>PRO: Fixed detailed view for calendar displays when entries are not posts</li>\n<li>PRO: Fixed conditional logic on page load for radio buttons</li>\n<li>PRO: Make sure entries aren\'t deleted in another form if using the form switcher right after deleting all entries in a form</li>\n<li>PRO: Fixed error when saving a field with conditional logic with no field selected</li>\n<li>PRO: Allow subscribers and below to add custom taxonomies to posts</li>\n<li>PRO: Fixed conditional data from entries fields across multiple pages in an ajax form</li>\n</ul>\n\n<h4>1.07.03</h4>\n\n<ul>\n<li>Removed auto updating from free version</li>\n<li>PRO: Added secondary ordering options in Views</li>\n<li>PRO: Allow newly added custom fields on the \"Create posts\" tab to be selected from existing options</li>\n<li>PRO: Allow html=1 and show_filename=1 to be used together for showing a filename linking to the file</li>\n<li>PRO: If not using show_filename=1, default to show the file type icon or non-image file types</li>\n<li>PRO: Fixed ordering in a view set to show a single entry</li>\n<li>PRO: Fixed adding new filters to views</li>\n<li>PRO: Allow a low-level user to edit entries submitted by another user when the setting is turned on, even if they have not submitted an entry themselves</li>\n<li>PRO: Fixed data from entries fields across multiple pages</li>\n<li>PRO: Added [updated-by] shortcode for use in views</li>\n<li>PRO: Send the detail page of a view through any set filters</li>\n<li>PRO: In a view, use limit over page size if limit is lower</li>\n<li>PRO: Fixed going backwards in a multi-paged form, when 2 or more pages are skipped at a time</li>\n</ul>\n\n<h4>1.07.02</h4>\n\n<ul>\n<li>Added form switcher to nav and other UI enhancements</li>\n<li>Remove slashes from a single entry retrieved from cache</li>\n<li>Remove slashes added by ajax before saving to db</li>\n<li>Fixed naming so plugin info and change log links are correct on plugins page</li>\n<li>Updated default submit button HTML to include [frmurl] for a dynamic url</li>\n<li>Added nonce fields and checking for increased security</li>\n<li>Switched to placeholder with IE fallback for those using HTML5</li>\n<li>Updated duplicate entry checking for more accuracy</li>\n<li>Improved long form load time and usability</li>\n<li>Added French translation</li>\n<li>Removed unnecessary definitions: FRM_IMAGES_URL, IS_WPMU, FRMPRO_IMAGES_URL</li>\n<li>Dropped support for < jQuery 1.7 (< WP 3.3)</li>\n<li>Added frm_radio_class, frm_checkbox_class, and frm_submit_button_class hooks</li>\n<li>Moved radio and checkbox inputs inside the label tags</li>\n<li>Updated default styling</li>\n<li>Added frm_text_block and frm_clearfix styling classes</li>\n<li>Added force_balance_tags on the in-place-editing fields on the form builder page to prevent issues with adding bad HTML</li>\n<li>PRO: Switch field IDs in email settings in duplicated form</li>\n<li>PRO: Added option to save drafts</li>\n<li>PRO: Added phone format option, including an input mask if format is not a regular expression</li>\n<li>PRO: Added exclude_fields to the form shortcode. Ex [formidable id=2 exclude_fields=\"25,26\"]</li>\n<li>PRO: Added styling reset button on styling page</li>\n<li>PRO: Switch \"Custom Display\" terminology to \"View\"</li>\n<li>PRO: Allow any values in the form shortcode to set $_GET values. [formidable id=x get=\"something\"]. Then use [get param=\"get\"] in a field</li>\n<li>PRO: Allow the field value to be used to filter data from entries values in custom displays, statistics, and graphs</li>\n<li>PRO: Increased CSV export efficiency</li>\n<li>PRO: Allow for quotation marks in values used to get stats in the frm-stats shortcode</li>\n<li>PRO: Fixed entry listing widget to get values from stats for more accuracy</li>\n<li>PRO: Updated template export to include all form settings</li>\n<li>PRO: Drop WP_List_Table fallback for < WP 3.1</li>\n<li>PRO: Make custom display pagination unique to allow multiple paginated displays on a single page</li>\n<li>PRO: Remove WPML-related translating options, and move to the add-on</li>\n<li>PRO: Added [entry_count] for use in custom displays</li>\n<li>PRO: Allow a blank option for multiselect data from entries fields when set to autocomplete</li>\n<li>PRO: Adjust imported created and updated times from server setting to UTC</li>\n<li>PRO: Switch time field generation from javascript to php</li>\n<li>PRO: Allow [if created-at less_than=\"-1 month\"]</li>\n<li>PRO: Added frm_default_field_opts hook</li>\n<li>PRO: Added frm_send_to_not_email hook for notifications that are triggered on non-emails</li>\n<li>PRO: Updated file uploading progress bar with frm_uploading_files hook added to text</li>\n<li>PRO: Only show \"create entry in form\" box if user has permission to create entries</li>\n<li>PRO: Removed icons from error message</li>\n<li>PRO: Fixed collapsable entry list bullets</li>\n<li>PRO: Fixed dependent multi-select data from entries fields on edit</li>\n<li>PRO: Added frm_back_button_class hook</li>\n<li>PRO: Fixed quotation marks in conditional logic</li>\n<li>PRO: Allow filtering by a field value in graphs</li>\n<li>PRO: Make x_axis=created_at work in graphs</li>\n<li>PRO: Added if statements to Default HTML button in email message</li>\n<li>PRO: Added show_filename option to file upload fields</li>\n<li>PRO: Allow dropdown data from entries fields to be set as read only</li>\n</ul>\n\n<h4>1.07.01</h4>\n\n<ul>\n<li>Added for attribute to labels for newly created fields</li>\n<li>Fixed issue with slashes showing in content if retrieved from cache</li>\n<li>Prevent multiple checks for updates when pro is authorized, but free version is installed</li>\n<li>Added frm_form_fields_class hook</li>\n<li>PRO: Fixed days events are shown on the calendar with months starting on Sunday and week start day set to Monday</li>\n<li>PRO: Added option to not load a JQuery UI stylesheet</li>\n<li>PRO: Added \"Entry ID\" option to the back-end entry search options</li>\n<li>PRO: Added frm_csv_filename hook for changing the csv file name</li>\n<li>PRO: Allow siteurl and sitename in after content box in custom display</li>\n<li>PRO: Allow autocomplete selection to be unselected on front-end</li>\n<li>PRO: Fixed conditional validation for fields in a conditional section heading beyond page 1</li>\n</ul>\n\n<h4>1.07.0</h4>\n\n<ul>\n<li>Submit build form in one input with ajax to prevent max_input_vars limitations</li>\n<li>Load fields on the build page with ajax for long forms and other form builder page optimization</li>\n<li>Added submit button to customizable HTML</li>\n<li>Added clickable styling classes to form builder sidebar</li>\n<li>Create entry key from first required text field</li>\n<li>Set the default name of a field to the field type instead of \"Untitled\"</li>\n<li>Added minified version of formidable.js</li>\n<li>Added warning message if a non-unique value is added as a field value</li>\n<li>Removed messages for strict standards</li>\n<li>Fixed inline and left labels for checkboxes</li>\n<li>PRO: Added back button on multi-paged forms</li>\n<li>PRO: Added conditional logic on page breaks for skipping pages</li>\n<li>PRO: Added loading indicator by submit button and on dependent data from entries fields</li>\n<li>PRO: Switched out username and passwords for license numbers</li>\n<li>PRO: Updated timestamp in CSV to adjust for WordPress timezone selection</li>\n<li>PRO: Updated value in CSV for file upload fields</li>\n<li>PRO: Include comments in the CSV export</li>\n<li>PRO: Made dynamic default values clickable on form builder page</li>\n<li>PRO: Added column in CSV for value for fields that are set to use separate values</li>\n<li>PRO: Allow for quotation marks in field labels for the CSV export</li>\n<li>PRO: Added frm_import_val hook for CSV importing</li>\n<li>PRO: Removed border styling from the container around radio and checkbox fields</li>\n<li>PRO: Added frm_order_display hook</li>\n<li>PRO: Added utf8 support to sanitize_url=1 option</li>\n<li>PRO: Added \"confirm\" option to frm-entry-links shortocode that is used before an entry is deleted</li>\n<li>PRO: Copy conditional logic and field calculations into duplicated forms</li>\n<li>PRO: Allow clickable=1 and images to be used with Google formresults shortcode</li>\n<li>PRO: Allow [25 show=\"user_email\"] for data from entries fields to get user info from the user ID from the linked form, and [25 show=\"30\" show_info=\"user_email\"] to get values from a field linked through 2 data from entries fields</li>\n<li>PRO: Allow tags fields to be used with hierarchal taxonomies</li>\n<li>PRO: No longer require fields in a conditionally hidden section heading</li>\n<li>PRO: Added option for frmThemeOverride_frmAfterSubmit function for custom javascript after ajax submit</li>\n<li>PRO: Updated star rating javascript version</li>\n<li>PRO: Check field key when creating a form from a template to see if the trailing \"2\" can be removed</li>\n<li>PRO: Don\'t show custom display content for password protected posts until allowed</li>\n<li>PRO: Switch the cancel link to edit link after a form is submitted with in-place-edit and ajax</li>\n<li>PRO: Switched front-end ajax to use hooks (frm_ajax_{controller}_{action})</li>\n<li>PRO: Call ajax later on the init hook to prevent php notices when WooCommerce is active</li>\n<li>PRO: Delete entries on the same page as the frm-entry-links shortcode, and added a confirmation message: confirm=\"Are you sure?\"</li>\n<li>PRO: Correctly check if jQuery on() function exists</li>\n<li>PRO: Fixed calendar display for months starting on Sunday when the week start day is set to Monday</li>\n<li>PRO: Removed \"custom display\" from the post type options on the \"create posts\" settings tab</li>\n<li>PRO: Allow multiple values to be imported into an entry via csv in a multi-select dropdown field</li>\n</ul>\n\n<h4>1.06.11</h4>\n\n<ul>\n<li>Added styling classes: two thirds, scroll box, columns (frm_first_two_thirds, frm_last_two_thirds, frm_scroll_box, frm_total, frm_two_col, frm_three_col, frm_four_col, )</li>\n<li>Added container in default html for new check box and radio fields</li>\n<li>PRO: Added a print link on the view entry page in the back-end</li>\n<li>PRO: Added support for category stats in the frm-stats shortcode</li>\n<li>PRO: Allow the edit link to dynamically get the id of the entry when used on a post page. Ex: [frm-entry-edit-link id=current label=\"Edit\" page_id=92]</li>\n<li>PRO: Allow non-admin users to see the user ID drop down in the back-end when they have permission to edit entries from the back-end</li>\n<li>PRO: Added frm_data_sort hook for sorting data from entries options</li>\n<li>PRO: Allow dropdown fields to be selected as the post title</li>\n<li>PRO: Switched data from entries drop downs to use field key in the html id instead of the field id for consistency</li>\n<li>PRO: When importing templates, use the path shown in the box whether it has been saved or not</li>\n<li>PRO: Fixed admin-only fields to still save to created post</li>\n<li>PRO: Fixed issue preventing required multiple file upload fields from being required</li>\n<li>PRO: Updated input mask script to 1.3.1</li>\n<li>PRO: Added hooks for entries in the admin: frm_row_actions, frm_edit_entry_publish_box, frm_show_entry_publish_box, frm_edit_entry_sidebar</li>\n</ul>\n\n<h4>1.06.10</h4>\n\n<ul>\n<li>Allow the usage of any html attributes inside the [input] tag in the customizable HTML</li>\n<li>PRO: Added \"Chosen\" autocomplete to dropdown fields</li>\n<li>PRO: Added automatic width option to data from entries fields</li>\n<li>PRO: Extended the \"admin only\" field option to all user roles, or only logged-in or logged-out users</li>\n<li>PRO: Added multiple-select to data from entries dropdowns</li>\n<li>PRO: Added more info to the form settings sidebar</li>\n<li>PRO: Resolved conflict between ajax submit and plugins/themes with whitespace in php files</li>\n<li>PRO: Fixed template export to properly serialize and escape for multiple choice fields</li>\n</ul>\n\n<h4>1.06.09</h4>\n\n<ul>\n<li>DROPPED PHP4 SUPPORT. Do not update if you run PHP4.</li>\n<li>Added the \"create template\" link into the free version</li>\n<li>Added quotes around the menu position number to minimize menu position conflicts with other plugins</li>\n<li>Moved all stripslashes to the point the data is retrieved from the database</li>\n<li>Switched the field options bulk edit to use the admin ajax url to minimize plugin conflicts</li>\n<li>Changed all occurrences of .live() to .on() for jQuery 1.9 compatibility</li>\n<li>PRO: Added AJAX form submit</li>\n<li>PRO: Dropped Open Flash Chart support due to security vulnerabilities</li>\n<li>PRO: Added multiple option to dropdown fields</li>\n<li>PRO: Added unique error message into global and field settings</li>\n<li>PRO: Added option to limit by ranges in the frm-stats shortcode. Ex: [frm-stats id=50 \'-1 month\'<45<\'-3 days\']</li>\n<li>PRO: Automatically strip javascript before displaying entries through a custom display</li>\n<li>PRO: Added striphtml=1 and keepjs=1 options for use in custom displays</li>\n<li>PRO: Added option to get the field description with [125 show=\"description\"]</li>\n<li>PRO: Added separate value column on entries page</li>\n<li>PRO: Added link to delete entry only and leave post</li>\n<li>PRO: Added box for custom css in the styling settings</li>\n<li>PRO: Added buttons to insert default HTML or plain text for those who wish to modify the default message without starting from scratch</li>\n<li>PRO: Added link to uploaded files in the entry edit form</li>\n<li>PRO: Added \"like\" and \"not like\" options to the conditional logic for hiding and showing fields</li>\n<li>PRO: Switched section headings to use h3 tags by default instead of h2</li>\n<li>PRO: Migrated \"Allow Only One Entry for Each\" fields to the unique checkbox on each field</li>\n<li>PRO: Allow for multiple uses of frm-entry-update-field for the same field and entry</li>\n<li>PRO: Allow external short codes in the email recipients box</li>\n<li>PRO: Allow the frm-search shortcode to be used in text widgets</li>\n<li>PRO: Switched conditional fields to show and hide instead of fadeIn and fadeOut</li>\n<li>PRO: Switched rich text fields to default to TinyMCE</li>\n<li>PRO: Correctly send emails to [admin_email], and allow the same email address to receive multiple notifications from the same form</li>\n<li>PRO: Filter shortcodes in success message when the form is limited to one entry per user and editable</li>\n<li>PRO: Correctly show the taxonomy name even if it is not linked to a post</li>\n<li>PRO: Fixed read-only option to work with dropdown fields</li>\n<li>PRO: Fixed post password setting</li>\n<li>PRO: Fixed post content replacement when entry is updated instead of only on creation</li>\n<li>PRO: Fixed frm-stats shortcode to allow field keys when using the value option</li>\n<li>PRO: Fixed custom displays getting used if they are in the trash</li>\n<li>PRO: Fixed custom display pages to not include the unfiltered post content when there are no entries to display</li>\n<li>PRO: Fixed the bulk delete option showing for users without permission to delete in the bulk actions dropdown on the admin entry listing page</li>\n<li>PRO: Fixed the delete link in entry edit links shortcode to prevent it from going to a blank form when using the page_id param</li>\n<li>PRO: Fixed calendar to show the correct number of extra boxes when not starting on Sunday</li>\n<li>PRO: Fixed repeated, inline conditional logic in custom displays</li>\n<li>PRO: Fixed option to copy forms to other sites in multi-site installs, so they will no longer be copied when the box is unchecked </li>\n<li>PRO: Fixed admin-only fields to not validate for users who can\'t see the field\n<h4>1.06.08</h4></li>\n<li>Changed class names on action links on the form listing table to prevent conflicts with themes and other plugins</li>\n<li>PRO: Filter shortcodes if any in the login message</li>\n<li>PRO: Fixed order of fields shown in default email notification</li>\n<li>PRO: Keep files attached to the post when editing the entry and using multiple file upload option</li>\n<li>PRO: Attach file uploads to WP post even if the upload field is not set as a custom field</li>\n<li>PRO: Fixed bug forcing site name and admin email as the email \"from\" info when a custom name/email is selected</li>\n<li>PRO: Send a notification even if the notification before it is empty</li>\n<li>PRO: Fixed conditional logic on email notifications to make sure they are stopped when they should be</li>\n<li>PRO: Automatically send emails to the saved value of a field when used in the \"Email recipients\" box without requiring show=field_value\n<h4>1.06.07</h4> </li>\n<li>Added mb_split fallback for servers without mbstring installed</li>\n<li>Changed menu position to prevent override from other plugins and themes</li>\n<li>PRO: Fixed issue with the form shortcode showing if using multiple forms with default values on the same page</li>\n<li>PRO: Fixed javascript error in frm-entry-update-field shortcode</li>\n<li>PRO: Send the \"read more\" link to the single entry page instead of showing in-place for dynamic displays\n<h4>1.06.06</h4></li>\n<li>Removed generic classes from input fields like \"text\" and \"date\"</li>\n<li>Correctly jump down to form with error messages</li>\n<li>Added frm_setup_new_entry hook for overriding defaults for all fields in one hook when presenting a blank form</li>\n<li>Added \"This field cannot be blank\" message to global settings</li>\n<li>Changed substr to mb_substr for language-safe truncation</li>\n<li>WP 3.5 compatibility</li>\n<li>Fixed conflict with W3TC that was adding slashes into options on the form settings page</li>\n<li>Show a message on the form builder page if a reCaptcha is included in the form, but not set up</li>\n<li>Switch from add_object_page to add_menu_page to prevent menu position conflicts</li>\n<li>(Free only) Allow emails to be sent from the admin email instead of forcing an email address from the submitted entry</li>\n<li>PRO: Added multiple-image upload</li>\n<li>PRO: Added unlimited emails per form and conditional routing</li>\n<li>PRO: Use the \"customized content\" box to save the actual content if no field is selected for the post content</li>\n<li>PRO: Added frm-field-value shortcode to get the value of a field in another form. [frm-field-value field_id=25 user_id=current entry_id=140 ip=1]</li>\n<li>PRO: Added frm-show-entry shortcode to show an entry in the same formats as the default email message. [frm-show-entry id=100 plain_text=1 user_info=1]</li>\n<li>PRO: Added frm_set_get shortcode to artificially set $_GET values for use in custom displays or dynamic defaults values. [frm-set-get any_param=\"any value\" another=\"value 2\"] This can be fetched with [get param=\"any_param\"] [get param=\"another\"]</li>\n<li>PRO: Extended conditional logic for displaying fields to include text, number, email, website, and time fields</li>\n<li>PRO: Added support for the [frm-search] shortcode into the [formresults] table</li>\n<li>PRO: Updated NicEdit</li>\n<li>PRO: If http isn\'t included in a url or image field, automatically add it during validation</li>\n<li>PRO: Added \"wrap\" parameter to the frm-graph shortcode to wrap the text in long questions</li>\n<li>PRO: Added localization to custom display calendar to start on day of the week selected in WordPress settings</li>\n<li>PRO: Added entry updated dates to custom display shortcodes</li>\n<li>PRO: Correctly check uniqueness of post fields when there are no other error messages</li>\n<li>PRO: If using a number field with the value \"0\" that is linked through a data from entries field, show 0 instead of nothing</li>\n<li>PRO: Update for more accurate checking for hierarchal taxonomies when saving posts</li>\n<li>PRO: Evaluate numbers as numeric instead of a string for conditional logic for hiding and showing fields</li>\n<li>PRO: Fix to allow tags fields and other fields in the same form that are mapped to the same taxonomy</li>\n<li>PRO: Fixed conditional logic to work correctly when dependent on the value \"0\"</li>\n<li>PRO: Fixed display of shortcodes inside the before or after content areas of the custom display if nesting [get param=something]</li>\n<li>PRO: Fixed calculations for multiple-paged calculations with checkbox fields that may not be checked</li>\n<li>PRO: Fixed checkbox fields linked through another field to display properly in a custom display</li>\n<li>PRO: Fixed separate values to work with sending to email addresses</li>\n<li>PRO: Show a max of 500 options in a data from entries field in the admin to prevent server limits from making the form inaccessible</li>\n<li>PRO: Make sure the graphs printed from the reports page are not split when printing</li>\n<li>PRO: Fixed the link to show more text in the custom display to show the text in place or link to the single page correctly depending on the custom display type</li>\n<li>PRO: Removed \"just show it\" data from entries fields in the email checkbox settings</li>\n<li>PRO: Remove post custom fields from database if blank</li>\n<li>PRO: Fixed frm-stats shortcode to work with post custom fields combined with the value parameter</li>\n<li>PRO: Fixed div nesting issue when using collapsible section headings followed by non-collapsible sections headings</li>\n<li>PRO: Removed separate values checkbox for post status and taxonomy fields</li>\n<li>PRO: Fixed double filtering forms if inserted in the dynamic box of a custom display used for posts</li>\n<li>PRO: Fixed page size and limit overriding single entry displays\n<h4>1.06.05</h4></li>\n<li>Fixed WP 3.4 layout issues with missing sidebars</li>\n<li>Added responsive css for WP 3.4 to keep the form builder sidebar box showing on small screens</li>\n<li>Updated the delete option trash can to appear more easily</li>\n<li>Use absolute path for php includes() and requires() to prevent them from using files from other plugins or themes</li>\n<li>Updated translations</li>\n<li>PRO: Prevent wp_redirect from stripping square brackets from urls</li>\n<li>PRO: Fixed calculations for fields hidden in a collapsible section</li>\n<li>PRO: Fixed delete link to work on pages without forms</li>\n<li>PRO: Added support to import checkbox field values in multiple columns</li>\n</ul>\n\n<h4>1.06.04</h4>\n\n<ul>\n<li>Moved form processing to avoid multiple submissions when some plugins are activated and remove the page before redirection</li>\n<li>Removed BuddyPress filters from the email notifications to avoid forcing them to send from noreply@domain.com</li>\n<li>Allow blank required indicator and to email in forms</li>\n<li>Fix to allow access to form, entry, and display pages for WordPress versions < 3.1</li>\n<li>Fixed default checkbox or radio field values for fields with separate option values</li>\n<li>Corrected Arkansas abbreviation in templates and bulk edit options</li>\n<li>Fixed display of radio field values from fields with separate values</li>\n<li>PRO: Added custom display content box into \"create posts\" settings tab</li>\n<li>PRO: Added options to auto-create fields for post status and post categories/taxonomies</li>\n<li>PRO: Added link to de-authorize a site to use your Pro credentials</li>\n<li>PRO: Added meta box on posts with link to automatically create a form entry linked to the post</li>\n<li>PRO: Hide pro credentials settings form when pro is active</li>\n<li>PRO: Fixed redirect URL to correctly replace shortcodes for forms set to not save any entries</li>\n<li>PRO: Fixed regular dropdown field taxonomies to trigger conditional logic and use the auto width option</li>\n<li>PRO: Allow searching by user login when selecting a user ID field to search by on the admin entries page</li>\n<li>PRO: Updated the auto_id default value to continue functioning correctly even if there are non-numeric values in entries</li>\n<li>PRO: Added an index.php file into the uploads/formidable folder to prevent file browsing for those without an htaccess file</li>\n<li>PRO: Allow field IDs as dynamic default values ie [25]. This will ONLY work when the value has just been posted.</li>\n<li>PRO: Added the display object into the args array to pass to the frm_where_filter hook</li>\n<li>PRO: Allow for negative numbers in calculations</li>\n<li>PRO: Allow for unlimited GET parameter setting in the custom display shortcode. [display-frm-data id=2 whatever=value whatever2=value2]</li>\n<li>PRO: Switched phone field to HTML5 \"tel\" input type</li>\n<li>PRO: Added a frm_cookie_expiration hook to change the cookie expiration time</li>\n<li>PRO: Added cookie expiration option</li>\n<li>PRO: Added frm_used_dates hook for blocked out dates in unique datepickers</li>\n<li>PRO: Added frm_redirect_url hook</li>\n<li>PRO: Fixed forms submit button labels for forms in add entry mode that follow a form in edit mode on the same page</li>\n<li>PRO: Fixed CSV import for delimiters other than a comma</li>\n<li>PRO: Added three icons to the error icon setting</li>\n<li>PRO: Fixed duplicate deletion messages when using [deletelink] in the form customizable HTML</li>\n<li>PRO: Updated calculations and conditional logic to work across multi-paged forms</li>\n<li>PRO: Added basic support for data from entries csv import </li>\n<li>PRO: Show image for data from entries fields using upload fields</li>\n</ul>\n\n<h4>1.06.03</h4>\n\n<ul>\n<li>Added option to not store entries in the database from a specific form</li>\n<li>Added option to skip Akismet spam check for logged in users</li>\n<li>The forms, entries, and custom display page columns that are shown and entries per page are now customizable for those running at least v3.1 of WordPress</li>\n<li>Added a css class option to the field options with predefined CSS classes for multi-column forms: frm_first_half, frm_last_half, frm_first_third, frm_third, frm_last_third, frm_first_fourth, frm_fourth, frm_last_fourth, frm_first_inline, frm_inline, frm_last_inline, frm_full, frm_grid_first, frm_grid, frm_grid_odd</li>\n<li>Added the option to add a class to an input. In the customizable HTML, change [input] to [input class=\"your_class_here\"]</li>\n<li>Added \"inline\" option to label position options to have a label to the left without the width restriction</li>\n<li>Switched the \"action\" parameter to \"frm_action\" to prevent conflicts. If no \"frm_action\" value is present, \"action\" will still be used</li>\n<li>Updated templates with new styling classes</li>\n<li>Show quotation marks instead of entities in the site name in email notifications</li>\n<li>Added Polish translation</li>\n<li>PRO: Removed a vulnerable Open Flash Charts file. If you do not update, be sure to REMOVE THIS FILE! (pro/js/ofc-library/ofc_upload_image.php)</li>\n<li>PRO: Added option to use a separate value for the radio, checkbox, and select choices</li>\n<li>PRO: Added option to use dynamic default values for radio, checkbox, dropdown, and user ID fields</li>\n<li>PRO: Added option to use Google charts and automatically fall back to them on mobile devices [frm-graph id=x type=bar google=1]</li>\n<li>PRO: Added data from entry field support to graphs</li>\n<li>PRO: Added option to use Google tables for easy pagination and sorting [formresults id=x google=1]</li>\n<li>PRO: Added edit link option to formresults shortcode. [formresults id=x edit_link=\"Edit\" page_id=5]</li>\n<li>PRO: Added date support to built-in calculations for date1-date2 types of calculations</li>\n<li>PRO: Added checking for disabled used dates for fields set as post fields in date picker for dates marked as unique</li>\n<li>PRO: Added not_like, less_than, and greater_than options to conditional custom display statements. Ex [if 25 not_like=\"hello\"]...[/if 25]</li>\n<li>PRO: Allow [if created-at less_than=\'-1 month\'] type of statements in the custom display for date fields, created-at, and updated-at</li>\n<li>PRO: Added option to display the field label in custom displays. Ex [25 show=\"field_label\"]</li>\n<li>PRO: Added option to turn off auto paragraphs for paragraph fields. Ex [25 wpautop=0]</li>\n<li>PRO: Added options to custom display shortcode: [display-frm-data id=5 get=\"whatever\" get_value=\"value\"]. This allows the use of [get param=\"whatever\"] in the custom display. </li>\n<li>PRO: Updated the frm-entry-links shortcode to use show_delete with type=list</li>\n<li>PRO: Updated custom display where options to fetch entries more accurately when \"not like\" and \"not equal to\" are used</li>\n<li>PRO: Fixed image upload naming for uploads with numeric names like 1.png</li>\n<li>PRO: Fixed issue with multiple editable forms on the same page when one is set to only allow one entry per user</li>\n<li>PRO: Added a check for automatically inserted custom displays to make sure we are in the loop to avoid the need for increasing the insert position setting</li>\n<li>PRO: Show the post type label in the post type dropdown instead of the singular label to avoid blank options for custom post types without a singular name defined</li>\n<li>PRO: Switched out the case-sensitive sorting in data from entries fields</li>\n<li>PRO: If a custom display has detail link parameters defined, ONLY allow those parameters</li>\n<li>PRO: Added an input mask option available via the $frm_input_masks global and \'frm_input_masks\' hook</li>\n<li>PRO: Added type=maximum and type=minimum to the frm-stats shortcode</li>\n<li>PRO: Month and year dropdowns added to custom display calendar, along with a few styling changes</li>\n<li>PRO: Get the custom display calendar month and day names from WordPress</li>\n<li>PRO: Allow dynamic default values in HTML field type</li>\n<li>PRO: Get post status options from WordPress function instead of a copy</li>\n<li>PRO: Check the default [auto_id] value after submit to make sure it\'s still unique</li>\n<li>PRO: If the \"round\" parameter is used in the frm-stats shortcode, floating zeros will be kept</li>\n<li>PRO: If greater than or less than options are used with a number field in a custom display, treat them as numbers instead of regular text</li>\n<li>PRO: Allow user logins for the user_id parameter in the frm-graph, frm-stats, and display-frm-data shortcodes</li>\n<li>PRO: Fixed the date format d-mm-yyyy to work correctly in the date field</li>\n<li>PRO: Added timeout to redirect so users will see the redirect message for a few seconds before being redirected</li>\n<li>PRO: Allow decimal values in graphs instead of forcing integers</li>\n<li>PRO: Updated the time field to use a true select box instead of a text field</li>\n<li>PRO: Removed included swfobject and json2 javascripts to use the included WordPress versions</li>\n<li>PRO: Added \'frm_graph_value\' filters to change the value used in the graphs</li>\n<li>PRO: Populate strings to be translated without requiring a visit to the WPML plugin</li>\n<li>PRO: If the where options in a custom display include a GET or POST value that is an array, translate the search to check each value instead of searching for a comma-separated value in one record.</li>\n<li>PRO: Added entry key and entry ID to the where options in custom displays</li>\n<li>PRO: Added HTML classes on the search form, so if themes include styling for the WP search form, it will be applied to the [frm-search] as well</li>\n<li>PRO: Allow multiple data from entries fields to be searched using the frm-search shortcode instead of only one</li>\n<li>PRO: Fixed update checking to not cause a slow down if the formidablepro.com server is down</li>\n<li>PRO: Updated the user_id parameter for the display-frm-data shortcode to be used even if there\'s no user ID field selected in the where options for that custom display</li>\n<li>PRO: Added DOING_AJAX flags for WPML compatibility</li>\n<li>PRO: Added time_ago=1 option for displaying dates. Ex: [created-at time_ago=1] or [25 time_ago=1]</li>\n<li>PRO: Updated file upload process to change the file path before uploading instead of moving the files afterwards</li>\n</ul>\n\n<h4>1.06.02</h4>\n\n<ul>\n<li>Fixed selection of dropdowns on the form builder page in Chrome</li>\n<li>Added WPML integration. Requires the add-on available from WPML. Pro version includes a quick translation page.</li>\n<li>Added option to use the custom menu name site wide in multi-site installs</li>\n<li>Added \'frm_use_wpautop\' filter for disabling all built-in occurrences of auto paragraphs (form description, HTML fields, and displaying paragraph fields)</li>\n<li>Only show the form icon button on the edit post page for users with permission to view forms</li>\n<li>Changed .form-required class to .frm_required_field</li>\n<li>Start with label in edit mode after adding a new field</li>\n<li>Added required indicator to styling</li>\n<li>Don\'t allow whitespace to pass required field validation</li>\n<li>PRO: Added option to restrict the file types uploaded in file upload fields</li>\n<li>PRO: Added export to XML and export to CSV to bulk action dropdowns</li>\n<li>PRO: Added [user_id] dynamic default value</li>\n<li>PRO: Allow dynamic dates in the frm-graph shortcode. Ex [frm-graph id=x x_axis=\"created_at\" x_start=\"-1 month\"]</li>\n<li>PRO: Added bar_flat to the graphs. Ex [frm-graph id=x type=\"bar_flat\"]</li>\n<li>PRO: Dynamically hide some x-axis labels if there are too many for the width of the graph. Note: Does not work with percentage widths</li>\n<li>PRO: Added the option to select an end date in calendar custom displays for displaying multiple day events</li>\n<li>PRO: Added \'frm_show_entry_dates\' filter for customizing which dates an entry should show on</li>\n<li>PRO: Disabled used dates in date picker for dates marked as unique</li>\n<li>PRO: Added option to search by entry creation date on admin entries listing page</li>\n<li>PRO: Added windows-1251 option for CSV export format</li>\n<li>PRO: Added the class parameter to the edit-in-place cancel link</li>\n<li>PRO: Improved CSV import to work better with large files</li>\n<li>PRO: Make a guess at which fields should match up on CSV import</li>\n<li>PRO: Added option to resend the email notifications when entry is updated. (This will be expanded when conditional email routing is added.)</li>\n<li>PRO: Don\'t send autoresponder message when importing</li>\n<li>PRO: Allow an entry id in the frm-stats shortcode. Ex [frm-stats id=25 entry_id=100]. Display a star vote as stars for a single entry in a custom display with [frm-stats id=25 type=star entry_id=[id]]</li>\n<li>PRO: Allow multiple star ratings for the same field on the same page</li>\n<li>PRO: Fixed post options that would not deselect</li>\n<li>PRO: Fixed issue causing the wrong conditional logic row to sometimes be removed</li>\n<li>PRO: Fixed bug preventing hidden fields from saving as a post field</li>\n<li>PRO: Fixed required tags fields to not return errors when not blank</li>\n<li>PRO: Fixed bug preventing some javascripts and stylesheets from getting loaded on admin pages if the menu title was changed</li>\n<li>PRO: Fixed graphs to show x_axis dates in the correct order if 2011 and 2012 dates are in the same graph</li>\n<li>PRO: Corrected WP multisite table name for the table to copy forms and custom displays</li>\n<li>PRO: Fixed issue with graphs showing in front of dropdown menus in Chrome</li>\n<li>PRO: Fixed bug in custom displays causing the wrong entries to be returned when a post category field is set to NOT show a certain category</li>\n<li>PRO: Fixed bug with multiple paged forms that was sometimes causing the next page to show even if errors were present on previous page</li>\n<li>PRO: Allow entries to be correctly editing from the backend by a user other than the one who created it, when data from entries field options are set to be limited to only the user currently filling out the form</li>\n<li>PRO: Updated conditional logic for those who set up the logic before v1.6 and haven\'t clicked the update button in their forms</li>\n<li>PRO: Corrected file upload naming for the various sizes of an upload with the same name as an existing upload</li>\n</ul>\n\n<h4>1.06.01</h4>\n\n<ul>\n<li>Added option to customize the admin menu name</li>\n<li>Added instructions to publish forms if no entries exist</li>\n<li>Free only: Fixed form settings page to allow tabs to work</li>\n<li>Free only: Updated styling to align multiple checkboxes/radio buttons when the label is aligned left</li>\n<li>PRO: Fixed issue with the default value getting lost from a hidden field when updating from the form settings page</li>\n<li>PRO: Fixed conditionally hidden fields that are already considered hidden if inside a collapsible section</li>\n<li>PRO: Fixed graphs using x_axis=created_at and user_id=x</li>\n<li>PRO: Fixed multiple paged forms with more than two pages</li>\n<li>PRO: Validate HTML for checkbox taxonomies</li>\n</ul>\n\n<h4>1.06</h4>\n\n<ul>\n<li>User Interface improvements</li>\n<li>Increased security and optimization</li>\n<li>Moved the \"automatic width\" check box for drop-down select fields to free version</li>\n<li>Moved email \"From/Reply to\" options to free version</li>\n<li>Fixed form preview page for form templates</li>\n<li>Added German translation (Andre Lisbert)</li>\n<li>Added ajax to uninstall button</li>\n<li>Correctly filter external shortcodes in the form success message</li>\n<li>Show error messages at the top if they are not for fields in the form (ie Akismet errors)</li>\n<li>Updated bulk edit options to change the dropdown in the form builder at the time the options are submitted</li>\n<li>Fixed default values set to clear on click to work with values that include hard returns</li>\n<li>Free only: Fixed hidden label CSS</li>\n<li>PRO: Extended the conditional field logic</li>\n<li>PRO: Added graphs for fields over time, and other customizing options: x_axis, x_start, x_end, min, max, grid_color, show_key, and include_zero</li>\n<li>PRO: Moved post creation settings from individual fields to the forms settings page</li>\n<li>PRO: Added option in WP 3.3 to use Tiny MCE as the rich text editor</li>\n<li>PRO: Added \"format\" option to date fields. Example [25 format=\'Y-m-d\']</li>\n<li>PRO: Added star rating option to scale fields</li>\n<li>PRO: Added star type to [frm-stats] shortcode to display the average in star format. Example [frm-stats id=5 type=star]</li>\n<li>PRO: Added option to format individual radio and checkbox fields in one or multiple rows</li>\n<li>PRO: Added server-side validation for dates inserted into date fields</li>\n<li>PRO: Allow multiple fields for the same taxonomy/category</li>\n<li>PRO: Allow a taxonomy/category to be selected for data from entries fields. This makes cascading category fields possible.</li>\n<li>PRO: Added [post_author_email] dynamic default value</li>\n<li>PRO: Added a frm_notification_attachment hook</li>\n<li>PRO: Added clickable and user_id options to the formresults shortcode. ex [formresults id=x clickable=1 user_id=current]</li>\n<li>PRO: Improved field calculations to extract a price from the end of an option</li>\n<li>PRO: Added the option to specify how many decimal places to show, and what characters to use for the decimal and thousands separator. For example, to format USD:\n$[25 decimal=2 dec_point=\'.\' thousands_sep=\',\']</li>\n<li>PRO: Added a message before the user is redirected, along with a filter to change it (frm_redirect_msg).</li>\n<li>PRO: Added a button to delete ALL entries in a form at the bottom of the entries page</li>\n<li>PRO: Added a password field type</li>\n<li>PRO: Conditionally remove HTML5 validation of form if default values are present</li>\n<li>PRO: Added like parameter for inline conditions in custom displays. Example: [if 25 like=\"hello\"]That field said hello[/if 25]</li>\n<li>PRO: Allow fields set as custom post fields to be used for sorting custom displays</li>\n<li>PRO: Updated import to create the posts at the time of import</li>\n<li>PRO: Unattach images from a post if they are replaced</li>\n<li>PRO: Leave the date format in yyyy-dd-mm format in the CSV export</li>\n<li>PRO: Allow importing into checkbox fields</li>\n<li>PRO: Added option to use previously uploaded CSV for import so new upload isn\'t required when reimporting</li>\n<li>PRO: Added option to change the text on the submit button in the frm-search shortcode. Example [frm-search label=\"Search\"]</li>\n<li>PRO: Fixed bug preventing a field dependent on another data from entries field from updating</li>\n<li>PRO: Fixed bug affecting pages with multiple editable forms on the same page that caused the first form to always be submitted</li>\n<li>PRO: Updated the truncate option to not require full words if truncating 10 or less characters</li>\n<li>PRO: Fixed bug preventing front-end entry deletion when the form was editable and limited to one per user</li>\n<li>PRO: Fixed bug preventing checkbox selections from showing in custom email notifications if a checkbox contained a quotation mark</li>\n<li>PRO: Prevent the uploading files message from showing if no files were selected</li>\n<li>PRO: Check a default value when using dynamic default values in the check box options</li>\n<li>PRO: Fixed bug preventing a newly created post from getting assigned to the user selected in the user ID dropdown if the selected user was not the user submitting the entry or was created with the registration add-on in the same form</li>\n<li>PRO: Fixed bug preventing Data from entries \"just show it\" fields from showing a value in admin listing and view entry pages</li>\n<li>PRO: Fixed bug causing the options to be empty if the data from entries options are limited to the current user and the form they are pulled from are creating posts</li>\n<li>PRO: Fixed empty results in the [formresults] table for forms that create posts</li>\n<li>PRO: When a blog is deleted in WP multi-site, delete database table rows related to copying forms from that blog</li>\n<li>PRO: Don\'t strip out desired backslashes </li>\n<li>PRO: Updated to latest version of datepicker javascript</li>\n</ul>\n\n<h4>1.05.05</h4>\n\n<ul>\n<li>Added Dutch translation (Eric Horstman)</li>\n<li>Fixed \"Customize Form HTML\" link issues some users were having</li>\n<li>PRO: Load jQuery UI javascript for datepicker</li>\n<li>PRO: Fixed custom display \"where\" options to work with multiple where rows</li>\n</ul>\n\n<h4>1.05.04</h4>\n\n<ul>\n<li>Bulk edit and add radio, select, and check box choices</li>\n<li>Added option to turn off HTML5 use in front-end forms</li>\n<li>Added option to turn off user tracking</li>\n<li>Scroll field choices in the form edit page if radio, check box, or select fields have more than 10 choices</li>\n<li>Free only: Removed export template link since the functionality behind it is only in Pro version</li>\n<li>PRO: Added CSV entry import</li>\n<li>PRO: Added file icons when editing an entry with a non-image file type attached</li>\n<li>PRO: Added functionality for time fields set as unique so time options will be removed after a date is selected</li>\n<li>PRO: Check wp_query if no matching GET or POST variable in the get shortcode</li>\n<li>PRO: Switch taxonomy lists to links in custom displays</li>\n<li>PRO: Added functionality for a where option to be set to a taxonomy name ie [get param=tag]</li>\n<li>PRO: Added functionality for a taxonomy to work with equals and not_equal in custom displays</li>\n<li>PRO: Removed ajax error checking on the captcha field to fix the incorrect response messages</li>\n<li>PRO: Fixed dependent data from entries fields to show the selected values on validation error and on edit</li>\n<li>PRO: Added <code>[frm-entry-update-field]</code> shortcode to update a single field in an entry with an ajax link</li>\n<li>PRO: Added global styling option to set newly-added select fields to an automatic width</li>\n<li>PRO: Fixed calendar to allow fields mapped to a post to be used as the date field</li>\n<li>PRO: Fixed conditionally hidden field options to work with post category and post status fields</li>\n<li>PRO: Fixed custom displays to work automatically with pages instead of just post and custom post types</li>\n<li>PRO: Added functionality to frm-stats shortcode to work with posts and adds where options in key/id=value pairs. ex: [frm-stats id=x 25=hello] where 25 is the field ID and \"Hello\" is the value the other field in the form should have in order to display</li>\n<li>PRO: Updated datepicker and timepicker to latest versions</li>\n<li>PRO: Fixed bug preventing images for saving correctly if the form is set to create a post and the upload field is not set as a post field</li>\n<li>PRO: Added an \"Insert Position\" option to the custom display. This will prevent the custom display from being loaded multiple times per page, but will allow users to set when it shows up for themes like Thesis</li>\n<li>PRO: Fixed number field to work with decimals and when ordering descending</li>\n<li>PRO: Added a limit to the number of entries that show in the entry drop-down in places like the custom display page to prevent memory errors</li>\n<li>PRO: Fixed field options to work better with symbols like ® in graphs</li>\n<li>PRO: Automatically open collapsible heading if there is an error message inside it</li>\n<li>PRO: Added type=deviation to the frm-stats shortcode. Example: [frm-stats id=x type=deviation]</li>\n<li>PRO: Updated calculations to work with radio, scale, and drop-down fields</li>\n<li>PRO: Fixed default values for check boxes</li>\n<li>PRO: Added CSV export format option</li>\n<li>PRO: Fixed scale field reports to show all options</li>\n</ul>\n\n<h4>1.05.03</h4>\n\n<ul>\n<li>Updated user role options to work more reliably with WP 3.1</li>\n<li>Added functionality for \"Fit Select Boxes into SideBar\" checkbox and field size in widget in free version</li>\n<li>Moved reCaptcha error message to individual field options</li>\n<li>Updated referring URL and added tracking throughout the visit</li>\n<li>PRO: Added \"clickable\" option for use in custom displays to make email addresses and URLs into links. ex <code>[25 clickable=1]</code></li>\n<li>PRO: Added option to select the taxonomy type</li>\n<li>PRO: Updated form styling to work better in IE</li>\n<li>PRO: Updated emails to work with Data from entries checkbox fields</li>\n<li>PRO: Updated dependent Data from entries fields to work with checkboxes</li>\n<li>PRO: Adjusted [date] and [time] values to adjust for WordPress timezone settings</li>\n<li>PRO: Updated the way conditionally hidden fields save in the admin to prevent lingering dependencies</li>\n<li>PRO: Fixed link to duplicate entries</li>\n<li>PRO: Updated file upload indicator to show up sooner</li>\n<li>PRO: Added ajax delete to [deletelink] shortcode</li>\n<li>PRO: Updated admin only fields to show for administrators on the front-end</li>\n<li>PRO: Added more attributes to the [display-frm-data] shortcode: limit=\"5\", page_size=\"5\", order_by=\"rand\" or field ID, order=\"DESC\" or \"ASC\"</li>\n<li>PRO: Fixed custom display bulk delete</li>\n<li>PRO: Updated WPMU copy features to work with WP 3.0+</li>\n<li>PRO: Switched the email \"add/or\" drop-down to check boxes</li>\n<li>PRO: Added box for message to be displayed if there are no entries for a custom display</li>\n<li>PRO: Added ajax edit options with [frm-entry-edit-link id=x label=Edit cancel=Cancel class=\'add_classes\' page_id= prefix=\'frm_edit_\' form_id=>y]. Also works with [editlink location=front] in custom displays.</li>\n<li>PRO: Moved styling options into a tab on the settings page</li>\n<li>PRO: Added limited \"data from entries\" options to the custom display \"where\" row. Entry keys or IDs can be used</li>\n<li>PRO: Added unique validation for fields set as post fields</li>\n<li>PRO: Removed error messages for required fields hidden via the shortcode options</li>\n<li>PRO: Only return [deletelink] if user can delete the entry</li>\n<li>PRO: Added order options to calendar displays</li>\n<li>PRO: Updated custom display ordering to order correctly when using a 12 hour time field</li>\n<li>PRO: Added taxonomy options to the \"Tags\" field</li>\n<li>PRO: Added HTML escaping to text fields to allow HTML entities to remain as entities when editing</li>\n<li>PRO: Added functionality to use taxonomy fields in where options in custom displays</li>\n<li>PRO: Added option to use [get param=CUSTOM] in custom displays</li>\n</ul>\n\n<h4>1.05.02</h4>\n\n<ul>\n<li>Fixed issue with PHP4 that was causing the field options to get cleared out and only show a \"0\" or \"<\" instead of the field</li>\n<li>Prevent javascript from getting loaded twice</li>\n<li>Updated stylesheets for better looking left aligned field labels. In the Pro version, setting the global labels to one location and setting a single field to another will keep the field description and error messages aligned.</li>\n<li>PRO: Fixed issue causing form to be hidden on front-end edit if it was set not to show with the success message</li>\n<li>PRO: Show the linked image instead of the url when a file is linked in a \"just show it\" data from entries field</li>\n<li>PRO: Added functionality for ordering by post fields in a custom display\n<h4>1.05.01</h4> </li>\n<li>PRO: Fix custom display settings for posts\n<h4>1.05.0</h4></li>\n<li>Moved a form widget from Pro into the free version</li>\n<li>Updated some templates with fields aligned in a row</li>\n<li>Moved error messages underneath input fields</li>\n<li>Added option to display labels \"hidden\" instead of just none. This makes aligning fields in a row with only one label easier</li>\n<li>Additional XHTML compliance for multiple forms on one </li>\n<li>Removed the HTML5 required attribute (temporarily)</li>\n<li>Corrected the label position styling in the regular version</li>\n<li>A little UI clean up</li>\n<li>Added hook for recaptcha customizations</li>\n<li>PRO: Added custom post type support</li>\n<li>PRO: Added hierarchy to post categories</li>\n<li>PRO: Added a loading indicator while files are uploading</li>\n<li>PRO: Added a <code>[default-message]</code> shortcode for use in the email message. Now you can add to the default message without completely replacing it </li>\n<li>PRO: Added default styling to the formresults shortcode, as well as additional shortcode options: <code>[formresults id=x style=1 no_entries=\"No Entries Found\" fields=\"25,26,27\"]</code></li>\n<li>PRO: Added localizations options to calendar</li>\n<li>PRO: Fixed collapsible Section headings to work with updated HTML</li>\n<li>PRO: Added functionality to admin search to check data from entries fields</li>\n<li>PRO: Added start and end time options for time fields</li>\n<li>PRO: Added \'type\' to <code>[frm-graph]</code> shortcode to force \'pie\' or \'bar\': <code>[frm-graph id=x type=pie]</code></li>\n<li>PRO: Added post_id option to the <code>[frm-search]</code> shortcode. This will set the action link for the search form. Ex: <code>[frm-search post_id=3]</code></li>\n<li>PRO: Fixed <code>[frm-search]</code> shortcode for use on dynamic custom displays. If searching on a detailed entry page, the search will return to the listing page.</li>\n<li>PRO: Updated post fields to work in \"data from entries\" fields\n<h4>1.04.07</h4></li>\n<li>Minor bug fixes</li>\n<li>PRO: Fixed bug preventing some hidden field values from being saved</li>\n<li>PRO: Removed PHP warnings some users were seeing on the form entries page</li>\n</ul>\n\n<h4>1.04.06</h4>\n\n<ul>\n<li>Additional back-end XHTML compliance</li>\n<li>PRO: Fixed conditionally hidden fields bug some users were experiencing</li>\n</ul>\n\n<h4>1.04.05</h4>\n\n<ul>\n<li>Added duplicate entry checks</li>\n<li>Added a checkbox to mark fields required</li>\n<li>Moved the duplicate field option into free version</li>\n<li>Show the success message even if the form isn\'t displayed with it</li>\n<li>Added option to not use dynamic stylesheet loading</li>\n<li>PRO: Added option to resend email notification and autoresponse</li>\n<li>PRO: Fixes for editing forms with unique fields</li>\n<li>PRO: Fixes for editing multi-paged forms with validation errors</li>\n<li>PRO: Fixes for multiple multi-paged form on the same page</li>\n<li>PRO: Added linked fields into the field drop-downs for inserting shortcodes and sending emails</li>\n<li>PRO: Added field calculations</li>\n<li>PRO: Allow hidden fields to be edited from the WordPress admin</li>\n<li>PRO: Allow sections of fields to be hidden conditionally with the Section Header fields</li>\n<li>PRO: Added user_id option to the <code>[frm-graph]</code> shortcode</li>\n<li>PRO: Updated the custom display settings interface</li>\n</ul>\";s:12:\"installation\";s:544:\"<ol>\n<li>Go to your Plugins -> Add New page in your WordPress admin</li>\n<li>Search for \'Formidable\'</li>\n<li>Click the \'Install Now\' button</li>\n<li>Activate the plugin through the \'Plugins\' menu</li>\n<li>Go to the Formidable menu</li>\n<li>Click the \'Add New\' button to create a new form</li>\n<li>Insert your form with the shortcode [formidable id=x] in pages, posts, or text widgets. Alternatively use <code><?php echo FrmFormsController::show_form(2, $key = \'\', $title=true, $description=true); ?></code> in your template</li>\n</ol>\";s:26:\"frequently_asked_questions\";s:1287:\"<h4>Q. Why aren\'t I getting any emails?</h4>\n\n<p>A. Try the following steps:</p>\n\n<ol>\n<li>Double check to make sure your email address is present and correct in the \"Emails\" tab on the form \"Settings\" page</li>\n<li>Make sure you are receiving other emails from your site (ie comment notifications, forgot password...)</li>\n<li>Check your SPAM box</li>\n<li>Try a different email address.</li>\n<li>Install WP Mail SMPT or another similar plugin and configure the SMTP settings</li>\n<li>If none of these steps fix the problem, let us know and we\'ll try to help you find the bottleneck.</li>\n</ol>\n\n<h4>Q. How do I edit the field name?</h4>\n\n<p>A. The field and form names and descriptions are all changed with in-place edit. Just click on the text you would like to change, and it will turn into a text field.</p>\n\n<h4>Q. Why isn\'t the form builder page working after I updated?</h4>\n\n<p>A. Try clearing your browser cache. As plugin modifications are made, frequent javascript and stylesheet changes are also made. However, the previous versions may be cached so you aren\'t using the modified files. After clearing your cache and you\'re still having issues, please let us know.</p>\n\n<p><a href=\"http://formidablepro.com/formidable-faqs/\" title=\"Formidable Form FAQs\">See more FAQs</a></p>\";}s:6:\"tested\";s:3:\"4.4\";s:12:\"tested_up_to\";s:3:\"4.4\";s:10:\"stable_tag\";s:6:\"2.0.23\";s:12:\"contributors\";a:3:{i:0;s:7:\"sswells\";i:1;s:7:\"srwells\";i:2;s:11:\"jamiewahlin\";}}','no'),(1713,'_transient_timeout_frm_form_fields_21excludeinclude','1458273011','no'),(1716,'_transient_frm_form_fields_21excludeinclude','a:8:{i:0;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"283\";s:9:\"field_key\";s:5:\"rnovo\";s:4:\"name\";s:12:\"Organization\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"0\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:20:35\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:1;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"286\";s:9:\"field_key\";s:5:\"nx6fz\";s:4:\"name\";s:5:\"Event\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"1\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:19:\"frm_first frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:04\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:2;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"288\";s:9:\"field_key\";s:5:\"127g1\";s:4:\"name\";s:5:\"Times\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"2\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:17\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:3;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"291\";s:9:\"field_key\";s:5:\"wylp0\";s:4:\"name\";s:4:\"Date\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"date\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"3\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:2:\"10\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";s:4:\"2000\";s:8:\"end_year\";s:4:\"2020\";s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:23\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:4;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"292\";s:9:\"field_key\";s:5:\"qyas6\";s:4:\"name\";s:8:\"Location\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"4\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:37\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:5;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"294\";s:9:\"field_key\";s:5:\"1lb5j\";s:4:\"name\";s:5:\"Phone\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"5\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:19:\"frm_first frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:21:54\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:6;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"295\";s:9:\"field_key\";s:5:\"igovb\";s:4:\"name\";s:7:\"Website\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:3:\"url\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"6\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:22:01\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}i:7;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"298\";s:9:\"field_key\";s:5:\"hy6io\";s:4:\"name\";s:5:\"Email\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"7\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"21\";s:10:\"created_at\";s:19:\"2016-03-06 02:22:12\";s:9:\"form_name\";s:35:\"Public Service Announcement Request\";}}','no'),(1726,'_site_transient_timeout_theme_roots','1458279008','yes'),(1729,'_site_transient_theme_roots','a:4:{s:5:\"Avada\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(1732,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1458277211;s:8:\"response\";a:1:{s:25:\"formidable/formidable.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"11762\";s:4:\"slug\";s:10:\"formidable\";s:6:\"plugin\";s:25:\"formidable/formidable.php\";s:11:\"new_version\";s:6:\"2.0.23\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/formidable/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/formidable.2.0.23.zip\";s:6:\"tested\";s:5:\"4.4.2\";s:13:\"compatibility\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.8.zip\";}s:25:\"cloudflare/cloudflare.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"18199\";s:4:\"slug\";s:10:\"cloudflare\";s:6:\"plugin\";s:25:\"cloudflare/cloudflare.php\";s:11:\"new_version\";s:6:\"1.3.20\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/cloudflare/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/cloudflare.1.3.20.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}}}','yes'),(1735,'_transient_timeout_frm_form_fields_15excludeinclude','1458316091','no'),(1738,'_transient_frm_form_fields_15excludeinclude','a:9:{i:0;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"249\";s:9:\"field_key\";s:5:\"ygo2e\";s:4:\"name\";s:4:\"Name\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"0\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:20:\"frm_first frm_fourth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-06 01:26:36\";s:9:\"form_name\";s:14:\"DVD Order Form\";}i:1;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"301\";s:9:\"field_key\";s:5:\"t9zln\";s:4:\"name\";s:12:\"Phone Number\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"phone\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"1\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:54:{s:4:\"size\";s:5:\"115px\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:23:\"Phone Number is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_eighth\";s:11:\"custom_html\";s:406:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\n <span class=\"frm_required\">[required_label]</span>\n </label>\n [input]\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-10 16:20:37\";s:9:\"form_name\";s:14:\"DVD Order Form\";}i:2;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"250\";s:9:\"field_key\";s:5:\"c9qr7\";s:4:\"name\";s:7:\"Address\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"2\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_fourth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-06 01:26:43\";s:9:\"form_name\";s:14:\"DVD Order Form\";}i:3;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"253\";s:9:\"field_key\";s:5:\"rva96\";s:4:\"name\";s:4:\"City\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"3\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_eighth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-06 01:27:04\";s:9:\"form_name\";s:14:\"DVD Order Form\";}i:4;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"256\";s:9:\"field_key\";s:5:\"i4gwn\";s:4:\"name\";s:5:\"State\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:13:\"default_value\";s:2:\"OH\";s:7:\"options\";a:52:{i:0;s:2:\"OH\";i:1;s:2:\"AK\";i:2;s:2:\"AL\";i:3;s:2:\"AR\";i:4;s:2:\"AZ\";i:5;s:2:\"CA\";i:6;s:2:\"CO\";i:7;s:2:\"CT\";i:8;s:2:\"DC\";i:9;s:2:\"DE\";i:10;s:2:\"FL\";i:11;s:2:\"GA\";i:12;s:2:\"HI\";i:13;s:2:\"IA\";i:14;s:2:\"ID\";i:15;s:2:\"IL\";i:16;s:2:\"IN\";i:17;s:2:\"KS\";i:18;s:2:\"KY\";i:19;s:2:\"LA\";i:20;s:2:\"MA\";i:21;s:2:\"MD\";i:22;s:2:\"ME\";i:23;s:2:\"MI\";i:24;s:2:\"MN\";i:25;s:2:\"MO\";i:26;s:2:\"MS\";i:27;s:2:\"MT\";i:28;s:2:\"NC\";i:29;s:2:\"ND\";i:30;s:2:\"NE\";i:31;s:2:\"NH\";i:32;s:2:\"NJ\";i:33;s:2:\"NM\";i:34;s:2:\"NV\";i:35;s:2:\"NY\";i:36;s:2:\"OH\";i:37;s:2:\"OK\";i:38;s:2:\"OR\";i:39;s:2:\"PA\";i:40;s:2:\"RI\";i:41;s:2:\"SC\";i:42;s:2:\"SD\";i:43;s:2:\"TN\";i:44;s:2:\"TX\";i:45;s:2:\"UT\";i:46;s:2:\"VA\";i:47;s:2:\"VT\";i:48;s:2:\"WA\";i:49;s:2:\"WI\";i:50;s:2:\"WV\";i:51;s:2:\"WY\";}s:11:\"field_order\";s:1:\"4\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_eighth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";s:1:\"0\";s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-06 01:27:16\";s:9:\"form_name\";s:14:\"DVD Order Form\";}i:5;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"258\";s:9:\"field_key\";s:5:\"9c3pn\";s:4:\"name\";s:3:\"Zip\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"5\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:10:\"frm_eighth\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-06 01:27:39\";s:9:\"form_name\";s:14:\"DVD Order Form\";}i:6;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"246\";s:9:\"field_key\";s:5:\"25ztd\";s:4:\"name\";s:4:\"Show\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"6\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:24:\"frm_first frm_two_thirds\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-06 01:26:23\";s:9:\"form_name\";s:14:\"DVD Order Form\";}i:7;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"259\";s:9:\"field_key\";s:5:\"3hj98\";s:4:\"name\";s:8:\"Quantity\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"7\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:19:\"Quantity is invalid\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:9:\"frm_third\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:0:\"\";s:6:\"maxnum\";s:4:\"1000\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";s:1:\"0\";s:6:\"delete\";b:0;s:4:\"step\";s:1:\"1\";s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:0:\"\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-06 01:28:15\";s:9:\"form_name\";s:14:\"DVD Order Form\";}i:8;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"262\";s:9:\"field_key\";s:5:\"2shz1\";s:4:\"name\";s:9:\"reCAPTCHA\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:7:\"captcha\";s:13:\"default_value\";s:1:\"1\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"8\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:58:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:0:\"\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:39:\"The reCAPTCHA was not entered correctly\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"<div id=\"frm_field_[id]_container\" class=\"frm_form_field form-field [required_class][error_class]\">\r\n <label for=\"field_[key]\" class=\"frm_primary_label\">[field_name]\r\n <span class=\"frm_required\">[required_label]</span>\r\n </label>\r\n [input]\r\n [if description]<div class=\"frm_description\">[description]</div>[/if description]\r\n [if error]<div class=\"frm_error\">[error]</div>[/if error]\r\n</div>\";s:12:\"captcha_size\";s:7:\"default\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:6:\"select\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:0;s:6:\"maxnum\";i:9999;s:6:\"delete\";b:0;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This value must be unique.\";s:7:\"autocom\";i:0;s:6:\"format\";s:0:\"\";s:6:\"repeat\";i:0;s:9:\"add_label\";s:3:\"Add\";s:12:\"remove_label\";s:6:\"Remove\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:31:\"The entered values do not match\";s:5:\"other\";i:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;}s:7:\"form_id\";s:2:\"15\";s:10:\"created_at\";s:19:\"2016-03-06 01:29:41\";s:9:\"form_name\";s:14:\"DVD Order Form\";}}','no'),(1740,'_transient_doing_cron','1458319656.8356630802154541015625','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=11471 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,7,'_wp_attached_file','2016/03/tv_1x.png'),(7,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:72;s:4:\"file\";s:17:\"2016/03/tv_1x.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"tv_1x-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"tv_1x-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10,10,'_wp_attached_file','2016/03/tv_2x.png'),(13,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:144;s:4:\"file\";s:17:\"2016/03/tv_2x.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tv_2x-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"tv_2x-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(244,5,'_wp_page_template','100-width.php'),(247,5,'fusion_builder_status','active'),(250,5,'pyre_slider_position','default'),(253,5,'pyre_slider_type','flex'),(256,5,'pyre_slider','0'),(259,5,'pyre_wooslider','home-slider'),(262,5,'pyre_revslider','0'),(265,5,'pyre_elasticslider','0'),(268,5,'pyre_fallback',''),(271,5,'pyre_avada_rev_styles','default'),(274,5,'pyre_main_top_padding','0px'),(277,5,'pyre_main_bottom_padding','0px'),(280,5,'pyre_hundredp_padding',''),(283,5,'pyre_show_first_featured_image','no'),(286,5,'pyre_display_header','yes'),(289,5,'pyre_header_100_width','default'),(292,5,'pyre_header_bg',''),(295,5,'pyre_header_bg_color',''),(298,5,'pyre_header_bg_opacity',''),(301,5,'pyre_header_bg_full','no'),(304,5,'pyre_header_bg_repeat','repeat'),(307,5,'pyre_displayed_menu','default'),(310,5,'pyre_display_footer','default'),(313,5,'pyre_display_copyright','default'),(316,5,'pyre_footer_100_width','default'),(319,5,'pyre_sidebar_position','default'),(322,5,'pyre_sidebar_bg_color',''),(325,5,'pyre_page_bg_layout','default'),(328,5,'pyre_page_bg',''),(331,5,'pyre_page_bg_color',''),(334,5,'pyre_page_bg_full','no'),(337,5,'pyre_page_bg_repeat','repeat'),(340,5,'pyre_wide_page_bg',''),(343,5,'pyre_wide_page_bg_color',''),(346,5,'pyre_wide_page_bg_full','no'),(349,5,'pyre_wide_page_bg_repeat','repeat'),(352,5,'pyre_portfolio_width_100','no'),(355,5,'pyre_portfolio_content_length','default'),(358,5,'pyre_portfolio_excerpt',''),(361,5,'pyre_portfolio_filters','yes'),(364,5,'pyre_portfolio_text_layout','default'),(367,5,'pyre_portfolio_featured_image_size','default'),(370,5,'pyre_portfolio_column_spacing',''),(373,5,'pyre_page_title','no'),(376,5,'pyre_page_title_text','default'),(379,5,'pyre_page_title_text_alignment','default'),(382,5,'pyre_page_title_100_width','default'),(385,5,'pyre_page_title_custom_text',''),(388,5,'pyre_page_title_text_size',''),(391,5,'pyre_page_title_custom_subheader',''),(394,5,'pyre_page_title_custom_subheader_text_size',''),(397,5,'pyre_page_title_font_color',''),(400,5,'pyre_page_title_height',''),(403,5,'pyre_page_title_mobile_height',''),(406,5,'pyre_page_title_bar_bg',''),(409,5,'pyre_page_title_bar_bg_retina',''),(412,5,'pyre_page_title_bar_bg_color',''),(415,5,'pyre_page_title_bar_borders_color',''),(418,5,'pyre_page_title_bar_bg_full','default'),(421,5,'pyre_page_title_bg_parallax','default'),(424,5,'pyre_page_title_breadcrumbs_search_bar','default'),(439,11,'_wp_page_template','100-width.php'),(442,11,'fusion_builder_status','active'),(445,11,'pyre_slider_position','default'),(448,11,'pyre_slider_type','flex'),(451,11,'pyre_slider','0'),(454,11,'pyre_wooslider','apple-page'),(457,11,'pyre_revslider','0'),(460,11,'pyre_elasticslider','0'),(463,11,'pyre_fallback',''),(466,11,'pyre_avada_rev_styles','default'),(469,11,'pyre_main_top_padding',''),(472,11,'pyre_main_bottom_padding','0px'),(475,11,'pyre_hundredp_padding',''),(478,11,'pyre_show_first_featured_image','no'),(481,11,'pyre_display_header','yes'),(484,11,'pyre_header_100_width','default'),(487,11,'pyre_header_bg',''),(490,11,'pyre_header_bg_color',''),(493,11,'pyre_header_bg_opacity',''),(496,11,'pyre_header_bg_full','no'),(499,11,'pyre_header_bg_repeat','repeat'),(502,11,'pyre_displayed_menu','default'),(505,11,'pyre_display_footer','default'),(508,11,'pyre_display_copyright','default'),(511,11,'pyre_footer_100_width','default'),(514,11,'pyre_sidebar_position','default'),(517,11,'pyre_sidebar_bg_color',''),(520,11,'pyre_page_bg_layout','default'),(523,11,'pyre_page_bg',''),(526,11,'pyre_page_bg_color',''),(529,11,'pyre_page_bg_full','no'),(532,11,'pyre_page_bg_repeat','repeat'),(535,11,'pyre_wide_page_bg',''),(538,11,'pyre_wide_page_bg_color',''),(541,11,'pyre_wide_page_bg_full','no'),(544,11,'pyre_wide_page_bg_repeat','repeat'),(547,11,'pyre_portfolio_width_100','no'),(550,11,'pyre_portfolio_content_length','default'),(553,11,'pyre_portfolio_excerpt',''),(556,11,'pyre_portfolio_filters','yes'),(559,11,'pyre_portfolio_text_layout','default'),(562,11,'pyre_portfolio_featured_image_size','default'),(565,11,'pyre_portfolio_column_spacing',''),(568,11,'pyre_page_title','no'),(571,11,'pyre_page_title_text','default'),(574,11,'pyre_page_title_text_alignment','default'),(577,11,'pyre_page_title_100_width','default'),(580,11,'pyre_page_title_custom_text',''),(583,11,'pyre_page_title_text_size',''),(586,11,'pyre_page_title_custom_subheader',''),(589,11,'pyre_page_title_custom_subheader_text_size',''),(592,11,'pyre_page_title_font_color',''),(595,11,'pyre_page_title_height',''),(598,11,'pyre_page_title_mobile_height',''),(601,11,'pyre_page_title_bar_bg',''),(604,11,'pyre_page_title_bar_bg_retina',''),(607,11,'pyre_page_title_bar_bg_color',''),(610,11,'pyre_page_title_bar_borders_color',''),(613,11,'pyre_page_title_bar_bg_full','default'),(616,11,'pyre_page_title_bg_parallax','default'),(619,11,'pyre_page_title_breadcrumbs_search_bar','default'),(622,11,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(625,11,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(628,11,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(631,11,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(634,13,'_wp_page_template','100-width.php'),(637,13,'fusion_builder_status','active'),(640,13,'pyre_slider_position','default'),(643,13,'pyre_slider_type','flex'),(646,13,'pyre_slider','0'),(649,13,'pyre_wooslider','microsoft-page'),(652,13,'pyre_revslider','0'),(655,13,'pyre_elasticslider','0'),(658,13,'pyre_fallback',''),(661,13,'pyre_avada_rev_styles','default'),(664,13,'pyre_main_top_padding',''),(667,13,'pyre_main_bottom_padding','0px'),(670,13,'pyre_hundredp_padding',''),(673,13,'pyre_show_first_featured_image','no'),(676,13,'pyre_display_header','yes'),(679,13,'pyre_header_100_width','default'),(682,13,'pyre_header_bg',''),(685,13,'pyre_header_bg_color',''),(688,13,'pyre_header_bg_opacity',''),(691,13,'pyre_header_bg_full','no'),(694,13,'pyre_header_bg_repeat','repeat'),(697,13,'pyre_displayed_menu','default'),(700,13,'pyre_display_footer','default'),(703,13,'pyre_display_copyright','default'),(706,13,'pyre_footer_100_width','default'),(709,13,'pyre_sidebar_position','right'),(712,13,'pyre_sidebar_bg_color',''),(715,13,'pyre_page_bg_layout','default'),(718,13,'pyre_page_bg',''),(721,13,'pyre_page_bg_color',''),(724,13,'pyre_page_bg_full','no'),(727,13,'pyre_page_bg_repeat','repeat'),(730,13,'pyre_wide_page_bg',''),(733,13,'pyre_wide_page_bg_color',''),(736,13,'pyre_wide_page_bg_full','no'),(739,13,'pyre_wide_page_bg_repeat','repeat'),(742,13,'pyre_portfolio_width_100','no'),(745,13,'pyre_portfolio_content_length','default'),(748,13,'pyre_portfolio_excerpt',''),(751,13,'pyre_portfolio_filters','yes'),(754,13,'pyre_portfolio_text_layout','default'),(757,13,'pyre_portfolio_featured_image_size','default'),(760,13,'pyre_portfolio_column_spacing',''),(763,13,'pyre_page_title','no'),(766,13,'pyre_page_title_text','default'),(769,13,'pyre_page_title_text_alignment','default'),(772,13,'pyre_page_title_100_width','default'),(775,13,'pyre_page_title_custom_text',''),(778,13,'pyre_page_title_text_size',''),(781,13,'pyre_page_title_custom_subheader',''),(784,13,'pyre_page_title_custom_subheader_text_size',''),(787,13,'pyre_page_title_font_color',''),(790,13,'pyre_page_title_height',''),(793,13,'pyre_page_title_mobile_height',''),(796,13,'pyre_page_title_bar_bg',''),(799,13,'pyre_page_title_bar_bg_retina',''),(802,13,'pyre_page_title_bar_bg_color',''),(805,13,'pyre_page_title_bar_borders_color',''),(808,13,'pyre_page_title_bar_bg_full','default'),(811,13,'pyre_page_title_bg_parallax','default'),(814,13,'pyre_page_title_breadcrumbs_search_bar','default'),(817,13,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(820,13,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(823,13,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(826,13,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(829,17,'_wp_page_template','100-width.php'),(832,17,'fusion_builder_status','active'),(835,17,'pyre_slider_position','default'),(838,17,'pyre_slider_type','flex'),(841,17,'pyre_slider','0'),(844,17,'pyre_wooslider','android-page'),(847,17,'pyre_revslider','0'),(850,17,'pyre_elasticslider','0'),(853,17,'pyre_fallback',''),(856,17,'pyre_avada_rev_styles','default'),(859,17,'pyre_main_top_padding',''),(862,17,'pyre_main_bottom_padding','0px'),(865,17,'pyre_hundredp_padding',''),(868,17,'pyre_show_first_featured_image','no'),(871,17,'pyre_display_header','yes'),(874,17,'pyre_header_100_width','default'),(877,17,'pyre_header_bg',''),(880,17,'pyre_header_bg_color',''),(883,17,'pyre_header_bg_opacity',''),(886,17,'pyre_header_bg_full','no'),(889,17,'pyre_header_bg_repeat','repeat'),(892,17,'pyre_displayed_menu','default'),(895,17,'pyre_display_footer','default'),(898,17,'pyre_display_copyright','default'),(901,17,'pyre_footer_100_width','default'),(904,17,'pyre_sidebar_position','default'),(907,17,'pyre_sidebar_bg_color',''),(910,17,'pyre_page_bg_layout','default'),(913,17,'pyre_page_bg',''),(916,17,'pyre_page_bg_color',''),(919,17,'pyre_page_bg_full','no'),(922,17,'pyre_page_bg_repeat','repeat'),(925,17,'pyre_wide_page_bg',''),(928,17,'pyre_wide_page_bg_color',''),(931,17,'pyre_wide_page_bg_full','no'),(934,17,'pyre_wide_page_bg_repeat','repeat'),(937,17,'pyre_portfolio_width_100','no'),(940,17,'pyre_portfolio_content_length','default'),(943,17,'pyre_portfolio_excerpt',''),(946,17,'pyre_portfolio_filters','yes'),(949,17,'pyre_portfolio_text_layout','default'),(952,17,'pyre_portfolio_featured_image_size','default'),(955,17,'pyre_portfolio_column_spacing',''),(958,17,'pyre_page_title','no'),(961,17,'pyre_page_title_text','default'),(964,17,'pyre_page_title_text_alignment','default'),(967,17,'pyre_page_title_100_width','default'),(970,17,'pyre_page_title_custom_text',''),(973,17,'pyre_page_title_text_size',''),(976,17,'pyre_page_title_custom_subheader',''),(979,17,'pyre_page_title_custom_subheader_text_size',''),(982,17,'pyre_page_title_font_color',''),(985,17,'pyre_page_title_height',''),(988,17,'pyre_page_title_mobile_height',''),(991,17,'pyre_page_title_bar_bg',''),(994,17,'pyre_page_title_bar_bg_retina',''),(997,17,'pyre_page_title_bar_bg_color',''),(1000,17,'pyre_page_title_bar_borders_color',''),(1003,17,'pyre_page_title_bar_bg_full','default'),(1006,17,'pyre_page_title_bg_parallax','default'),(1009,17,'pyre_page_title_breadcrumbs_search_bar','default'),(1012,17,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1015,17,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"News Sidebar\";}'),(1018,17,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1021,17,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(1024,19,'_wp_page_template','default'),(1027,19,'fusion_builder_status','inactive'),(1030,19,'pyre_slider_position','default'),(1033,19,'pyre_slider_type','no'),(1036,19,'pyre_slider','0'),(1039,19,'pyre_wooslider','0'),(1042,19,'pyre_revslider','0'),(1045,19,'pyre_elasticslider','0'),(1048,19,'pyre_fallback',''),(1051,19,'pyre_avada_rev_styles','default'),(1054,19,'pyre_main_top_padding',''),(1057,19,'pyre_main_bottom_padding',''),(1060,19,'pyre_hundredp_padding',''),(1063,19,'pyre_show_first_featured_image','no'),(1066,19,'pyre_display_header','yes'),(1069,19,'pyre_header_100_width','default'),(1072,19,'pyre_header_bg',''),(1075,19,'pyre_header_bg_color',''),(1078,19,'pyre_header_bg_opacity',''),(1081,19,'pyre_header_bg_full','no'),(1084,19,'pyre_header_bg_repeat','repeat'),(1087,19,'pyre_displayed_menu','default'),(1090,19,'pyre_display_footer','default'),(1093,19,'pyre_display_copyright','default'),(1096,19,'pyre_footer_100_width','default'),(1099,19,'pyre_sidebar_position','default'),(1102,19,'pyre_sidebar_bg_color',''),(1105,19,'pyre_page_bg_layout','default'),(1108,19,'pyre_page_bg',''),(1111,19,'pyre_page_bg_color',''),(1114,19,'pyre_page_bg_full','no'),(1117,19,'pyre_page_bg_repeat','repeat'),(1120,19,'pyre_wide_page_bg',''),(1123,19,'pyre_wide_page_bg_color',''),(1126,19,'pyre_wide_page_bg_full','no'),(1129,19,'pyre_wide_page_bg_repeat','repeat'),(1132,19,'pyre_portfolio_width_100','no'),(1135,19,'pyre_portfolio_content_length','default'),(1138,19,'pyre_portfolio_excerpt',''),(1141,19,'pyre_portfolio_filters','yes'),(1144,19,'pyre_portfolio_text_layout','default'),(1147,19,'pyre_portfolio_featured_image_size','default'),(1150,19,'pyre_portfolio_column_spacing',''),(1153,19,'pyre_page_title','default'),(1156,19,'pyre_page_title_text','default'),(1159,19,'pyre_page_title_text_alignment','default'),(1162,19,'pyre_page_title_100_width','default'),(1165,19,'pyre_page_title_custom_text',''),(1168,19,'pyre_page_title_text_size',''),(1171,19,'pyre_page_title_custom_subheader',''),(1174,19,'pyre_page_title_custom_subheader_text_size',''),(1177,19,'pyre_page_title_font_color',''),(1180,19,'pyre_page_title_height',''),(1183,19,'pyre_page_title_mobile_height',''),(1186,19,'pyre_page_title_bar_bg',''),(1189,19,'pyre_page_title_bar_bg_retina',''),(1192,19,'pyre_page_title_bar_bg_color',''),(1195,19,'pyre_page_title_bar_borders_color',''),(1198,19,'pyre_page_title_bar_bg_full','default'),(1201,19,'pyre_page_title_bg_parallax','default'),(1204,19,'pyre_page_title_breadcrumbs_search_bar','default'),(1207,19,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1210,19,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(1213,19,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1216,19,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(1219,21,'_wp_page_template','100-width.php'),(1222,21,'fusion_builder_status','active'),(1225,21,'pyre_slider_position','default'),(1228,21,'pyre_slider_type','no'),(1231,21,'pyre_slider','0'),(1234,21,'pyre_wooslider','0'),(1237,21,'pyre_revslider','0'),(1240,21,'pyre_elasticslider','0'),(1243,21,'pyre_fallback',''),(1246,21,'pyre_avada_rev_styles','default'),(1249,21,'pyre_main_top_padding','0px'),(1252,21,'pyre_main_bottom_padding','0px'),(1255,21,'pyre_hundredp_padding',''),(1258,21,'pyre_show_first_featured_image','no'),(1261,21,'pyre_display_header','yes'),(1264,21,'pyre_header_100_width','default'),(1267,21,'pyre_header_bg',''),(1270,21,'pyre_header_bg_color',''),(1273,21,'pyre_header_bg_opacity',''),(1276,21,'pyre_header_bg_full','no'),(1279,21,'pyre_header_bg_repeat','repeat'),(1282,21,'pyre_displayed_menu','default'),(1285,21,'pyre_display_footer','default'),(1288,21,'pyre_display_copyright','default'),(1291,21,'pyre_footer_100_width','default'),(1294,21,'pyre_sidebar_position','default'),(1297,21,'pyre_sidebar_bg_color',''),(1300,21,'pyre_page_bg_layout','default'),(1303,21,'pyre_page_bg',''),(1306,21,'pyre_page_bg_color',''),(1309,21,'pyre_page_bg_full','no'),(1312,21,'pyre_page_bg_repeat','repeat'),(1315,21,'pyre_wide_page_bg',''),(1318,21,'pyre_wide_page_bg_color',''),(1321,21,'pyre_wide_page_bg_full','no'),(1324,21,'pyre_wide_page_bg_repeat','repeat'),(1327,21,'pyre_portfolio_width_100','no'),(1330,21,'pyre_portfolio_content_length','default'),(1333,21,'pyre_portfolio_excerpt',''),(1336,21,'pyre_portfolio_filters','yes'),(1339,21,'pyre_portfolio_text_layout','default'),(1342,21,'pyre_portfolio_featured_image_size','default'),(1345,21,'pyre_portfolio_column_spacing',''),(1348,21,'pyre_page_title','no'),(1351,21,'pyre_page_title_text','default'),(1354,21,'pyre_page_title_text_alignment','default'),(1357,21,'pyre_page_title_100_width','default'),(1360,21,'pyre_page_title_custom_text',''),(1363,21,'pyre_page_title_text_size',''),(1366,21,'pyre_page_title_custom_subheader',''),(1369,21,'pyre_page_title_custom_subheader_text_size',''),(1372,21,'pyre_page_title_font_color',''),(1375,21,'pyre_page_title_height',''),(1378,21,'pyre_page_title_mobile_height',''),(1381,21,'pyre_page_title_bar_bg',''),(1384,21,'pyre_page_title_bar_bg_retina',''),(1387,21,'pyre_page_title_bar_bg_color',''),(1390,21,'pyre_page_title_bar_borders_color',''),(1393,21,'pyre_page_title_bar_bg_full','default'),(1396,21,'pyre_page_title_bg_parallax','default'),(1399,21,'pyre_page_title_breadcrumbs_search_bar','default'),(1402,21,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1405,21,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(1408,21,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1411,21,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(1414,30,'_wp_page_template','100-width.php'),(1417,30,'fusion_builder_status','active'),(1420,30,'pyre_slider_position','default'),(1423,30,'pyre_slider_type','no'),(1426,30,'pyre_slider','0'),(1429,30,'pyre_wooslider','0'),(1432,30,'pyre_revslider','0'),(1435,30,'pyre_elasticslider','0'),(1438,30,'pyre_fallback',''),(1441,30,'pyre_avada_rev_styles','default'),(1444,30,'pyre_main_top_padding','0px'),(1447,30,'pyre_main_bottom_padding','0px'),(1450,30,'pyre_hundredp_padding',''),(1453,30,'pyre_show_first_featured_image','no'),(1456,30,'pyre_display_header','yes'),(1459,30,'pyre_header_100_width','default'),(1462,30,'pyre_header_bg',''),(1465,30,'pyre_header_bg_color',''),(1468,30,'pyre_header_bg_opacity',''),(1471,30,'pyre_header_bg_full','no'),(1474,30,'pyre_header_bg_repeat','repeat'),(1477,30,'pyre_displayed_menu','default'),(1480,30,'pyre_display_footer','default'),(1483,30,'pyre_display_copyright','default'),(1486,30,'pyre_footer_100_width','default'),(1489,30,'pyre_sidebar_position','default'),(1492,30,'pyre_sidebar_bg_color',''),(1495,30,'pyre_page_bg_layout','default'),(1498,30,'pyre_page_bg',''),(1501,30,'pyre_page_bg_color',''),(1504,30,'pyre_page_bg_full','no'),(1507,30,'pyre_page_bg_repeat','repeat'),(1510,30,'pyre_wide_page_bg',''),(1513,30,'pyre_wide_page_bg_color',''),(1516,30,'pyre_wide_page_bg_full','no'),(1519,30,'pyre_wide_page_bg_repeat','repeat'),(1522,30,'pyre_portfolio_width_100','no'),(1525,30,'pyre_portfolio_content_length','default'),(1528,30,'pyre_portfolio_excerpt',''),(1531,30,'pyre_portfolio_filters','yes'),(1534,30,'pyre_portfolio_text_layout','default'),(1537,30,'pyre_portfolio_featured_image_size','default'),(1540,30,'pyre_portfolio_column_spacing',''),(1543,30,'pyre_page_title','no'),(1546,30,'pyre_page_title_text','default'),(1549,30,'pyre_page_title_text_alignment','default'),(1552,30,'pyre_page_title_100_width','default'),(1555,30,'pyre_page_title_custom_text',''),(1558,30,'pyre_page_title_text_size',''),(1561,30,'pyre_page_title_custom_subheader',''),(1564,30,'pyre_page_title_custom_subheader_text_size',''),(1567,30,'pyre_page_title_font_color',''),(1570,30,'pyre_page_title_height',''),(1573,30,'pyre_page_title_mobile_height',''),(1576,30,'pyre_page_title_bar_bg',''),(1579,30,'pyre_page_title_bar_bg_retina',''),(1582,30,'pyre_page_title_bar_bg_color',''),(1585,30,'pyre_page_title_bar_borders_color',''),(1588,30,'pyre_page_title_bar_bg_full','default'),(1591,30,'pyre_page_title_bg_parallax','default'),(1594,30,'pyre_page_title_breadcrumbs_search_bar','default'),(1597,30,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1600,30,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(1603,30,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1606,30,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(1615,117,'fusion_builder_status','inactive'),(1618,117,'pyre_show_first_featured_image','no'),(1621,117,'pyre_portfolio_width_100','default'),(1624,117,'pyre_video',''),(1627,117,'pyre_fimg_width',''),(1630,117,'pyre_fimg_height',''),(1633,117,'pyre_image_rollover_icons','default'),(1636,117,'pyre_link_icon_url',''),(1639,117,'pyre_post_links_target','no'),(1642,117,'pyre_related_posts','default'),(1645,117,'pyre_share_box','default'),(1648,117,'pyre_post_pagination','default'),(1651,117,'pyre_author_info','default'),(1654,117,'pyre_post_meta','default'),(1657,117,'pyre_post_comments','default'),(1660,117,'pyre_main_top_padding',''),(1663,117,'pyre_main_bottom_padding',''),(1666,117,'pyre_hundredp_padding',''),(1669,117,'pyre_slider_position','default'),(1672,117,'pyre_slider_type','no'),(1675,117,'pyre_slider','0'),(1678,117,'pyre_wooslider','0'),(1681,117,'pyre_revslider','0'),(1684,117,'pyre_elasticslider','0'),(1687,117,'pyre_fallback',''),(1690,117,'pyre_avada_rev_styles','default'),(1693,117,'pyre_display_header','yes'),(1696,117,'pyre_header_100_width','default'),(1699,117,'pyre_header_bg',''),(1702,117,'pyre_header_bg_color',''),(1705,117,'pyre_header_bg_opacity',''),(1708,117,'pyre_header_bg_full','no'),(1711,117,'pyre_header_bg_repeat','repeat'),(1714,117,'pyre_displayed_menu','default'),(1717,117,'pyre_display_footer','default'),(1720,117,'pyre_display_copyright','default'),(1723,117,'pyre_footer_100_width','default'),(1726,117,'pyre_sidebar_position','default'),(1729,117,'pyre_sidebar_bg_color',''),(1732,117,'pyre_page_bg_layout','default'),(1735,117,'pyre_page_bg',''),(1738,117,'pyre_page_bg_color',''),(1741,117,'pyre_page_bg_full','no'),(1744,117,'pyre_page_bg_repeat','repeat'),(1747,117,'pyre_wide_page_bg',''),(1750,117,'pyre_wide_page_bg_color',''),(1753,117,'pyre_wide_page_bg_full','no'),(1756,117,'pyre_wide_page_bg_repeat','repeat'),(1759,117,'pyre_page_title','default'),(1762,117,'pyre_page_title_text','default'),(1765,117,'pyre_page_title_text_alignment','default'),(1768,117,'pyre_page_title_100_width','default'),(1771,117,'pyre_page_title_custom_text',''),(1774,117,'pyre_page_title_text_size',''),(1777,117,'pyre_page_title_custom_subheader',''),(1780,117,'pyre_page_title_custom_subheader_text_size',''),(1783,117,'pyre_page_title_font_color',''),(1786,117,'pyre_page_title_height',''),(1789,117,'pyre_page_title_mobile_height',''),(1792,117,'pyre_page_title_bar_bg',''),(1795,117,'pyre_page_title_bar_bg_retina',''),(1798,117,'pyre_page_title_bar_bg_color',''),(1801,117,'pyre_page_title_bar_borders_color',''),(1804,117,'pyre_page_title_bar_bg_full','default'),(1807,117,'pyre_page_title_bg_parallax','default'),(1810,117,'pyre_page_title_breadcrumbs_search_bar','default'),(1813,117,'avada_post_views_count','51'),(1819,117,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1822,117,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(1825,117,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1828,117,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(1837,119,'fusion_builder_status','inactive'),(1840,119,'pyre_show_first_featured_image','no'),(1843,119,'pyre_portfolio_width_100','default'),(1846,119,'pyre_video',''),(1849,119,'pyre_fimg_width',''),(1852,119,'pyre_fimg_height',''),(1855,119,'pyre_image_rollover_icons','default'),(1858,119,'pyre_link_icon_url',''),(1861,119,'pyre_post_links_target','no'),(1864,119,'pyre_related_posts','default'),(1867,119,'pyre_share_box','default'),(1870,119,'pyre_post_pagination','default'),(1873,119,'pyre_author_info','default'),(1876,119,'pyre_post_meta','default'),(1879,119,'pyre_post_comments','default'),(1882,119,'pyre_main_top_padding',''),(1885,119,'pyre_main_bottom_padding',''),(1888,119,'pyre_hundredp_padding',''),(1891,119,'pyre_slider_position','default'),(1894,119,'pyre_slider_type','no'),(1897,119,'pyre_slider','0'),(1900,119,'pyre_wooslider','0'),(1903,119,'pyre_revslider','0'),(1906,119,'pyre_elasticslider','0'),(1909,119,'pyre_fallback',''),(1912,119,'pyre_avada_rev_styles','default'),(1915,119,'pyre_display_header','yes'),(1918,119,'pyre_header_100_width','default'),(1921,119,'pyre_header_bg',''),(1924,119,'pyre_header_bg_color',''),(1927,119,'pyre_header_bg_opacity',''),(1930,119,'pyre_header_bg_full','no'),(1933,119,'pyre_header_bg_repeat','repeat'),(1936,119,'pyre_displayed_menu','default'),(1939,119,'pyre_display_footer','default'),(1942,119,'pyre_display_copyright','default'),(1945,119,'pyre_footer_100_width','default'),(1948,119,'pyre_sidebar_position','default'),(1951,119,'pyre_sidebar_bg_color',''),(1954,119,'pyre_page_bg_layout','default'),(1957,119,'pyre_page_bg',''),(1960,119,'pyre_page_bg_color',''),(1963,119,'pyre_page_bg_full','no'),(1966,119,'pyre_page_bg_repeat','repeat'),(1969,119,'pyre_wide_page_bg',''),(1972,119,'pyre_wide_page_bg_color',''),(1975,119,'pyre_wide_page_bg_full','no'),(1978,119,'pyre_wide_page_bg_repeat','repeat'),(1981,119,'pyre_page_title','default'),(1984,119,'pyre_page_title_text','default'),(1987,119,'pyre_page_title_text_alignment','default'),(1990,119,'pyre_page_title_100_width','default'),(1993,119,'pyre_page_title_custom_text',''),(1996,119,'pyre_page_title_text_size',''),(1999,119,'pyre_page_title_custom_subheader',''),(2002,119,'pyre_page_title_custom_subheader_text_size',''),(2005,119,'pyre_page_title_font_color',''),(2008,119,'pyre_page_title_height',''),(2011,119,'pyre_page_title_mobile_height',''),(2014,119,'pyre_page_title_bar_bg',''),(2017,119,'pyre_page_title_bar_bg_retina',''),(2020,119,'pyre_page_title_bar_bg_color',''),(2023,119,'pyre_page_title_bar_borders_color',''),(2026,119,'pyre_page_title_bar_bg_full','default'),(2029,119,'pyre_page_title_bg_parallax','default'),(2032,119,'pyre_page_title_breadcrumbs_search_bar','default'),(2038,119,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2041,119,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2044,119,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2047,119,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2050,119,'avada_post_views_count','2'),(2062,127,'fusion_builder_status','inactive'),(2065,127,'pyre_show_first_featured_image','no'),(2068,127,'pyre_portfolio_width_100','default'),(2071,127,'pyre_video',''),(2074,127,'pyre_fimg_width',''),(2077,127,'pyre_fimg_height',''),(2080,127,'pyre_image_rollover_icons','default'),(2083,127,'pyre_link_icon_url',''),(2086,127,'pyre_post_links_target','no'),(2089,127,'pyre_related_posts','default'),(2092,127,'pyre_share_box','default'),(2095,127,'pyre_post_pagination','default'),(2098,127,'pyre_author_info','default'),(2101,127,'pyre_post_meta','default'),(2104,127,'pyre_post_comments','default'),(2107,127,'pyre_main_top_padding',''),(2110,127,'pyre_main_bottom_padding',''),(2113,127,'pyre_hundredp_padding',''),(2116,127,'pyre_slider_position','default'),(2119,127,'pyre_slider_type','no'),(2122,127,'pyre_slider','0'),(2125,127,'pyre_wooslider','0'),(2128,127,'pyre_revslider','0'),(2131,127,'pyre_elasticslider','0'),(2134,127,'pyre_fallback',''),(2137,127,'pyre_avada_rev_styles','default'),(2140,127,'pyre_display_header','yes'),(2143,127,'pyre_header_100_width','default'),(2146,127,'pyre_header_bg',''),(2149,127,'pyre_header_bg_color',''),(2152,127,'pyre_header_bg_opacity',''),(2155,127,'pyre_header_bg_full','no'),(2158,127,'pyre_header_bg_repeat','repeat'),(2161,127,'pyre_displayed_menu','default'),(2164,127,'pyre_display_footer','default'),(2167,127,'pyre_display_copyright','default'),(2170,127,'pyre_footer_100_width','default'),(2173,127,'pyre_sidebar_position','default'),(2176,127,'pyre_sidebar_bg_color',''),(2179,127,'pyre_page_bg_layout','default'),(2182,127,'pyre_page_bg',''),(2185,127,'pyre_page_bg_color',''),(2188,127,'pyre_page_bg_full','no'),(2191,127,'pyre_page_bg_repeat','repeat'),(2194,127,'pyre_wide_page_bg',''),(2197,127,'pyre_wide_page_bg_color',''),(2200,127,'pyre_wide_page_bg_full','no'),(2203,127,'pyre_wide_page_bg_repeat','repeat'),(2206,127,'pyre_page_title','default'),(2209,127,'pyre_page_title_text','default'),(2212,127,'pyre_page_title_text_alignment','default'),(2215,127,'pyre_page_title_100_width','default'),(2218,127,'pyre_page_title_custom_text',''),(2221,127,'pyre_page_title_text_size',''),(2224,127,'pyre_page_title_custom_subheader',''),(2227,127,'pyre_page_title_custom_subheader_text_size',''),(2230,127,'pyre_page_title_font_color',''),(2233,127,'pyre_page_title_height',''),(2236,127,'pyre_page_title_mobile_height',''),(2239,127,'pyre_page_title_bar_bg',''),(2242,127,'pyre_page_title_bar_bg_retina',''),(2245,127,'pyre_page_title_bar_bg_color',''),(2248,127,'pyre_page_title_bar_borders_color',''),(2251,127,'pyre_page_title_bar_bg_full','default'),(2254,127,'pyre_page_title_bg_parallax','default'),(2257,127,'pyre_page_title_breadcrumbs_search_bar','default'),(2260,127,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2263,127,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2266,127,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2269,127,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2272,127,'avada_post_views_count','2'),(2284,136,'fusion_builder_status','inactive'),(2287,136,'pyre_show_first_featured_image','no'),(2290,136,'pyre_portfolio_width_100','default'),(2293,136,'pyre_video',''),(2296,136,'pyre_fimg_width',''),(2299,136,'pyre_fimg_height',''),(2302,136,'pyre_image_rollover_icons','default'),(2305,136,'pyre_link_icon_url',''),(2308,136,'pyre_post_links_target','no'),(2311,136,'pyre_related_posts','default'),(2314,136,'pyre_share_box','default'),(2317,136,'pyre_post_pagination','default'),(2320,136,'pyre_author_info','default'),(2323,136,'pyre_post_meta','default'),(2326,136,'pyre_post_comments','default'),(2329,136,'pyre_main_top_padding',''),(2332,136,'pyre_main_bottom_padding',''),(2335,136,'pyre_hundredp_padding',''),(2338,136,'pyre_slider_position','default'),(2341,136,'pyre_slider_type','no'),(2344,136,'pyre_slider','0'),(2347,136,'pyre_wooslider','0'),(2350,136,'pyre_revslider','0'),(2353,136,'pyre_elasticslider','0'),(2356,136,'pyre_fallback',''),(2359,136,'pyre_avada_rev_styles','default'),(2362,136,'pyre_display_header','yes'),(2365,136,'pyre_header_100_width','default'),(2368,136,'pyre_header_bg',''),(2371,136,'pyre_header_bg_color',''),(2374,136,'pyre_header_bg_opacity',''),(2377,136,'pyre_header_bg_full','no'),(2380,136,'pyre_header_bg_repeat','repeat'),(2383,136,'pyre_displayed_menu','default'),(2386,136,'pyre_display_footer','default'),(2389,136,'pyre_display_copyright','default'),(2392,136,'pyre_footer_100_width','default'),(2395,136,'pyre_sidebar_position','default'),(2398,136,'pyre_sidebar_bg_color',''),(2401,136,'pyre_page_bg_layout','default'),(2404,136,'pyre_page_bg',''),(2407,136,'pyre_page_bg_color',''),(2410,136,'pyre_page_bg_full','no'),(2413,136,'pyre_page_bg_repeat','repeat'),(2416,136,'pyre_wide_page_bg',''),(2419,136,'pyre_wide_page_bg_color',''),(2422,136,'pyre_wide_page_bg_full','no'),(2425,136,'pyre_wide_page_bg_repeat','repeat'),(2428,136,'pyre_page_title','default'),(2431,136,'pyre_page_title_text','default'),(2434,136,'pyre_page_title_text_alignment','default'),(2437,136,'pyre_page_title_100_width','default'),(2440,136,'pyre_page_title_custom_text',''),(2443,136,'pyre_page_title_text_size',''),(2446,136,'pyre_page_title_custom_subheader',''),(2449,136,'pyre_page_title_custom_subheader_text_size',''),(2452,136,'pyre_page_title_font_color',''),(2455,136,'pyre_page_title_height',''),(2458,136,'pyre_page_title_mobile_height',''),(2461,136,'pyre_page_title_bar_bg',''),(2464,136,'pyre_page_title_bar_bg_retina',''),(2467,136,'pyre_page_title_bar_bg_color',''),(2470,136,'pyre_page_title_bar_borders_color',''),(2473,136,'pyre_page_title_bar_bg_full','default'),(2476,136,'pyre_page_title_bg_parallax','default'),(2479,136,'pyre_page_title_breadcrumbs_search_bar','default'),(2482,136,'avada_post_views_count','4'),(2485,136,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2488,136,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2491,136,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2494,136,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2506,139,'fusion_builder_status','inactive'),(2509,139,'pyre_show_first_featured_image','no'),(2512,139,'pyre_portfolio_width_100','default'),(2515,139,'pyre_video',''),(2518,139,'pyre_fimg_width',''),(2521,139,'pyre_fimg_height',''),(2524,139,'pyre_image_rollover_icons','default'),(2527,139,'pyre_link_icon_url',''),(2530,139,'pyre_post_links_target','no'),(2533,139,'pyre_related_posts','default'),(2536,139,'pyre_share_box','default'),(2539,139,'pyre_post_pagination','default'),(2542,139,'pyre_author_info','default'),(2545,139,'pyre_post_meta','default'),(2548,139,'pyre_post_comments','default'),(2551,139,'pyre_main_top_padding',''),(2554,139,'pyre_main_bottom_padding',''),(2557,139,'pyre_hundredp_padding',''),(2560,139,'pyre_slider_position','default'),(2563,139,'pyre_slider_type','no'),(2566,139,'pyre_slider','0'),(2569,139,'pyre_wooslider','0'),(2572,139,'pyre_revslider','0'),(2575,139,'pyre_elasticslider','0'),(2578,139,'pyre_fallback',''),(2581,139,'pyre_avada_rev_styles','default'),(2584,139,'pyre_display_header','yes'),(2587,139,'pyre_header_100_width','default'),(2590,139,'pyre_header_bg',''),(2593,139,'pyre_header_bg_color',''),(2596,139,'pyre_header_bg_opacity',''),(2599,139,'pyre_header_bg_full','no'),(2602,139,'pyre_header_bg_repeat','repeat'),(2605,139,'pyre_displayed_menu','default'),(2608,139,'pyre_display_footer','default'),(2611,139,'pyre_display_copyright','default'),(2614,139,'pyre_footer_100_width','default'),(2617,139,'pyre_sidebar_position','default'),(2620,139,'pyre_sidebar_bg_color',''),(2623,139,'pyre_page_bg_layout','default'),(2626,139,'pyre_page_bg',''),(2629,139,'pyre_page_bg_color',''),(2632,139,'pyre_page_bg_full','no'),(2635,139,'pyre_page_bg_repeat','repeat'),(2638,139,'pyre_wide_page_bg',''),(2641,139,'pyre_wide_page_bg_color',''),(2644,139,'pyre_wide_page_bg_full','no'),(2647,139,'pyre_wide_page_bg_repeat','repeat'),(2650,139,'pyre_page_title','default'),(2653,139,'pyre_page_title_text','default'),(2656,139,'pyre_page_title_text_alignment','default'),(2659,139,'pyre_page_title_100_width','default'),(2662,139,'pyre_page_title_custom_text',''),(2665,139,'pyre_page_title_text_size',''),(2668,139,'pyre_page_title_custom_subheader',''),(2671,139,'pyre_page_title_custom_subheader_text_size',''),(2674,139,'pyre_page_title_font_color',''),(2677,139,'pyre_page_title_height',''),(2680,139,'pyre_page_title_mobile_height',''),(2683,139,'pyre_page_title_bar_bg',''),(2686,139,'pyre_page_title_bar_bg_retina',''),(2689,139,'pyre_page_title_bar_bg_color',''),(2692,139,'pyre_page_title_bar_borders_color',''),(2695,139,'pyre_page_title_bar_bg_full','default'),(2698,139,'pyre_page_title_bg_parallax','default'),(2701,139,'pyre_page_title_breadcrumbs_search_bar','default'),(2704,139,'_wp_old_slug','fusce-vulputate-felis-quis-nisl-interdum-viverra-ligula'),(2707,139,'avada_post_views_count','3'),(2710,139,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2713,139,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2716,139,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2719,139,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2722,812,'_wp_page_template','100-width.php'),(2725,812,'pyre_slider_position','default'),(2728,812,'pyre_slider_type','no'),(2731,812,'pyre_slider','0'),(2734,812,'pyre_wooslider','0'),(2737,812,'pyre_revslider','0'),(2740,812,'pyre_elasticslider','0'),(2743,812,'pyre_fallback',''),(2746,812,'pyre_avada_rev_styles','default'),(2749,812,'pyre_main_top_padding','0px'),(2752,812,'pyre_main_bottom_padding','0px'),(2755,812,'pyre_hundredp_padding',''),(2758,812,'pyre_show_first_featured_image','no'),(2761,812,'pyre_display_header','yes'),(2764,812,'pyre_header_100_width','default'),(2767,812,'pyre_header_bg',''),(2770,812,'pyre_header_bg_color',''),(2773,812,'pyre_header_bg_opacity',''),(2776,812,'pyre_header_bg_full','no'),(2779,812,'pyre_header_bg_repeat','repeat'),(2782,812,'pyre_displayed_menu','default'),(2785,812,'pyre_display_footer','default'),(2788,812,'pyre_display_copyright','default'),(2791,812,'pyre_footer_100_width','default'),(2794,812,'pyre_sidebar_position','default'),(2797,812,'pyre_sidebar_bg_color',''),(2800,812,'pyre_page_bg_layout','default'),(2803,812,'pyre_page_bg',''),(2806,812,'pyre_page_bg_color',''),(2809,812,'pyre_page_bg_full','no'),(2812,812,'pyre_page_bg_repeat','repeat'),(2815,812,'pyre_wide_page_bg','http://theme-fusion.com/avada/forum/wp-content/uploads/sites/51/2015/12/user_login_bg.jpg'),(2818,812,'pyre_wide_page_bg_color','#191919'),(2821,812,'pyre_wide_page_bg_full','yes'),(2824,812,'pyre_wide_page_bg_repeat','repeat'),(2827,812,'pyre_portfolio_width_100','no'),(2830,812,'pyre_portfolio_content_length','default'),(2833,812,'pyre_portfolio_excerpt',''),(2836,812,'pyre_portfolio_filters','yes'),(2839,812,'pyre_portfolio_text_layout','default'),(2842,812,'pyre_portfolio_featured_image_size','default'),(2845,812,'pyre_portfolio_column_spacing',''),(2848,812,'pyre_page_title','no'),(2851,812,'pyre_page_title_text','default'),(2854,812,'pyre_page_title_text_alignment','default'),(2857,812,'pyre_page_title_100_width','default'),(2860,812,'pyre_page_title_custom_text',''),(2863,812,'pyre_page_title_text_size',''),(2866,812,'pyre_page_title_custom_subheader',''),(2869,812,'pyre_page_title_custom_subheader_text_size',''),(2872,812,'pyre_page_title_font_color',''),(2875,812,'pyre_page_title_height',''),(2878,812,'pyre_page_title_mobile_height',''),(2881,812,'pyre_page_title_bar_bg',''),(2884,812,'pyre_page_title_bar_bg_retina',''),(2887,812,'pyre_page_title_bar_bg_color',''),(2890,812,'pyre_page_title_bar_borders_color',''),(2893,812,'pyre_page_title_bar_bg_full','default'),(2896,812,'pyre_page_title_bg_parallax','default'),(2899,812,'pyre_page_title_breadcrumbs_search_bar','default'),(2902,812,'fusion_builder_status','active'),(2905,812,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2908,812,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(2911,812,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2914,812,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2917,818,'_wp_page_template','100-width.php'),(2920,818,'pyre_slider_position','default'),(2923,818,'pyre_slider_type','no'),(2926,818,'pyre_slider','0'),(2929,818,'pyre_wooslider','0'),(2932,818,'pyre_revslider','0'),(2935,818,'pyre_elasticslider','0'),(2938,818,'pyre_fallback',''),(2941,818,'pyre_avada_rev_styles','default'),(2944,818,'pyre_main_top_padding','0px'),(2947,818,'pyre_main_bottom_padding','0px'),(2950,818,'pyre_hundredp_padding',''),(2953,818,'pyre_show_first_featured_image','no'),(2956,818,'pyre_display_header','yes'),(2959,818,'pyre_header_100_width','default'),(2962,818,'pyre_header_bg',''),(2965,818,'pyre_header_bg_color',''),(2968,818,'pyre_header_bg_opacity',''),(2971,818,'pyre_header_bg_full','no'),(2974,818,'pyre_header_bg_repeat','repeat'),(2977,818,'pyre_displayed_menu','default'),(2980,818,'pyre_display_footer','default'),(2983,818,'pyre_display_copyright','default'),(2986,818,'pyre_footer_100_width','default'),(2989,818,'pyre_sidebar_position','default'),(2992,818,'pyre_sidebar_bg_color',''),(2995,818,'pyre_page_bg_layout','default'),(2998,818,'pyre_page_bg',''),(3001,818,'pyre_page_bg_color',''),(3004,818,'pyre_page_bg_full','no'),(3007,818,'pyre_page_bg_repeat','repeat'),(3010,818,'pyre_wide_page_bg',''),(3013,818,'pyre_wide_page_bg_color',''),(3016,818,'pyre_wide_page_bg_full','no'),(3019,818,'pyre_wide_page_bg_repeat','repeat'),(3022,818,'pyre_portfolio_width_100','no'),(3025,818,'pyre_portfolio_content_length','default'),(3028,818,'pyre_portfolio_excerpt',''),(3031,818,'pyre_portfolio_filters','yes'),(3034,818,'pyre_portfolio_text_layout','default'),(3037,818,'pyre_portfolio_featured_image_size','default'),(3040,818,'pyre_portfolio_column_spacing',''),(3043,818,'pyre_page_title','no'),(3046,818,'pyre_page_title_text','default'),(3049,818,'pyre_page_title_text_alignment','default'),(3052,818,'pyre_page_title_100_width','default'),(3055,818,'pyre_page_title_custom_text',''),(3058,818,'pyre_page_title_text_size',''),(3061,818,'pyre_page_title_custom_subheader',''),(3064,818,'pyre_page_title_custom_subheader_text_size',''),(3067,818,'pyre_page_title_font_color',''),(3070,818,'pyre_page_title_height',''),(3073,818,'pyre_page_title_mobile_height',''),(3076,818,'pyre_page_title_bar_bg',''),(3079,818,'pyre_page_title_bar_bg_retina',''),(3082,818,'pyre_page_title_bar_bg_color',''),(3085,818,'pyre_page_title_bar_borders_color',''),(3088,818,'pyre_page_title_bar_bg_full','default'),(3091,818,'pyre_page_title_bg_parallax','default'),(3094,818,'pyre_page_title_breadcrumbs_search_bar','default'),(3097,818,'fusion_builder_status','active'),(3100,818,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3103,818,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(3106,818,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3109,818,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3121,142,'fusion_builder_status','inactive'),(3124,142,'pyre_show_first_featured_image','no'),(3127,142,'pyre_portfolio_width_100','default'),(3130,142,'pyre_video',''),(3133,142,'pyre_fimg_width',''),(3136,142,'pyre_fimg_height',''),(3139,142,'pyre_image_rollover_icons','default'),(3142,142,'pyre_link_icon_url',''),(3145,142,'pyre_post_links_target','no'),(3148,142,'pyre_related_posts','default'),(3151,142,'pyre_share_box','default'),(3154,142,'pyre_post_pagination','default'),(3157,142,'pyre_author_info','default'),(3160,142,'pyre_post_meta','default'),(3163,142,'pyre_post_comments','default'),(3166,142,'pyre_main_top_padding',''),(3169,142,'pyre_main_bottom_padding',''),(3172,142,'pyre_hundredp_padding',''),(3175,142,'pyre_slider_position','default'),(3178,142,'pyre_slider_type','no'),(3181,142,'pyre_slider','0'),(3184,142,'pyre_wooslider','0'),(3187,142,'pyre_revslider','0'),(3190,142,'pyre_elasticslider','0'),(3193,142,'pyre_fallback',''),(3196,142,'pyre_avada_rev_styles','default'),(3199,142,'pyre_display_header','yes'),(3202,142,'pyre_header_100_width','default'),(3205,142,'pyre_header_bg',''),(3208,142,'pyre_header_bg_color',''),(3211,142,'pyre_header_bg_opacity',''),(3214,142,'pyre_header_bg_full','no'),(3217,142,'pyre_header_bg_repeat','repeat'),(3220,142,'pyre_displayed_menu','default'),(3223,142,'pyre_display_footer','default'),(3226,142,'pyre_display_copyright','default'),(3229,142,'pyre_footer_100_width','default'),(3232,142,'pyre_sidebar_position','default'),(3235,142,'pyre_sidebar_bg_color',''),(3238,142,'pyre_page_bg_layout','default'),(3241,142,'pyre_page_bg',''),(3244,142,'pyre_page_bg_color',''),(3247,142,'pyre_page_bg_full','no'),(3250,142,'pyre_page_bg_repeat','repeat'),(3253,142,'pyre_wide_page_bg',''),(3256,142,'pyre_wide_page_bg_color',''),(3259,142,'pyre_wide_page_bg_full','no'),(3262,142,'pyre_wide_page_bg_repeat','repeat'),(3265,142,'pyre_page_title','default'),(3268,142,'pyre_page_title_text','default'),(3271,142,'pyre_page_title_text_alignment','default'),(3274,142,'pyre_page_title_100_width','default'),(3277,142,'pyre_page_title_custom_text',''),(3280,142,'pyre_page_title_text_size',''),(3283,142,'pyre_page_title_custom_subheader',''),(3286,142,'pyre_page_title_custom_subheader_text_size',''),(3289,142,'pyre_page_title_font_color',''),(3292,142,'pyre_page_title_height',''),(3295,142,'pyre_page_title_mobile_height',''),(3298,142,'pyre_page_title_bar_bg',''),(3301,142,'pyre_page_title_bar_bg_retina',''),(3304,142,'pyre_page_title_bar_bg_color',''),(3307,142,'pyre_page_title_bar_borders_color',''),(3310,142,'pyre_page_title_bar_bg_full','default'),(3313,142,'pyre_page_title_bg_parallax','default'),(3316,142,'pyre_page_title_breadcrumbs_search_bar','default'),(3319,142,'avada_post_views_count','3'),(3322,142,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3325,142,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3328,142,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3331,142,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3343,145,'fusion_builder_status','inactive'),(3346,145,'pyre_show_first_featured_image','no'),(3349,145,'pyre_portfolio_width_100','default'),(3352,145,'pyre_video',''),(3355,145,'pyre_fimg_width',''),(3358,145,'pyre_fimg_height',''),(3361,145,'pyre_image_rollover_icons','default'),(3364,145,'pyre_link_icon_url',''),(3367,145,'pyre_post_links_target','no'),(3370,145,'pyre_related_posts','default'),(3373,145,'pyre_share_box','default'),(3376,145,'pyre_post_pagination','default'),(3379,145,'pyre_author_info','default'),(3382,145,'pyre_post_meta','default'),(3385,145,'pyre_post_comments','default'),(3388,145,'pyre_main_top_padding',''),(3391,145,'pyre_main_bottom_padding',''),(3394,145,'pyre_hundredp_padding',''),(3397,145,'pyre_slider_position','default'),(3400,145,'pyre_slider_type','no'),(3403,145,'pyre_slider','0'),(3406,145,'pyre_wooslider','0'),(3409,145,'pyre_revslider','0'),(3412,145,'pyre_elasticslider','0'),(3415,145,'pyre_fallback',''),(3418,145,'pyre_avada_rev_styles','default'),(3421,145,'pyre_display_header','yes'),(3424,145,'pyre_header_100_width','default'),(3427,145,'pyre_header_bg',''),(3430,145,'pyre_header_bg_color',''),(3433,145,'pyre_header_bg_opacity',''),(3436,145,'pyre_header_bg_full','no'),(3439,145,'pyre_header_bg_repeat','repeat'),(3442,145,'pyre_displayed_menu','default'),(3445,145,'pyre_display_footer','default'),(3448,145,'pyre_display_copyright','default'),(3451,145,'pyre_footer_100_width','default'),(3454,145,'pyre_sidebar_position','default'),(3457,145,'pyre_sidebar_bg_color',''),(3460,145,'pyre_page_bg_layout','default'),(3463,145,'pyre_page_bg',''),(3466,145,'pyre_page_bg_color',''),(3469,145,'pyre_page_bg_full','no'),(3472,145,'pyre_page_bg_repeat','repeat'),(3475,145,'pyre_wide_page_bg',''),(3478,145,'pyre_wide_page_bg_color',''),(3481,145,'pyre_wide_page_bg_full','no'),(3484,145,'pyre_wide_page_bg_repeat','repeat'),(3487,145,'pyre_page_title','default'),(3490,145,'pyre_page_title_text','default'),(3493,145,'pyre_page_title_text_alignment','default'),(3496,145,'pyre_page_title_100_width','default'),(3499,145,'pyre_page_title_custom_text',''),(3502,145,'pyre_page_title_text_size',''),(3505,145,'pyre_page_title_custom_subheader',''),(3508,145,'pyre_page_title_custom_subheader_text_size',''),(3511,145,'pyre_page_title_font_color',''),(3514,145,'pyre_page_title_height',''),(3517,145,'pyre_page_title_mobile_height',''),(3520,145,'pyre_page_title_bar_bg',''),(3523,145,'pyre_page_title_bar_bg_retina',''),(3526,145,'pyre_page_title_bar_bg_color',''),(3529,145,'pyre_page_title_bar_borders_color',''),(3532,145,'pyre_page_title_bar_bg_full','default'),(3535,145,'pyre_page_title_bg_parallax','default'),(3538,145,'pyre_page_title_breadcrumbs_search_bar','default'),(3541,145,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3544,145,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3547,145,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3550,145,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3553,145,'avada_post_views_count','2'),(3565,148,'fusion_builder_status','inactive'),(3568,148,'pyre_show_first_featured_image','no'),(3571,148,'pyre_portfolio_width_100','default'),(3574,148,'pyre_video',''),(3577,148,'pyre_fimg_width',''),(3580,148,'pyre_fimg_height',''),(3583,148,'pyre_image_rollover_icons','default'),(3586,148,'pyre_link_icon_url',''),(3589,148,'pyre_post_links_target','no'),(3592,148,'pyre_related_posts','default'),(3595,148,'pyre_share_box','default'),(3598,148,'pyre_post_pagination','default'),(3601,148,'pyre_author_info','default'),(3604,148,'pyre_post_meta','default'),(3607,148,'pyre_post_comments','default'),(3610,148,'pyre_main_top_padding',''),(3613,148,'pyre_main_bottom_padding',''),(3616,148,'pyre_hundredp_padding',''),(3619,148,'pyre_slider_position','default'),(3622,148,'pyre_slider_type','no'),(3625,148,'pyre_slider','0'),(3628,148,'pyre_wooslider','0'),(3631,148,'pyre_revslider','0'),(3634,148,'pyre_elasticslider','0'),(3637,148,'pyre_fallback',''),(3640,148,'pyre_avada_rev_styles','default'),(3643,148,'pyre_display_header','yes'),(3646,148,'pyre_header_100_width','default'),(3649,148,'pyre_header_bg',''),(3652,148,'pyre_header_bg_color',''),(3655,148,'pyre_header_bg_opacity',''),(3658,148,'pyre_header_bg_full','no'),(3661,148,'pyre_header_bg_repeat','repeat'),(3664,148,'pyre_displayed_menu','default'),(3667,148,'pyre_display_footer','default'),(3670,148,'pyre_display_copyright','default'),(3673,148,'pyre_footer_100_width','default'),(3676,148,'pyre_sidebar_position','default'),(3679,148,'pyre_sidebar_bg_color',''),(3682,148,'pyre_page_bg_layout','default'),(3685,148,'pyre_page_bg',''),(3688,148,'pyre_page_bg_color',''),(3691,148,'pyre_page_bg_full','no'),(3694,148,'pyre_page_bg_repeat','repeat'),(3697,148,'pyre_wide_page_bg',''),(3700,148,'pyre_wide_page_bg_color',''),(3703,148,'pyre_wide_page_bg_full','no'),(3706,148,'pyre_wide_page_bg_repeat','repeat'),(3709,148,'pyre_page_title','default'),(3712,148,'pyre_page_title_text','default'),(3715,148,'pyre_page_title_text_alignment','default'),(3718,148,'pyre_page_title_100_width','default'),(3721,148,'pyre_page_title_custom_text',''),(3724,148,'pyre_page_title_text_size',''),(3727,148,'pyre_page_title_custom_subheader',''),(3730,148,'pyre_page_title_custom_subheader_text_size',''),(3733,148,'pyre_page_title_font_color',''),(3736,148,'pyre_page_title_height',''),(3739,148,'pyre_page_title_mobile_height',''),(3742,148,'pyre_page_title_bar_bg',''),(3745,148,'pyre_page_title_bar_bg_retina',''),(3748,148,'pyre_page_title_bar_bg_color',''),(3751,148,'pyre_page_title_bar_borders_color',''),(3754,148,'pyre_page_title_bar_bg_full','default'),(3757,148,'pyre_page_title_bg_parallax','default'),(3760,148,'pyre_page_title_breadcrumbs_search_bar','default'),(3763,148,'avada_post_views_count','3'),(3766,148,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3769,148,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3772,148,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3775,148,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3787,151,'fusion_builder_status','inactive'),(3790,151,'pyre_show_first_featured_image','no'),(3793,151,'pyre_portfolio_width_100','default'),(3796,151,'pyre_video',''),(3799,151,'pyre_fimg_width',''),(3802,151,'pyre_fimg_height',''),(3805,151,'pyre_image_rollover_icons','default'),(3808,151,'pyre_link_icon_url',''),(3811,151,'pyre_post_links_target','no'),(3814,151,'pyre_related_posts','default'),(3817,151,'pyre_share_box','default'),(3820,151,'pyre_post_pagination','default'),(3823,151,'pyre_author_info','default'),(3826,151,'pyre_post_meta','default'),(3829,151,'pyre_post_comments','default'),(3832,151,'pyre_main_top_padding',''),(3835,151,'pyre_main_bottom_padding',''),(3838,151,'pyre_hundredp_padding',''),(3841,151,'pyre_slider_position','default'),(3844,151,'pyre_slider_type','no'),(3847,151,'pyre_slider','0'),(3850,151,'pyre_wooslider','0'),(3853,151,'pyre_revslider','0'),(3856,151,'pyre_elasticslider','0'),(3859,151,'pyre_fallback',''),(3862,151,'pyre_avada_rev_styles','default'),(3865,151,'pyre_display_header','yes'),(3868,151,'pyre_header_100_width','default'),(3871,151,'pyre_header_bg',''),(3874,151,'pyre_header_bg_color',''),(3877,151,'pyre_header_bg_opacity',''),(3880,151,'pyre_header_bg_full','no'),(3883,151,'pyre_header_bg_repeat','repeat'),(3886,151,'pyre_displayed_menu','default'),(3889,151,'pyre_display_footer','default'),(3892,151,'pyre_display_copyright','default'),(3895,151,'pyre_footer_100_width','default'),(3898,151,'pyre_sidebar_position','default'),(3901,151,'pyre_sidebar_bg_color',''),(3904,151,'pyre_page_bg_layout','default'),(3907,151,'pyre_page_bg',''),(3910,151,'pyre_page_bg_color',''),(3913,151,'pyre_page_bg_full','no'),(3916,151,'pyre_page_bg_repeat','repeat'),(3919,151,'pyre_wide_page_bg',''),(3922,151,'pyre_wide_page_bg_color',''),(3925,151,'pyre_wide_page_bg_full','no'),(3928,151,'pyre_wide_page_bg_repeat','repeat'),(3931,151,'pyre_page_title','default'),(3934,151,'pyre_page_title_text','default'),(3937,151,'pyre_page_title_text_alignment','default'),(3940,151,'pyre_page_title_100_width','default'),(3943,151,'pyre_page_title_custom_text',''),(3946,151,'pyre_page_title_text_size',''),(3949,151,'pyre_page_title_custom_subheader',''),(3952,151,'pyre_page_title_custom_subheader_text_size',''),(3955,151,'pyre_page_title_font_color',''),(3958,151,'pyre_page_title_height',''),(3961,151,'pyre_page_title_mobile_height',''),(3964,151,'pyre_page_title_bar_bg',''),(3967,151,'pyre_page_title_bar_bg_retina',''),(3970,151,'pyre_page_title_bar_bg_color',''),(3973,151,'pyre_page_title_bar_borders_color',''),(3976,151,'pyre_page_title_bar_bg_full','default'),(3979,151,'pyre_page_title_bg_parallax','default'),(3982,151,'pyre_page_title_breadcrumbs_search_bar','default'),(3985,151,'avada_post_views_count','3'),(3988,151,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3991,151,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3994,151,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3997,151,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4009,154,'fusion_builder_status','inactive'),(4012,154,'pyre_show_first_featured_image','no'),(4015,154,'pyre_portfolio_width_100','default'),(4018,154,'pyre_video',''),(4021,154,'pyre_fimg_width',''),(4024,154,'pyre_fimg_height',''),(4027,154,'pyre_image_rollover_icons','default'),(4030,154,'pyre_link_icon_url',''),(4033,154,'pyre_post_links_target','no'),(4036,154,'pyre_related_posts','default'),(4039,154,'pyre_share_box','default'),(4042,154,'pyre_post_pagination','default'),(4045,154,'pyre_author_info','default'),(4048,154,'pyre_post_meta','default'),(4051,154,'pyre_post_comments','default'),(4054,154,'pyre_main_top_padding',''),(4057,154,'pyre_main_bottom_padding',''),(4060,154,'pyre_hundredp_padding',''),(4063,154,'pyre_slider_position','default'),(4066,154,'pyre_slider_type','no'),(4069,154,'pyre_slider','0'),(4072,154,'pyre_wooslider','0'),(4075,154,'pyre_revslider','0'),(4078,154,'pyre_elasticslider','0'),(4081,154,'pyre_fallback',''),(4084,154,'pyre_avada_rev_styles','default'),(4087,154,'pyre_display_header','yes'),(4090,154,'pyre_header_100_width','default'),(4093,154,'pyre_header_bg',''),(4096,154,'pyre_header_bg_color',''),(4099,154,'pyre_header_bg_opacity',''),(4102,154,'pyre_header_bg_full','no'),(4105,154,'pyre_header_bg_repeat','repeat'),(4108,154,'pyre_displayed_menu','default'),(4111,154,'pyre_display_footer','default'),(4114,154,'pyre_display_copyright','default'),(4117,154,'pyre_footer_100_width','default'),(4120,154,'pyre_sidebar_position','default'),(4123,154,'pyre_sidebar_bg_color',''),(4126,154,'pyre_page_bg_layout','default'),(4129,154,'pyre_page_bg',''),(4132,154,'pyre_page_bg_color',''),(4135,154,'pyre_page_bg_full','no'),(4138,154,'pyre_page_bg_repeat','repeat'),(4141,154,'pyre_wide_page_bg',''),(4144,154,'pyre_wide_page_bg_color',''),(4147,154,'pyre_wide_page_bg_full','no'),(4150,154,'pyre_wide_page_bg_repeat','repeat'),(4153,154,'pyre_page_title','default'),(4156,154,'pyre_page_title_text','default'),(4159,154,'pyre_page_title_text_alignment','default'),(4162,154,'pyre_page_title_100_width','default'),(4165,154,'pyre_page_title_custom_text',''),(4168,154,'pyre_page_title_text_size',''),(4171,154,'pyre_page_title_custom_subheader',''),(4174,154,'pyre_page_title_custom_subheader_text_size',''),(4177,154,'pyre_page_title_font_color',''),(4180,154,'pyre_page_title_height',''),(4183,154,'pyre_page_title_mobile_height',''),(4186,154,'pyre_page_title_bar_bg',''),(4189,154,'pyre_page_title_bar_bg_retina',''),(4192,154,'pyre_page_title_bar_bg_color',''),(4195,154,'pyre_page_title_bar_borders_color',''),(4198,154,'pyre_page_title_bar_bg_full','default'),(4201,154,'pyre_page_title_bg_parallax','default'),(4204,154,'pyre_page_title_breadcrumbs_search_bar','default'),(4207,154,'_wp_old_slug','vestibulum-hendrerit-risus-viverra-malesuada-iaculis'),(4210,154,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4213,154,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4216,154,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4219,154,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4222,154,'avada_post_views_count','2'),(4234,157,'fusion_builder_status','inactive'),(4237,157,'pyre_show_first_featured_image','no'),(4240,157,'pyre_portfolio_width_100','default'),(4243,157,'pyre_video',''),(4246,157,'pyre_fimg_width',''),(4249,157,'pyre_fimg_height',''),(4252,157,'pyre_image_rollover_icons','default'),(4255,157,'pyre_link_icon_url',''),(4258,157,'pyre_post_links_target','no'),(4261,157,'pyre_related_posts','default'),(4264,157,'pyre_share_box','default'),(4267,157,'pyre_post_pagination','default'),(4270,157,'pyre_author_info','default'),(4273,157,'pyre_post_meta','default'),(4276,157,'pyre_post_comments','default'),(4279,157,'pyre_main_top_padding',''),(4282,157,'pyre_main_bottom_padding',''),(4285,157,'pyre_hundredp_padding',''),(4288,157,'pyre_slider_position','default'),(4291,157,'pyre_slider_type','no'),(4294,157,'pyre_slider','0'),(4297,157,'pyre_wooslider','0'),(4300,157,'pyre_revslider','0'),(4303,157,'pyre_elasticslider','0'),(4306,157,'pyre_fallback',''),(4309,157,'pyre_avada_rev_styles','default'),(4312,157,'pyre_display_header','yes'),(4315,157,'pyre_header_100_width','default'),(4318,157,'pyre_header_bg',''),(4321,157,'pyre_header_bg_color',''),(4324,157,'pyre_header_bg_opacity',''),(4327,157,'pyre_header_bg_full','no'),(4330,157,'pyre_header_bg_repeat','repeat'),(4333,157,'pyre_displayed_menu','default'),(4336,157,'pyre_display_footer','default'),(4339,157,'pyre_display_copyright','default'),(4342,157,'pyre_footer_100_width','default'),(4345,157,'pyre_sidebar_position','default'),(4348,157,'pyre_sidebar_bg_color',''),(4351,157,'pyre_page_bg_layout','default'),(4354,157,'pyre_page_bg',''),(4357,157,'pyre_page_bg_color',''),(4360,157,'pyre_page_bg_full','no'),(4363,157,'pyre_page_bg_repeat','repeat'),(4366,157,'pyre_wide_page_bg',''),(4369,157,'pyre_wide_page_bg_color',''),(4372,157,'pyre_wide_page_bg_full','no'),(4375,157,'pyre_wide_page_bg_repeat','repeat'),(4378,157,'pyre_page_title','default'),(4381,157,'pyre_page_title_text','default'),(4384,157,'pyre_page_title_text_alignment','default'),(4387,157,'pyre_page_title_100_width','default'),(4390,157,'pyre_page_title_custom_text',''),(4393,157,'pyre_page_title_text_size',''),(4396,157,'pyre_page_title_custom_subheader',''),(4399,157,'pyre_page_title_custom_subheader_text_size',''),(4402,157,'pyre_page_title_font_color',''),(4405,157,'pyre_page_title_height',''),(4408,157,'pyre_page_title_mobile_height',''),(4411,157,'pyre_page_title_bar_bg',''),(4414,157,'pyre_page_title_bar_bg_retina',''),(4417,157,'pyre_page_title_bar_bg_color',''),(4420,157,'pyre_page_title_bar_borders_color',''),(4423,157,'pyre_page_title_bar_bg_full','default'),(4426,157,'pyre_page_title_bg_parallax','default'),(4429,157,'pyre_page_title_breadcrumbs_search_bar','default'),(4432,157,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4435,157,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4438,157,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4441,157,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4444,157,'avada_post_views_count','2'),(4456,162,'fusion_builder_status','inactive'),(4459,162,'pyre_show_first_featured_image','no'),(4462,162,'pyre_portfolio_width_100','default'),(4465,162,'pyre_video',''),(4468,162,'pyre_fimg_width',''),(4471,162,'pyre_fimg_height',''),(4474,162,'pyre_image_rollover_icons','default'),(4477,162,'pyre_link_icon_url',''),(4480,162,'pyre_post_links_target','no'),(4483,162,'pyre_related_posts','default'),(4486,162,'pyre_share_box','default'),(4489,162,'pyre_post_pagination','default'),(4492,162,'pyre_author_info','default'),(4495,162,'pyre_post_meta','default'),(4498,162,'pyre_post_comments','default'),(4501,162,'pyre_main_top_padding',''),(4504,162,'pyre_main_bottom_padding',''),(4507,162,'pyre_hundredp_padding',''),(4510,162,'pyre_slider_position','default'),(4513,162,'pyre_slider_type','no'),(4516,162,'pyre_slider','0'),(4519,162,'pyre_wooslider','0'),(4522,162,'pyre_revslider','0'),(4525,162,'pyre_elasticslider','0'),(4528,162,'pyre_fallback',''),(4531,162,'pyre_avada_rev_styles','default'),(4534,162,'pyre_display_header','yes'),(4537,162,'pyre_header_100_width','default'),(4540,162,'pyre_header_bg',''),(4543,162,'pyre_header_bg_color',''),(4546,162,'pyre_header_bg_opacity',''),(4549,162,'pyre_header_bg_full','no'),(4552,162,'pyre_header_bg_repeat','repeat'),(4555,162,'pyre_displayed_menu','default'),(4558,162,'pyre_display_footer','default'),(4561,162,'pyre_display_copyright','default'),(4564,162,'pyre_footer_100_width','default'),(4567,162,'pyre_sidebar_position','default'),(4570,162,'pyre_sidebar_bg_color',''),(4573,162,'pyre_page_bg_layout','default'),(4576,162,'pyre_page_bg',''),(4579,162,'pyre_page_bg_color',''),(4582,162,'pyre_page_bg_full','no'),(4585,162,'pyre_page_bg_repeat','repeat'),(4588,162,'pyre_wide_page_bg',''),(4591,162,'pyre_wide_page_bg_color',''),(4594,162,'pyre_wide_page_bg_full','no'),(4597,162,'pyre_wide_page_bg_repeat','repeat'),(4600,162,'pyre_page_title','default'),(4603,162,'pyre_page_title_text','default'),(4606,162,'pyre_page_title_text_alignment','default'),(4609,162,'pyre_page_title_100_width','default'),(4612,162,'pyre_page_title_custom_text',''),(4615,162,'pyre_page_title_text_size',''),(4618,162,'pyre_page_title_custom_subheader',''),(4621,162,'pyre_page_title_custom_subheader_text_size',''),(4624,162,'pyre_page_title_font_color',''),(4627,162,'pyre_page_title_height',''),(4630,162,'pyre_page_title_mobile_height',''),(4633,162,'pyre_page_title_bar_bg',''),(4636,162,'pyre_page_title_bar_bg_retina',''),(4639,162,'pyre_page_title_bar_bg_color',''),(4642,162,'pyre_page_title_bar_borders_color',''),(4645,162,'pyre_page_title_bar_bg_full','default'),(4648,162,'pyre_page_title_bg_parallax','default'),(4651,162,'pyre_page_title_breadcrumbs_search_bar','default'),(4654,162,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4657,162,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4660,162,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4663,162,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4666,162,'avada_post_views_count','2'),(4678,164,'fusion_builder_status','inactive'),(4681,164,'pyre_show_first_featured_image','no'),(4684,164,'pyre_portfolio_width_100','default'),(4687,164,'pyre_video',''),(4690,164,'pyre_fimg_width',''),(4693,164,'pyre_fimg_height',''),(4696,164,'pyre_image_rollover_icons','default'),(4699,164,'pyre_link_icon_url',''),(4702,164,'pyre_post_links_target','no'),(4705,164,'pyre_related_posts','default'),(4708,164,'pyre_share_box','default'),(4711,164,'pyre_post_pagination','default'),(4714,164,'pyre_author_info','default'),(4717,164,'pyre_post_meta','default'),(4720,164,'pyre_post_comments','default'),(4723,164,'pyre_main_top_padding',''),(4726,164,'pyre_main_bottom_padding',''),(4729,164,'pyre_hundredp_padding',''),(4732,164,'pyre_slider_position','default'),(4735,164,'pyre_slider_type','no'),(4738,164,'pyre_slider','0'),(4741,164,'pyre_wooslider','0'),(4744,164,'pyre_revslider','0'),(4747,164,'pyre_elasticslider','0'),(4750,164,'pyre_fallback',''),(4753,164,'pyre_avada_rev_styles','default'),(4756,164,'pyre_display_header','yes'),(4759,164,'pyre_header_100_width','default'),(4762,164,'pyre_header_bg',''),(4765,164,'pyre_header_bg_color',''),(4768,164,'pyre_header_bg_opacity',''),(4771,164,'pyre_header_bg_full','no'),(4774,164,'pyre_header_bg_repeat','repeat'),(4777,164,'pyre_displayed_menu','default'),(4780,164,'pyre_display_footer','default'),(4783,164,'pyre_display_copyright','default'),(4786,164,'pyre_footer_100_width','default'),(4789,164,'pyre_sidebar_position','default'),(4792,164,'pyre_sidebar_bg_color',''),(4795,164,'pyre_page_bg_layout','default'),(4798,164,'pyre_page_bg',''),(4801,164,'pyre_page_bg_color',''),(4804,164,'pyre_page_bg_full','no'),(4807,164,'pyre_page_bg_repeat','repeat'),(4810,164,'pyre_wide_page_bg',''),(4813,164,'pyre_wide_page_bg_color',''),(4816,164,'pyre_wide_page_bg_full','no'),(4819,164,'pyre_wide_page_bg_repeat','repeat'),(4822,164,'pyre_page_title','default'),(4825,164,'pyre_page_title_text','default'),(4828,164,'pyre_page_title_text_alignment','default'),(4831,164,'pyre_page_title_100_width','default'),(4834,164,'pyre_page_title_custom_text',''),(4837,164,'pyre_page_title_text_size',''),(4840,164,'pyre_page_title_custom_subheader',''),(4843,164,'pyre_page_title_custom_subheader_text_size',''),(4846,164,'pyre_page_title_font_color',''),(4849,164,'pyre_page_title_height',''),(4852,164,'pyre_page_title_mobile_height',''),(4855,164,'pyre_page_title_bar_bg',''),(4858,164,'pyre_page_title_bar_bg_retina',''),(4861,164,'pyre_page_title_bar_bg_color',''),(4864,164,'pyre_page_title_bar_borders_color',''),(4867,164,'pyre_page_title_bar_bg_full','default'),(4870,164,'pyre_page_title_bg_parallax','default'),(4873,164,'pyre_page_title_breadcrumbs_search_bar','default'),(4876,164,'_wp_old_slug','nunc-arcu-enim-suscipit-sed-lacus-cursus-interdum-lorem'),(4879,164,'avada_post_views_count','3'),(4882,164,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4885,164,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4888,164,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4891,164,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4903,167,'fusion_builder_status','inactive'),(4906,167,'pyre_show_first_featured_image','no'),(4909,167,'pyre_portfolio_width_100','default'),(4912,167,'pyre_video',''),(4915,167,'pyre_fimg_width',''),(4918,167,'pyre_fimg_height',''),(4921,167,'pyre_image_rollover_icons','default'),(4924,167,'pyre_link_icon_url',''),(4927,167,'pyre_post_links_target','no'),(4930,167,'pyre_related_posts','default'),(4933,167,'pyre_share_box','default'),(4936,167,'pyre_post_pagination','default'),(4939,167,'pyre_author_info','default'),(4942,167,'pyre_post_meta','default'),(4945,167,'pyre_post_comments','default'),(4948,167,'pyre_main_top_padding',''),(4951,167,'pyre_main_bottom_padding',''),(4954,167,'pyre_hundredp_padding',''),(4957,167,'pyre_slider_position','default'),(4960,167,'pyre_slider_type','no'),(4963,167,'pyre_slider','0'),(4966,167,'pyre_wooslider','0'),(4969,167,'pyre_revslider','0'),(4972,167,'pyre_elasticslider','0'),(4975,167,'pyre_fallback',''),(4978,167,'pyre_avada_rev_styles','default'),(4981,167,'pyre_display_header','yes'),(4984,167,'pyre_header_100_width','default'),(4987,167,'pyre_header_bg',''),(4990,167,'pyre_header_bg_color',''),(4993,167,'pyre_header_bg_opacity',''),(4996,167,'pyre_header_bg_full','no'),(4999,167,'pyre_header_bg_repeat','repeat'),(5002,167,'pyre_displayed_menu','default'),(5005,167,'pyre_display_footer','default'),(5008,167,'pyre_display_copyright','default'),(5011,167,'pyre_footer_100_width','default'),(5014,167,'pyre_sidebar_position','default'),(5017,167,'pyre_sidebar_bg_color',''),(5020,167,'pyre_page_bg_layout','default'),(5023,167,'pyre_page_bg',''),(5026,167,'pyre_page_bg_color',''),(5029,167,'pyre_page_bg_full','no'),(5032,167,'pyre_page_bg_repeat','repeat'),(5035,167,'pyre_wide_page_bg',''),(5038,167,'pyre_wide_page_bg_color',''),(5041,167,'pyre_wide_page_bg_full','no'),(5044,167,'pyre_wide_page_bg_repeat','repeat'),(5047,167,'pyre_page_title','default'),(5050,167,'pyre_page_title_text','default'),(5053,167,'pyre_page_title_text_alignment','default'),(5056,167,'pyre_page_title_100_width','default'),(5059,167,'pyre_page_title_custom_text',''),(5062,167,'pyre_page_title_text_size',''),(5065,167,'pyre_page_title_custom_subheader',''),(5068,167,'pyre_page_title_custom_subheader_text_size',''),(5071,167,'pyre_page_title_font_color',''),(5074,167,'pyre_page_title_height',''),(5077,167,'pyre_page_title_mobile_height',''),(5080,167,'pyre_page_title_bar_bg',''),(5083,167,'pyre_page_title_bar_bg_retina',''),(5086,167,'pyre_page_title_bar_bg_color',''),(5089,167,'pyre_page_title_bar_borders_color',''),(5092,167,'pyre_page_title_bar_bg_full','default'),(5095,167,'pyre_page_title_bg_parallax','default'),(5098,167,'pyre_page_title_breadcrumbs_search_bar','default'),(5101,167,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5104,167,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5107,167,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5110,167,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5113,167,'avada_post_views_count','3'),(5125,170,'fusion_builder_status','inactive'),(5128,170,'pyre_show_first_featured_image','no'),(5131,170,'pyre_portfolio_width_100','default'),(5134,170,'pyre_video',''),(5137,170,'pyre_fimg_width',''),(5140,170,'pyre_fimg_height',''),(5143,170,'pyre_image_rollover_icons','default'),(5146,170,'pyre_link_icon_url',''),(5149,170,'pyre_post_links_target','no'),(5152,170,'pyre_related_posts','default'),(5155,170,'pyre_share_box','default'),(5158,170,'pyre_post_pagination','default'),(5161,170,'pyre_author_info','default'),(5164,170,'pyre_post_meta','default'),(5167,170,'pyre_post_comments','default'),(5170,170,'pyre_main_top_padding',''),(5173,170,'pyre_main_bottom_padding',''),(5176,170,'pyre_hundredp_padding',''),(5179,170,'pyre_slider_position','default'),(5182,170,'pyre_slider_type','no'),(5185,170,'pyre_slider','0'),(5188,170,'pyre_wooslider','0'),(5191,170,'pyre_revslider','0'),(5194,170,'pyre_elasticslider','0'),(5197,170,'pyre_fallback',''),(5200,170,'pyre_avada_rev_styles','default'),(5203,170,'pyre_display_header','yes'),(5206,170,'pyre_header_100_width','default'),(5209,170,'pyre_header_bg',''),(5212,170,'pyre_header_bg_color',''),(5215,170,'pyre_header_bg_opacity',''),(5218,170,'pyre_header_bg_full','no'),(5221,170,'pyre_header_bg_repeat','repeat'),(5224,170,'pyre_displayed_menu','default'),(5227,170,'pyre_display_footer','default'),(5230,170,'pyre_display_copyright','default'),(5233,170,'pyre_footer_100_width','default'),(5236,170,'pyre_sidebar_position','default'),(5239,170,'pyre_sidebar_bg_color',''),(5242,170,'pyre_page_bg_layout','default'),(5245,170,'pyre_page_bg',''),(5248,170,'pyre_page_bg_color',''),(5251,170,'pyre_page_bg_full','no'),(5254,170,'pyre_page_bg_repeat','repeat'),(5257,170,'pyre_wide_page_bg',''),(5260,170,'pyre_wide_page_bg_color',''),(5263,170,'pyre_wide_page_bg_full','no'),(5266,170,'pyre_wide_page_bg_repeat','repeat'),(5269,170,'pyre_page_title','default'),(5272,170,'pyre_page_title_text','default'),(5275,170,'pyre_page_title_text_alignment','default'),(5278,170,'pyre_page_title_100_width','default'),(5281,170,'pyre_page_title_custom_text',''),(5284,170,'pyre_page_title_text_size',''),(5287,170,'pyre_page_title_custom_subheader',''),(5290,170,'pyre_page_title_custom_subheader_text_size',''),(5293,170,'pyre_page_title_font_color',''),(5296,170,'pyre_page_title_height',''),(5299,170,'pyre_page_title_mobile_height',''),(5302,170,'pyre_page_title_bar_bg',''),(5305,170,'pyre_page_title_bar_bg_retina',''),(5308,170,'pyre_page_title_bar_bg_color',''),(5311,170,'pyre_page_title_bar_borders_color',''),(5314,170,'pyre_page_title_bar_bg_full','default'),(5317,170,'pyre_page_title_bg_parallax','default'),(5320,170,'pyre_page_title_breadcrumbs_search_bar','default'),(5323,170,'_wp_old_slug','duis-maximus-leo-ut-metus-dapibus-sed-aliquet-justo-efficitur'),(5326,170,'avada_post_views_count','3'),(5329,170,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5332,170,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5335,170,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5338,170,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5350,173,'fusion_builder_status','inactive'),(5353,173,'pyre_show_first_featured_image','no'),(5356,173,'pyre_portfolio_width_100','default'),(5359,173,'pyre_video',''),(5362,173,'pyre_fimg_width',''),(5365,173,'pyre_fimg_height',''),(5368,173,'pyre_image_rollover_icons','default'),(5371,173,'pyre_link_icon_url',''),(5374,173,'pyre_post_links_target','no'),(5377,173,'pyre_related_posts','default'),(5380,173,'pyre_share_box','default'),(5383,173,'pyre_post_pagination','default'),(5386,173,'pyre_author_info','default'),(5389,173,'pyre_post_meta','default'),(5392,173,'pyre_post_comments','default'),(5395,173,'pyre_main_top_padding',''),(5398,173,'pyre_main_bottom_padding',''),(5401,173,'pyre_hundredp_padding',''),(5404,173,'pyre_slider_position','default'),(5407,173,'pyre_slider_type','no'),(5410,173,'pyre_slider','0'),(5413,173,'pyre_wooslider','0'),(5416,173,'pyre_revslider','0'),(5419,173,'pyre_elasticslider','0'),(5422,173,'pyre_fallback',''),(5425,173,'pyre_avada_rev_styles','default'),(5428,173,'pyre_display_header','yes'),(5431,173,'pyre_header_100_width','default'),(5434,173,'pyre_header_bg',''),(5437,173,'pyre_header_bg_color',''),(5440,173,'pyre_header_bg_opacity',''),(5443,173,'pyre_header_bg_full','no'),(5446,173,'pyre_header_bg_repeat','repeat'),(5449,173,'pyre_displayed_menu','default'),(5452,173,'pyre_display_footer','default'),(5455,173,'pyre_display_copyright','default'),(5458,173,'pyre_footer_100_width','default'),(5461,173,'pyre_sidebar_position','default'),(5464,173,'pyre_sidebar_bg_color',''),(5467,173,'pyre_page_bg_layout','default'),(5470,173,'pyre_page_bg',''),(5473,173,'pyre_page_bg_color',''),(5476,173,'pyre_page_bg_full','no'),(5479,173,'pyre_page_bg_repeat','repeat'),(5482,173,'pyre_wide_page_bg',''),(5485,173,'pyre_wide_page_bg_color',''),(5488,173,'pyre_wide_page_bg_full','no'),(5491,173,'pyre_wide_page_bg_repeat','repeat'),(5494,173,'pyre_page_title','default'),(5497,173,'pyre_page_title_text','default'),(5500,173,'pyre_page_title_text_alignment','default'),(5503,173,'pyre_page_title_100_width','default'),(5506,173,'pyre_page_title_custom_text',''),(5509,173,'pyre_page_title_text_size',''),(5512,173,'pyre_page_title_custom_subheader',''),(5515,173,'pyre_page_title_custom_subheader_text_size',''),(5518,173,'pyre_page_title_font_color',''),(5521,173,'pyre_page_title_height',''),(5524,173,'pyre_page_title_mobile_height',''),(5527,173,'pyre_page_title_bar_bg',''),(5530,173,'pyre_page_title_bar_bg_retina',''),(5533,173,'pyre_page_title_bar_bg_color',''),(5536,173,'pyre_page_title_bar_borders_color',''),(5539,173,'pyre_page_title_bar_bg_full','default'),(5542,173,'pyre_page_title_bg_parallax','default'),(5545,173,'pyre_page_title_breadcrumbs_search_bar','default'),(5548,173,'avada_post_views_count','5'),(5551,173,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5554,173,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5557,173,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5560,173,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5575,176,'fusion_builder_status','inactive'),(5578,176,'pyre_show_first_featured_image','no'),(5581,176,'pyre_portfolio_width_100','default'),(5584,176,'pyre_video',''),(5587,176,'pyre_fimg_width',''),(5590,176,'pyre_fimg_height',''),(5593,176,'pyre_image_rollover_icons','default'),(5596,176,'pyre_link_icon_url',''),(5599,176,'pyre_post_links_target','no'),(5602,176,'pyre_related_posts','default'),(5605,176,'pyre_share_box','default'),(5608,176,'pyre_post_pagination','default'),(5611,176,'pyre_author_info','default'),(5614,176,'pyre_post_meta','default'),(5617,176,'pyre_post_comments','default'),(5620,176,'pyre_main_top_padding',''),(5623,176,'pyre_main_bottom_padding',''),(5626,176,'pyre_hundredp_padding',''),(5629,176,'pyre_slider_position','default'),(5632,176,'pyre_slider_type','no'),(5635,176,'pyre_slider','0'),(5638,176,'pyre_wooslider','0'),(5641,176,'pyre_revslider','0'),(5644,176,'pyre_elasticslider','0'),(5647,176,'pyre_fallback',''),(5650,176,'pyre_avada_rev_styles','default'),(5653,176,'pyre_display_header','yes'),(5656,176,'pyre_header_100_width','default'),(5659,176,'pyre_header_bg',''),(5662,176,'pyre_header_bg_color',''),(5665,176,'pyre_header_bg_opacity',''),(5668,176,'pyre_header_bg_full','no'),(5671,176,'pyre_header_bg_repeat','repeat'),(5674,176,'pyre_displayed_menu','default'),(5677,176,'pyre_display_footer','default'),(5680,176,'pyre_display_copyright','default'),(5683,176,'pyre_footer_100_width','default'),(5686,176,'pyre_sidebar_position','default'),(5689,176,'pyre_sidebar_bg_color',''),(5692,176,'pyre_page_bg_layout','default'),(5695,176,'pyre_page_bg',''),(5698,176,'pyre_page_bg_color',''),(5701,176,'pyre_page_bg_full','no'),(5704,176,'pyre_page_bg_repeat','repeat'),(5707,176,'pyre_wide_page_bg',''),(5710,176,'pyre_wide_page_bg_color',''),(5713,176,'pyre_wide_page_bg_full','no'),(5716,176,'pyre_wide_page_bg_repeat','repeat'),(5719,176,'pyre_page_title','default'),(5722,176,'pyre_page_title_text','default'),(5725,176,'pyre_page_title_text_alignment','default'),(5728,176,'pyre_page_title_100_width','default'),(5731,176,'pyre_page_title_custom_text',''),(5734,176,'pyre_page_title_text_size',''),(5737,176,'pyre_page_title_custom_subheader',''),(5740,176,'pyre_page_title_custom_subheader_text_size',''),(5743,176,'pyre_page_title_font_color',''),(5746,176,'pyre_page_title_height',''),(5749,176,'pyre_page_title_mobile_height',''),(5752,176,'pyre_page_title_bar_bg',''),(5755,176,'pyre_page_title_bar_bg_retina',''),(5758,176,'pyre_page_title_bar_bg_color',''),(5761,176,'pyre_page_title_bar_borders_color',''),(5764,176,'pyre_page_title_bar_bg_full','default'),(5767,176,'pyre_page_title_bg_parallax','default'),(5770,176,'pyre_page_title_breadcrumbs_search_bar','default'),(5773,176,'avada_post_views_count','3'),(5776,176,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5779,176,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5782,176,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5785,176,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5797,180,'fusion_builder_status','inactive'),(5800,180,'pyre_show_first_featured_image','no'),(5803,180,'pyre_portfolio_width_100','default'),(5806,180,'pyre_video',''),(5809,180,'pyre_fimg_width',''),(5812,180,'pyre_fimg_height',''),(5815,180,'pyre_image_rollover_icons','default'),(5818,180,'pyre_link_icon_url',''),(5821,180,'pyre_post_links_target','no'),(5824,180,'pyre_related_posts','default'),(5827,180,'pyre_share_box','default'),(5830,180,'pyre_post_pagination','default'),(5833,180,'pyre_author_info','default'),(5836,180,'pyre_post_meta','default'),(5839,180,'pyre_post_comments','default'),(5842,180,'pyre_main_top_padding',''),(5845,180,'pyre_main_bottom_padding',''),(5848,180,'pyre_hundredp_padding',''),(5851,180,'pyre_slider_position','default'),(5854,180,'pyre_slider_type','no'),(5857,180,'pyre_slider','0'),(5860,180,'pyre_wooslider','0'),(5863,180,'pyre_revslider','0'),(5866,180,'pyre_elasticslider','0'),(5869,180,'pyre_fallback',''),(5872,180,'pyre_avada_rev_styles','default'),(5875,180,'pyre_display_header','yes'),(5878,180,'pyre_header_100_width','default'),(5881,180,'pyre_header_bg',''),(5884,180,'pyre_header_bg_color',''),(5887,180,'pyre_header_bg_opacity',''),(5890,180,'pyre_header_bg_full','no'),(5893,180,'pyre_header_bg_repeat','repeat'),(5896,180,'pyre_displayed_menu','default'),(5899,180,'pyre_display_footer','default'),(5902,180,'pyre_display_copyright','default'),(5905,180,'pyre_footer_100_width','default'),(5908,180,'pyre_sidebar_position','default'),(5911,180,'pyre_sidebar_bg_color',''),(5914,180,'pyre_page_bg_layout','default'),(5917,180,'pyre_page_bg',''),(5920,180,'pyre_page_bg_color',''),(5923,180,'pyre_page_bg_full','no'),(5926,180,'pyre_page_bg_repeat','repeat'),(5929,180,'pyre_wide_page_bg',''),(5932,180,'pyre_wide_page_bg_color',''),(5935,180,'pyre_wide_page_bg_full','no'),(5938,180,'pyre_wide_page_bg_repeat','repeat'),(5941,180,'pyre_page_title','default'),(5944,180,'pyre_page_title_text','default'),(5947,180,'pyre_page_title_text_alignment','default'),(5950,180,'pyre_page_title_100_width','default'),(5953,180,'pyre_page_title_custom_text',''),(5956,180,'pyre_page_title_text_size',''),(5959,180,'pyre_page_title_custom_subheader',''),(5962,180,'pyre_page_title_custom_subheader_text_size',''),(5965,180,'pyre_page_title_font_color',''),(5968,180,'pyre_page_title_height',''),(5971,180,'pyre_page_title_mobile_height',''),(5974,180,'pyre_page_title_bar_bg',''),(5977,180,'pyre_page_title_bar_bg_retina',''),(5980,180,'pyre_page_title_bar_bg_color',''),(5983,180,'pyre_page_title_bar_borders_color',''),(5986,180,'pyre_page_title_bar_bg_full','default'),(5989,180,'pyre_page_title_bg_parallax','default'),(5992,180,'pyre_page_title_breadcrumbs_search_bar','default'),(5995,180,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5998,180,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(6001,180,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(6004,180,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(6007,180,'avada_post_views_count','4'),(6019,183,'fusion_builder_status','inactive'),(6022,183,'pyre_show_first_featured_image','no'),(6025,183,'pyre_portfolio_width_100','default'),(6028,183,'pyre_video',''),(6031,183,'pyre_fimg_width',''),(6034,183,'pyre_fimg_height',''),(6037,183,'pyre_image_rollover_icons','default'),(6040,183,'pyre_link_icon_url',''),(6043,183,'pyre_post_links_target','no'),(6046,183,'pyre_related_posts','default'),(6049,183,'pyre_share_box','default'),(6052,183,'pyre_post_pagination','default'),(6055,183,'pyre_author_info','default'),(6058,183,'pyre_post_meta','default'),(6061,183,'pyre_post_comments','default'),(6064,183,'pyre_main_top_padding',''),(6067,183,'pyre_main_bottom_padding',''),(6070,183,'pyre_hundredp_padding',''),(6073,183,'pyre_slider_position','default'),(6076,183,'pyre_slider_type','no'),(6079,183,'pyre_slider','0'),(6082,183,'pyre_wooslider','0'),(6085,183,'pyre_revslider','0'),(6088,183,'pyre_elasticslider','0'),(6091,183,'pyre_fallback',''),(6094,183,'pyre_avada_rev_styles','default'),(6097,183,'pyre_display_header','yes'),(6100,183,'pyre_header_100_width','default'),(6103,183,'pyre_header_bg',''),(6106,183,'pyre_header_bg_color',''),(6109,183,'pyre_header_bg_opacity',''),(6112,183,'pyre_header_bg_full','no'),(6115,183,'pyre_header_bg_repeat','repeat'),(6118,183,'pyre_displayed_menu','default'),(6121,183,'pyre_display_footer','default'),(6124,183,'pyre_display_copyright','default'),(6127,183,'pyre_footer_100_width','default'),(6130,183,'pyre_sidebar_position','default'),(6133,183,'pyre_sidebar_bg_color',''),(6136,183,'pyre_page_bg_layout','default'),(6139,183,'pyre_page_bg',''),(6142,183,'pyre_page_bg_color',''),(6145,183,'pyre_page_bg_full','no'),(6148,183,'pyre_page_bg_repeat','repeat'),(6151,183,'pyre_wide_page_bg',''),(6154,183,'pyre_wide_page_bg_color',''),(6157,183,'pyre_wide_page_bg_full','no'),(6160,183,'pyre_wide_page_bg_repeat','repeat'),(6163,183,'pyre_page_title','default'),(6166,183,'pyre_page_title_text','default'),(6169,183,'pyre_page_title_text_alignment','default'),(6172,183,'pyre_page_title_100_width','default'),(6175,183,'pyre_page_title_custom_text',''),(6178,183,'pyre_page_title_text_size',''),(6181,183,'pyre_page_title_custom_subheader',''),(6184,183,'pyre_page_title_custom_subheader_text_size',''),(6187,183,'pyre_page_title_font_color',''),(6190,183,'pyre_page_title_height',''),(6193,183,'pyre_page_title_mobile_height',''),(6196,183,'pyre_page_title_bar_bg',''),(6199,183,'pyre_page_title_bar_bg_retina',''),(6202,183,'pyre_page_title_bar_bg_color',''),(6205,183,'pyre_page_title_bar_borders_color',''),(6208,183,'pyre_page_title_bar_bg_full','default'),(6211,183,'pyre_page_title_bg_parallax','default'),(6214,183,'pyre_page_title_breadcrumbs_search_bar','default'),(6217,183,'_wp_old_slug','proin-eu-purus-sed-arcu-aliquet-efficitur-curabitur-venenatis'),(6220,183,'avada_post_views_count','6'),(6223,183,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(6226,183,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(6229,183,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(6232,183,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(6244,186,'fusion_builder_status','inactive'),(6247,186,'pyre_show_first_featured_image','no'),(6250,186,'pyre_portfolio_width_100','default'),(6253,186,'pyre_video',''),(6256,186,'pyre_fimg_width',''),(6259,186,'pyre_fimg_height',''),(6262,186,'pyre_image_rollover_icons','default'),(6265,186,'pyre_link_icon_url',''),(6268,186,'pyre_post_links_target','no'),(6271,186,'pyre_related_posts','default'),(6274,186,'pyre_share_box','default'),(6277,186,'pyre_post_pagination','default'),(6280,186,'pyre_author_info','default'),(6283,186,'pyre_post_meta','default'),(6286,186,'pyre_post_comments','default'),(6289,186,'pyre_main_top_padding',''),(6292,186,'pyre_main_bottom_padding',''),(6295,186,'pyre_hundredp_padding',''),(6298,186,'pyre_slider_position','default'),(6301,186,'pyre_slider_type','no'),(6304,186,'pyre_slider','0'),(6307,186,'pyre_wooslider','0'),(6310,186,'pyre_revslider','0'),(6313,186,'pyre_elasticslider','0'),(6316,186,'pyre_fallback',''),(6319,186,'pyre_avada_rev_styles','default'),(6322,186,'pyre_display_header','yes'),(6325,186,'pyre_header_100_width','default'),(6328,186,'pyre_header_bg',''),(6331,186,'pyre_header_bg_color',''),(6334,186,'pyre_header_bg_opacity',''),(6337,186,'pyre_header_bg_full','no'),(6340,186,'pyre_header_bg_repeat','repeat'),(6343,186,'pyre_displayed_menu','default'),(6346,186,'pyre_display_footer','default'),(6349,186,'pyre_display_copyright','default'),(6352,186,'pyre_footer_100_width','default'),(6355,186,'pyre_sidebar_position','default'),(6358,186,'pyre_sidebar_bg_color',''),(6361,186,'pyre_page_bg_layout','default'),(6364,186,'pyre_page_bg',''),(6367,186,'pyre_page_bg_color',''),(6370,186,'pyre_page_bg_full','no'),(6373,186,'pyre_page_bg_repeat','repeat'),(6376,186,'pyre_wide_page_bg',''),(6379,186,'pyre_wide_page_bg_color',''),(6382,186,'pyre_wide_page_bg_full','no'),(6385,186,'pyre_wide_page_bg_repeat','repeat'),(6388,186,'pyre_page_title','default'),(6391,186,'pyre_page_title_text','default'),(6394,186,'pyre_page_title_text_alignment','default'),(6397,186,'pyre_page_title_100_width','default'),(6400,186,'pyre_page_title_custom_text',''),(6403,186,'pyre_page_title_text_size',''),(6406,186,'pyre_page_title_custom_subheader',''),(6409,186,'pyre_page_title_custom_subheader_text_size',''),(6412,186,'pyre_page_title_font_color',''),(6415,186,'pyre_page_title_height',''),(6418,186,'pyre_page_title_mobile_height',''),(6421,186,'pyre_page_title_bar_bg',''),(6424,186,'pyre_page_title_bar_bg_retina',''),(6427,186,'pyre_page_title_bar_bg_color',''),(6430,186,'pyre_page_title_bar_borders_color',''),(6433,186,'pyre_page_title_bar_bg_full','default'),(6436,186,'pyre_page_title_bg_parallax','default'),(6439,186,'pyre_page_title_breadcrumbs_search_bar','default'),(6442,186,'_wp_old_slug','donec-facilisis-sodales-leo-sit-amet-laoreet-diam-facilisis-eget'),(6445,186,'avada_post_views_count','4'),(6448,186,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(6451,186,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(6454,186,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(6457,186,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(6469,189,'fusion_builder_status','inactive'),(6472,189,'pyre_show_first_featured_image','no'),(6475,189,'pyre_portfolio_width_100','default'),(6478,189,'pyre_video',''),(6481,189,'pyre_fimg_width',''),(6484,189,'pyre_fimg_height',''),(6487,189,'pyre_image_rollover_icons','default'),(6490,189,'pyre_link_icon_url',''),(6493,189,'pyre_post_links_target','no'),(6496,189,'pyre_related_posts','default'),(6499,189,'pyre_share_box','default'),(6502,189,'pyre_post_pagination','default'),(6505,189,'pyre_author_info','default'),(6508,189,'pyre_post_meta','default'),(6511,189,'pyre_post_comments','default'),(6514,189,'pyre_main_top_padding',''),(6517,189,'pyre_main_bottom_padding',''),(6520,189,'pyre_hundredp_padding',''),(6523,189,'pyre_slider_position','default'),(6526,189,'pyre_slider_type','no'),(6529,189,'pyre_slider','0'),(6532,189,'pyre_wooslider','0'),(6535,189,'pyre_revslider','0'),(6538,189,'pyre_elasticslider','0'),(6541,189,'pyre_fallback',''),(6544,189,'pyre_avada_rev_styles','default'),(6547,189,'pyre_display_header','yes'),(6550,189,'pyre_header_100_width','default'),(6553,189,'pyre_header_bg',''),(6556,189,'pyre_header_bg_color',''),(6559,189,'pyre_header_bg_opacity',''),(6562,189,'pyre_header_bg_full','no'),(6565,189,'pyre_header_bg_repeat','repeat'),(6568,189,'pyre_displayed_menu','default'),(6571,189,'pyre_display_footer','default'),(6574,189,'pyre_display_copyright','default'),(6577,189,'pyre_footer_100_width','default'),(6580,189,'pyre_sidebar_position','default'),(6583,189,'pyre_sidebar_bg_color',''),(6586,189,'pyre_page_bg_layout','default'),(6589,189,'pyre_page_bg',''),(6592,189,'pyre_page_bg_color',''),(6595,189,'pyre_page_bg_full','no'),(6598,189,'pyre_page_bg_repeat','repeat'),(6601,189,'pyre_wide_page_bg',''),(6604,189,'pyre_wide_page_bg_color',''),(6607,189,'pyre_wide_page_bg_full','no'),(6610,189,'pyre_wide_page_bg_repeat','repeat'),(6613,189,'pyre_page_title','default'),(6616,189,'pyre_page_title_text','default'),(6619,189,'pyre_page_title_text_alignment','default'),(6622,189,'pyre_page_title_100_width','default'),(6625,189,'pyre_page_title_custom_text',''),(6628,189,'pyre_page_title_text_size',''),(6631,189,'pyre_page_title_custom_subheader',''),(6634,189,'pyre_page_title_custom_subheader_text_size',''),(6637,189,'pyre_page_title_font_color',''),(6640,189,'pyre_page_title_height',''),(6643,189,'pyre_page_title_mobile_height',''),(6646,189,'pyre_page_title_bar_bg',''),(6649,189,'pyre_page_title_bar_bg_retina',''),(6652,189,'pyre_page_title_bar_bg_color',''),(6655,189,'pyre_page_title_bar_borders_color',''),(6658,189,'pyre_page_title_bar_bg_full','default'),(6661,189,'pyre_page_title_bg_parallax','default'),(6664,189,'pyre_page_title_breadcrumbs_search_bar','default'),(6667,189,'_wp_old_slug','fusce-sollicitudin-nunc-sed-mi-placerat-varius-non-ac-urna'),(6670,189,'avada_post_views_count','8'),(6673,189,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(6676,189,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(6679,189,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(6682,189,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(6694,192,'fusion_builder_status','inactive'),(6697,192,'pyre_show_first_featured_image','no'),(6700,192,'pyre_portfolio_width_100','default'),(6703,192,'pyre_video',''),(6706,192,'pyre_fimg_width',''),(6709,192,'pyre_fimg_height',''),(6712,192,'pyre_image_rollover_icons','default'),(6715,192,'pyre_link_icon_url',''),(6718,192,'pyre_post_links_target','no'),(6721,192,'pyre_related_posts','default'),(6724,192,'pyre_share_box','default'),(6727,192,'pyre_post_pagination','default'),(6730,192,'pyre_author_info','default'),(6733,192,'pyre_post_meta','default'),(6736,192,'pyre_post_comments','default'),(6739,192,'pyre_main_top_padding',''),(6742,192,'pyre_main_bottom_padding',''),(6745,192,'pyre_hundredp_padding',''),(6748,192,'pyre_slider_position','default'),(6751,192,'pyre_slider_type','no'),(6754,192,'pyre_slider','0'),(6757,192,'pyre_wooslider','0'),(6760,192,'pyre_revslider','0'),(6763,192,'pyre_elasticslider','0'),(6766,192,'pyre_fallback',''),(6769,192,'pyre_avada_rev_styles','default'),(6772,192,'pyre_display_header','yes'),(6775,192,'pyre_header_100_width','default'),(6778,192,'pyre_header_bg',''),(6781,192,'pyre_header_bg_color',''),(6784,192,'pyre_header_bg_opacity',''),(6787,192,'pyre_header_bg_full','no'),(6790,192,'pyre_header_bg_repeat','repeat'),(6793,192,'pyre_displayed_menu','default'),(6796,192,'pyre_display_footer','default'),(6799,192,'pyre_display_copyright','default'),(6802,192,'pyre_footer_100_width','default'),(6805,192,'pyre_sidebar_position','default'),(6808,192,'pyre_sidebar_bg_color',''),(6811,192,'pyre_page_bg_layout','default'),(6814,192,'pyre_page_bg',''),(6817,192,'pyre_page_bg_color',''),(6820,192,'pyre_page_bg_full','no'),(6823,192,'pyre_page_bg_repeat','repeat'),(6826,192,'pyre_wide_page_bg',''),(6829,192,'pyre_wide_page_bg_color',''),(6832,192,'pyre_wide_page_bg_full','no'),(6835,192,'pyre_wide_page_bg_repeat','repeat'),(6838,192,'pyre_page_title','default'),(6841,192,'pyre_page_title_text','default'),(6844,192,'pyre_page_title_text_alignment','default'),(6847,192,'pyre_page_title_100_width','default'),(6850,192,'pyre_page_title_custom_text',''),(6853,192,'pyre_page_title_text_size',''),(6856,192,'pyre_page_title_custom_subheader',''),(6859,192,'pyre_page_title_custom_subheader_text_size',''),(6862,192,'pyre_page_title_font_color',''),(6865,192,'pyre_page_title_height',''),(6868,192,'pyre_page_title_mobile_height',''),(6871,192,'pyre_page_title_bar_bg',''),(6874,192,'pyre_page_title_bar_bg_retina',''),(6877,192,'pyre_page_title_bar_bg_color',''),(6880,192,'pyre_page_title_bar_borders_color',''),(6883,192,'pyre_page_title_bar_bg_full','default'),(6886,192,'pyre_page_title_bg_parallax','default'),(6889,192,'pyre_page_title_breadcrumbs_search_bar','default'),(6892,192,'_wp_old_slug','donec-ornare-pretium-eget-scelerisque-justo-placerat-vel'),(6895,192,'_wp_old_slug','donec-ornare-pretium-eget-scelerisque-justo-placerat-velas'),(6898,192,'_wp_old_slug','donec-ornare-pretium-eget-scelerisque-justo'),(6901,192,'avada_post_views_count','14'),(6904,192,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(6907,192,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(6910,192,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(6913,192,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(6925,197,'fusion_builder_status','inactive'),(6928,197,'pyre_show_first_featured_image','no'),(6931,197,'pyre_portfolio_width_100','default'),(6934,197,'pyre_video',''),(6937,197,'pyre_fimg_width',''),(6940,197,'pyre_fimg_height',''),(6943,197,'pyre_image_rollover_icons','default'),(6946,197,'pyre_link_icon_url',''),(6949,197,'pyre_post_links_target','no'),(6952,197,'pyre_related_posts','default'),(6955,197,'pyre_share_box','default'),(6958,197,'pyre_post_pagination','default'),(6961,197,'pyre_author_info','default'),(6964,197,'pyre_post_meta','default'),(6967,197,'pyre_post_comments','default'),(6970,197,'pyre_main_top_padding',''),(6973,197,'pyre_main_bottom_padding',''),(6976,197,'pyre_hundredp_padding',''),(6979,197,'pyre_slider_position','default'),(6982,197,'pyre_slider_type','no'),(6985,197,'pyre_slider','0'),(6988,197,'pyre_wooslider','0'),(6991,197,'pyre_revslider','0'),(6994,197,'pyre_elasticslider','0'),(6997,197,'pyre_fallback',''),(7000,197,'pyre_avada_rev_styles','default'),(7003,197,'pyre_display_header','yes'),(7006,197,'pyre_header_100_width','default'),(7009,197,'pyre_header_bg',''),(7012,197,'pyre_header_bg_color',''),(7015,197,'pyre_header_bg_opacity',''),(7018,197,'pyre_header_bg_full','no'),(7021,197,'pyre_header_bg_repeat','repeat'),(7024,197,'pyre_displayed_menu','default'),(7027,197,'pyre_display_footer','default'),(7030,197,'pyre_display_copyright','default'),(7033,197,'pyre_footer_100_width','default'),(7036,197,'pyre_sidebar_position','default'),(7039,197,'pyre_sidebar_bg_color',''),(7042,197,'pyre_page_bg_layout','default'),(7045,197,'pyre_page_bg',''),(7048,197,'pyre_page_bg_color',''),(7051,197,'pyre_page_bg_full','no'),(7054,197,'pyre_page_bg_repeat','repeat'),(7057,197,'pyre_wide_page_bg',''),(7060,197,'pyre_wide_page_bg_color',''),(7063,197,'pyre_wide_page_bg_full','no'),(7066,197,'pyre_wide_page_bg_repeat','repeat'),(7069,197,'pyre_page_title','default'),(7072,197,'pyre_page_title_text','default'),(7075,197,'pyre_page_title_text_alignment','default'),(7078,197,'pyre_page_title_100_width','default'),(7081,197,'pyre_page_title_custom_text',''),(7084,197,'pyre_page_title_text_size',''),(7087,197,'pyre_page_title_custom_subheader',''),(7090,197,'pyre_page_title_custom_subheader_text_size',''),(7093,197,'pyre_page_title_font_color',''),(7096,197,'pyre_page_title_height',''),(7099,197,'pyre_page_title_mobile_height',''),(7102,197,'pyre_page_title_bar_bg',''),(7105,197,'pyre_page_title_bar_bg_retina',''),(7108,197,'pyre_page_title_bar_bg_color',''),(7111,197,'pyre_page_title_bar_borders_color',''),(7114,197,'pyre_page_title_bar_bg_full','default'),(7117,197,'pyre_page_title_bg_parallax','default'),(7120,197,'pyre_page_title_breadcrumbs_search_bar','default'),(7123,197,'_wp_old_slug','vivamus-pellentesque-felis-quis-varius-hendrerit-massa'),(7126,197,'avada_post_views_count','31'),(7129,197,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7132,197,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(7135,197,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7138,197,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7150,199,'fusion_builder_status','inactive'),(7153,199,'pyre_show_first_featured_image','no'),(7156,199,'pyre_portfolio_width_100','default'),(7159,199,'pyre_video',''),(7162,199,'pyre_fimg_width',''),(7165,199,'pyre_fimg_height',''),(7168,199,'pyre_image_rollover_icons','default'),(7171,199,'pyre_link_icon_url',''),(7174,199,'pyre_post_links_target','no'),(7177,199,'pyre_related_posts','default'),(7180,199,'pyre_share_box','default'),(7183,199,'pyre_post_pagination','default'),(7186,199,'pyre_author_info','default'),(7189,199,'pyre_post_meta','default'),(7192,199,'pyre_post_comments','default'),(7195,199,'pyre_main_top_padding',''),(7198,199,'pyre_main_bottom_padding',''),(7201,199,'pyre_hundredp_padding',''),(7204,199,'pyre_slider_position','default'),(7207,199,'pyre_slider_type','no'),(7210,199,'pyre_slider','0'),(7213,199,'pyre_wooslider','0'),(7216,199,'pyre_revslider','0'),(7219,199,'pyre_elasticslider','0'),(7222,199,'pyre_fallback',''),(7225,199,'pyre_avada_rev_styles','default'),(7228,199,'pyre_display_header','yes'),(7231,199,'pyre_header_100_width','default'),(7234,199,'pyre_header_bg',''),(7237,199,'pyre_header_bg_color',''),(7240,199,'pyre_header_bg_opacity',''),(7243,199,'pyre_header_bg_full','no'),(7246,199,'pyre_header_bg_repeat','repeat'),(7249,199,'pyre_displayed_menu','default'),(7252,199,'pyre_display_footer','default'),(7255,199,'pyre_display_copyright','default'),(7258,199,'pyre_footer_100_width','default'),(7261,199,'pyre_sidebar_position','default'),(7264,199,'pyre_sidebar_bg_color',''),(7267,199,'pyre_page_bg_layout','default'),(7270,199,'pyre_page_bg',''),(7273,199,'pyre_page_bg_color',''),(7276,199,'pyre_page_bg_full','no'),(7279,199,'pyre_page_bg_repeat','repeat'),(7282,199,'pyre_wide_page_bg',''),(7285,199,'pyre_wide_page_bg_color',''),(7288,199,'pyre_wide_page_bg_full','no'),(7291,199,'pyre_wide_page_bg_repeat','repeat'),(7294,199,'pyre_page_title','default'),(7297,199,'pyre_page_title_text','default'),(7300,199,'pyre_page_title_text_alignment','default'),(7303,199,'pyre_page_title_100_width','default'),(7306,199,'pyre_page_title_custom_text',''),(7309,199,'pyre_page_title_text_size',''),(7312,199,'pyre_page_title_custom_subheader',''),(7315,199,'pyre_page_title_custom_subheader_text_size',''),(7318,199,'pyre_page_title_font_color',''),(7321,199,'pyre_page_title_height',''),(7324,199,'pyre_page_title_mobile_height',''),(7327,199,'pyre_page_title_bar_bg',''),(7330,199,'pyre_page_title_bar_bg_retina',''),(7333,199,'pyre_page_title_bar_bg_color',''),(7336,199,'pyre_page_title_bar_borders_color',''),(7339,199,'pyre_page_title_bar_bg_full','default'),(7342,199,'pyre_page_title_bg_parallax','default'),(7345,199,'pyre_page_title_breadcrumbs_search_bar','default'),(7348,199,'avada_post_views_count','78'),(7351,199,'_wp_old_slug','morbi-vitae-dui-euismod-arcu-vulputate-sollicitudin-aliquam'),(7354,199,'_wp_old_slug','morbi-vitae-dui-euismod-arcu-vulputate-sollicitudin'),(7357,199,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7360,199,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(7363,199,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7366,199,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7369,36,'pyre_type','image'),(7372,36,'pyre_youtube_id',''),(7375,36,'pyre_vimeo_id',''),(7378,36,'pyre_webm',''),(7381,36,'pyre_mp4',''),(7384,36,'pyre_ogv',''),(7387,36,'pyre_preview_image',''),(7390,36,'pyre_aspect_ratio',''),(7393,36,'pyre_video_bg_color',''),(7396,36,'pyre_mute_video','yes'),(7399,36,'pyre_autoplay_video','yes'),(7402,36,'pyre_loop_video','yes'),(7405,36,'pyre_hide_video_controls','yes'),(7408,36,'pyre_content_alignment','center'),(7411,36,'pyre_heading','Promote your event on TvHAMILTON!'),(7414,36,'pyre_heading_font_size','60'),(7417,36,'pyre_heading_color',''),(7420,36,'pyre_heading_bg','no'),(7423,36,'pyre_heading_bg_color',''),(7426,36,'pyre_caption','<div style=\"font-weight: 500; line-height: 34px;\">For non-profit organizations. Three week notice to event required.</div>'),(7429,36,'pyre_caption_font_size','24'),(7432,36,'pyre_caption_color',''),(7435,36,'pyre_caption_bg','no'),(7438,36,'pyre_caption_bg_color',''),(7441,36,'pyre_link_type','button'),(7444,36,'pyre_slide_link',''),(7447,36,'pyre_slide_target','yes'),(7450,36,'pyre_button_1','[button link=\"https://tvhamilton.com/?page_id=1008\" size=\"xlarge\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"SUBMIT\"]SUBMIT[/button]'),(7453,36,'pyre_button_2',''),(7459,36,'pyre_heading_separator','none'),(7462,36,'pyre_caption_separator','none'),(7468,257,'pyre_type','image'),(7471,257,'pyre_youtube_id',''),(7474,257,'pyre_vimeo_id',''),(7477,257,'pyre_webm',''),(7480,257,'pyre_mp4',''),(7483,257,'pyre_ogv',''),(7486,257,'pyre_preview_image',''),(7489,257,'pyre_aspect_ratio',''),(7492,257,'pyre_video_bg_color',''),(7495,257,'pyre_mute_video','yes'),(7498,257,'pyre_autoplay_video','yes'),(7501,257,'pyre_loop_video','yes'),(7504,257,'pyre_hide_video_controls','yes'),(7507,257,'pyre_content_alignment','left'),(7510,257,'pyre_heading','Apple'),(7513,257,'pyre_heading_font_size','85'),(7516,257,'pyre_heading_color',''),(7519,257,'pyre_heading_bg','no'),(7522,257,'pyre_heading_bg_color',''),(7525,257,'pyre_caption','<div style=\"font-weight: 500; letter-spacing: 1px;\">The leading company for innovation</div>'),(7528,257,'pyre_caption_font_size','24'),(7531,257,'pyre_caption_color',''),(7534,257,'pyre_caption_bg','no'),(7537,257,'pyre_caption_bg_color',''),(7540,257,'pyre_link_type','button'),(7543,257,'pyre_slide_link',''),(7546,257,'pyre_slide_target','yes'),(7549,257,'pyre_button_1',''),(7552,257,'pyre_button_2',''),(7555,257,'_wp_old_slug','news-page-slide-1'),(7558,257,'pyre_heading_separator','none'),(7561,257,'pyre_caption_separator','none'),(7564,339,'pyre_type','image'),(7567,339,'pyre_youtube_id',''),(7570,339,'pyre_vimeo_id',''),(7573,339,'pyre_webm',''),(7576,339,'pyre_mp4',''),(7579,339,'pyre_ogv',''),(7582,339,'pyre_preview_image',''),(7585,339,'pyre_aspect_ratio',''),(7588,339,'pyre_video_bg_color',''),(7591,339,'pyre_mute_video','yes'),(7594,339,'pyre_autoplay_video','yes'),(7597,339,'pyre_loop_video','yes'),(7600,339,'pyre_hide_video_controls','yes'),(7603,339,'pyre_content_alignment','left'),(7606,339,'pyre_heading','Android'),(7609,339,'pyre_heading_font_size','85'),(7612,339,'pyre_heading_color',''),(7615,339,'pyre_heading_bg','no'),(7618,339,'pyre_heading_bg_color',''),(7621,339,'pyre_caption','<div style=\"font-weight: 500; letter-spacing: 1px;\">Mobile operating system by Google</div>'),(7624,339,'pyre_caption_font_size','24'),(7627,339,'pyre_caption_color',''),(7630,339,'pyre_caption_bg','no'),(7633,339,'pyre_caption_bg_color',''),(7636,339,'pyre_link_type','button'),(7639,339,'pyre_slide_link',''),(7642,339,'pyre_slide_target','yes'),(7645,339,'pyre_button_1',''),(7648,339,'pyre_button_2',''),(7651,339,'pyre_heading_separator','none'),(7654,339,'pyre_caption_separator','none'),(7660,513,'pyre_type','image'),(7663,513,'pyre_youtube_id',''),(7666,513,'pyre_vimeo_id',''),(7669,513,'pyre_webm',''),(7672,513,'pyre_mp4',''),(7675,513,'pyre_ogv',''),(7678,513,'pyre_preview_image',''),(7681,513,'pyre_aspect_ratio',''),(7684,513,'pyre_video_bg_color',''),(7687,513,'pyre_mute_video','yes'),(7690,513,'pyre_autoplay_video','yes'),(7693,513,'pyre_loop_video','yes'),(7696,513,'pyre_hide_video_controls','yes'),(7699,513,'pyre_content_alignment','left'),(7702,513,'pyre_heading','Microsoft'),(7705,513,'pyre_heading_font_size','85'),(7708,513,'pyre_heading_color',''),(7711,513,'pyre_heading_bg','no'),(7714,513,'pyre_heading_bg_color',''),(7717,513,'pyre_caption','<div style=\"font-weight: 500; letter-spacing: 1px;\">Global technology company</div>'),(7720,513,'pyre_caption_font_size','24'),(7723,513,'pyre_caption_color',''),(7726,513,'pyre_caption_bg','no'),(7729,513,'pyre_caption_bg_color',''),(7732,513,'pyre_link_type','button'),(7735,513,'pyre_slide_link',''),(7738,513,'pyre_slide_target','yes'),(7741,513,'pyre_button_1',''),(7744,513,'pyre_button_2',''),(7750,513,'pyre_heading_separator','none'),(7753,513,'pyre_caption_separator','none'),(7756,880,'_menu_item_type','post_type'),(7759,880,'_menu_item_menu_item_parent','0'),(7762,880,'_menu_item_object_id','5'),(7765,880,'_menu_item_object','page'),(7768,880,'_menu_item_target',''),(7771,880,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7774,880,'_menu_item_xfn',''),(7777,880,'_menu_item_url',''),(7780,880,'_menu_item_fusion_menu_style',''),(7783,880,'_menu_item_fusion_megamenu_icon',''),(7786,880,'_menu_item_fusion_megamenu_status',''),(7789,880,'_menu_item_fusion_megamenu_width',''),(7792,880,'_menu_item_fusion_megamenu_columns','auto'),(7795,880,'_menu_item_fusion_megamenu_columnwidth',''),(7798,880,'_menu_item_fusion_megamenu_thumbnail',''),(8173,17,'_wp_trash_meta_status','publish'),(8176,17,'_wp_trash_meta_time','1457223096'),(8179,919,'FB_content',''),(8182,11,'_wp_trash_meta_status','publish'),(8185,11,'_wp_trash_meta_time','1457223098'),(8188,922,'FB_content',''),(8191,21,'_wp_trash_meta_status','publish'),(8194,21,'_wp_trash_meta_time','1457223098'),(8197,925,'FB_content',''),(8200,19,'_wp_trash_meta_status','publish'),(8203,19,'_wp_trash_meta_time','1457223098'),(8206,928,'FB_content',''),(8209,30,'_wp_trash_meta_status','publish'),(8212,30,'_wp_trash_meta_time','1457223098'),(8215,931,'FB_content',''),(8218,818,'_wp_trash_meta_status','publish'),(8221,818,'_wp_trash_meta_time','1457223098'),(8224,934,'FB_content',''),(8227,812,'_wp_trash_meta_status','publish'),(8230,812,'_wp_trash_meta_time','1457223099'),(8233,937,'FB_content',''),(8236,13,'_wp_trash_meta_status','publish'),(8239,13,'_wp_trash_meta_time','1457223099'),(8242,940,'FB_content',''),(8245,2,'_wp_trash_meta_status','publish'),(8248,2,'_wp_trash_meta_time','1457223099'),(8251,943,'FB_content',''),(8254,5,'_edit_lock','1457626027:1'),(8257,5,'_edit_last','1'),(8284,946,'FB_content',''),(8347,949,'FB_content',''),(8362,952,'_wp_attached_file','2016/03/psa-form.pdf'),(8388,954,'FB_content',''),(8425,955,'FB_content',''),(8439,1,'avada_post_views_count','1'),(8491,978,'_wp_old_slug','15_email_'),(8493,979,'_edit_last','1'),(8496,979,'_edit_lock','1457626907:1'),(8497,979,'_wp_page_template','default'),(8524,979,'pyre_slider_position','default'),(8527,979,'pyre_slider_type','no'),(8530,979,'pyre_slider','0'),(8533,979,'pyre_wooslider','0'),(8536,979,'pyre_revslider','0'),(8539,979,'pyre_elasticslider','0'),(8542,979,'pyre_fallback',''),(8545,979,'pyre_avada_rev_styles','default'),(8548,979,'pyre_main_top_padding',''),(8551,979,'pyre_main_bottom_padding',''),(8554,979,'pyre_hundredp_padding',''),(8557,979,'pyre_show_first_featured_image','no'),(8560,979,'pyre_display_header','yes'),(8563,979,'pyre_header_100_width','default'),(8566,979,'pyre_header_bg',''),(8569,979,'pyre_header_bg_color',''),(8572,979,'pyre_header_bg_opacity',''),(8575,979,'pyre_header_bg_full','no'),(8578,979,'pyre_header_bg_repeat','repeat'),(8581,979,'pyre_displayed_menu','default'),(8584,979,'pyre_display_footer','default'),(8587,979,'pyre_display_copyright','default'),(8590,979,'pyre_footer_100_width','default'),(8593,979,'pyre_sidebar_position','default'),(8596,979,'pyre_sidebar_bg_color',''),(8599,979,'pyre_page_bg_layout','default'),(8602,979,'pyre_page_bg',''),(8605,979,'pyre_page_bg_color',''),(8608,979,'pyre_page_bg_full','no'),(8611,979,'pyre_page_bg_repeat','repeat'),(8614,979,'pyre_wide_page_bg',''),(8617,979,'pyre_wide_page_bg_color',''),(8620,979,'pyre_wide_page_bg_full','no'),(8623,979,'pyre_wide_page_bg_repeat','repeat'),(8626,979,'pyre_portfolio_width_100','no'),(8629,979,'pyre_portfolio_content_length','default'),(8632,979,'pyre_portfolio_excerpt',''),(8635,979,'pyre_portfolio_filters','yes'),(8638,979,'pyre_portfolio_text_layout','default'),(8641,979,'pyre_portfolio_featured_image_size','default'),(8644,979,'pyre_portfolio_column_spacing',''),(8647,979,'pyre_page_title','default'),(8650,979,'pyre_page_title_text','default'),(8653,979,'pyre_page_title_text_alignment','default'),(8656,979,'pyre_page_title_100_width','default'),(8659,979,'pyre_page_title_custom_text',''),(8662,979,'pyre_page_title_text_size',''),(8665,979,'pyre_page_title_custom_subheader',''),(8668,979,'pyre_page_title_custom_subheader_text_size',''),(8671,979,'pyre_page_title_font_color',''),(8674,979,'pyre_page_title_height',''),(8677,979,'pyre_page_title_mobile_height',''),(8680,979,'pyre_page_title_bar_bg',''),(8683,979,'pyre_page_title_bar_bg_retina',''),(8686,979,'pyre_page_title_bar_bg_color',''),(8689,979,'pyre_page_title_bar_borders_color',''),(8692,979,'pyre_page_title_bar_bg_full','default'),(8695,979,'pyre_page_title_bg_parallax','default'),(8698,979,'pyre_page_title_breadcrumbs_search_bar','default'),(8701,979,'fusion_builder_status','inactive'),(8704,982,'FB_content',''),(8806,991,'_menu_item_type','post_type'),(8809,991,'_menu_item_menu_item_parent','0'),(8812,991,'_menu_item_object_id','979'),(8815,991,'_menu_item_object','page'),(8818,991,'_menu_item_target',''),(8821,991,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8824,991,'_menu_item_xfn',''),(8827,991,'_menu_item_url',''),(8833,991,'_menu_item_fusion_menu_style',''),(8836,991,'_menu_item_fusion_megamenu_icon',''),(8839,991,'_menu_item_fusion_megamenu_status',''),(8842,991,'_menu_item_fusion_megamenu_width',''),(8845,991,'_menu_item_fusion_megamenu_columns','auto'),(8848,991,'_menu_item_fusion_megamenu_columnwidth',''),(8851,991,'_menu_item_fusion_megamenu_thumbnail',''),(8853,997,'_edit_last','1'),(8856,997,'_edit_lock','1457625538:1'),(8857,997,'_wp_page_template','default'),(8884,997,'pyre_slider_position','default'),(8887,997,'pyre_slider_type','no'),(8890,997,'pyre_slider','0'),(8893,997,'pyre_wooslider','0'),(8896,997,'pyre_revslider','0'),(8899,997,'pyre_elasticslider','0'),(8902,997,'pyre_fallback',''),(8905,997,'pyre_avada_rev_styles','default'),(8908,997,'pyre_main_top_padding',''),(8911,997,'pyre_main_bottom_padding',''),(8914,997,'pyre_hundredp_padding',''),(8917,997,'pyre_show_first_featured_image','no'),(8920,997,'pyre_display_header','yes'),(8923,997,'pyre_header_100_width','default'),(8926,997,'pyre_header_bg',''),(8929,997,'pyre_header_bg_color',''),(8932,997,'pyre_header_bg_opacity',''),(8935,997,'pyre_header_bg_full','no'),(8938,997,'pyre_header_bg_repeat','repeat'),(8941,997,'pyre_displayed_menu','default'),(8944,997,'pyre_display_footer','default'),(8947,997,'pyre_display_copyright','default'),(8950,997,'pyre_footer_100_width','default'),(8953,997,'pyre_sidebar_position','default'),(8956,997,'pyre_sidebar_bg_color',''),(8959,997,'pyre_page_bg_layout','default'),(8962,997,'pyre_page_bg',''),(8965,997,'pyre_page_bg_color',''),(8968,997,'pyre_page_bg_full','no'),(8971,997,'pyre_page_bg_repeat','repeat'),(8974,997,'pyre_wide_page_bg',''),(8977,997,'pyre_wide_page_bg_color',''),(8980,997,'pyre_wide_page_bg_full','no'),(8983,997,'pyre_wide_page_bg_repeat','repeat'),(8986,997,'pyre_portfolio_width_100','no'),(8989,997,'pyre_portfolio_content_length','default'),(8992,997,'pyre_portfolio_excerpt',''),(8995,997,'pyre_portfolio_filters','yes'),(8998,997,'pyre_portfolio_text_layout','default'),(9001,997,'pyre_portfolio_featured_image_size','default'),(9004,997,'pyre_portfolio_column_spacing',''),(9007,997,'pyre_page_title','default'),(9010,997,'pyre_page_title_text','default'),(9013,997,'pyre_page_title_text_alignment','default'),(9016,997,'pyre_page_title_100_width','default'),(9019,997,'pyre_page_title_custom_text',''),(9022,997,'pyre_page_title_text_size',''),(9025,997,'pyre_page_title_custom_subheader',''),(9028,997,'pyre_page_title_custom_subheader_text_size',''),(9031,997,'pyre_page_title_font_color',''),(9034,997,'pyre_page_title_height',''),(9037,997,'pyre_page_title_mobile_height',''),(9040,997,'pyre_page_title_bar_bg',''),(9043,997,'pyre_page_title_bar_bg_retina',''),(9046,997,'pyre_page_title_bar_bg_color',''),(9049,997,'pyre_page_title_bar_borders_color',''),(9052,997,'pyre_page_title_bar_bg_full','default'),(9055,997,'pyre_page_title_bg_parallax','default'),(9058,997,'pyre_page_title_breadcrumbs_search_bar','default'),(9061,997,'fusion_builder_status','active'),(9064,1000,'FB_content',''),(9079,996,'_wp_old_slug','1_email_1-2'),(9082,1003,'_menu_item_type','post_type'),(9085,1003,'_menu_item_menu_item_parent','0'),(9088,1003,'_menu_item_object_id','997'),(9091,1003,'_menu_item_object','page'),(9094,1003,'_menu_item_target',''),(9097,1003,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9100,1003,'_menu_item_xfn',''),(9103,1003,'_menu_item_url',''),(9109,1003,'_menu_item_fusion_menu_style','fusion-button-medium'),(9112,1003,'_menu_item_fusion_megamenu_icon',''),(9115,1003,'_menu_item_fusion_megamenu_status',''),(9118,1003,'_menu_item_fusion_megamenu_width',''),(9121,1003,'_menu_item_fusion_megamenu_columns','auto'),(9124,1003,'_menu_item_fusion_megamenu_columnwidth',''),(9127,1003,'_menu_item_fusion_megamenu_thumbnail',''),(9129,1005,'_wp_old_slug','21_email_'),(9132,1008,'_edit_last','1'),(9135,1008,'_edit_lock','1457631646:4'),(9136,1008,'_wp_page_template','default'),(9163,1008,'pyre_slider_position','default'),(9166,1008,'pyre_slider_type','no'),(9169,1008,'pyre_slider','0'),(9172,1008,'pyre_wooslider','0'),(9175,1008,'pyre_revslider','0'),(9178,1008,'pyre_elasticslider','0'),(9181,1008,'pyre_fallback',''),(9184,1008,'pyre_avada_rev_styles','default'),(9187,1008,'pyre_main_top_padding',''),(9190,1008,'pyre_main_bottom_padding',''),(9193,1008,'pyre_hundredp_padding',''),(9196,1008,'pyre_show_first_featured_image','no'),(9199,1008,'pyre_display_header','yes'),(9202,1008,'pyre_header_100_width','default'),(9205,1008,'pyre_header_bg',''),(9208,1008,'pyre_header_bg_color',''),(9211,1008,'pyre_header_bg_opacity',''),(9214,1008,'pyre_header_bg_full','no'),(9217,1008,'pyre_header_bg_repeat','repeat'),(9220,1008,'pyre_displayed_menu','default'),(9223,1008,'pyre_display_footer','default'),(9226,1008,'pyre_display_copyright','default'),(9229,1008,'pyre_footer_100_width','default'),(9232,1008,'pyre_sidebar_position','default'),(9235,1008,'pyre_sidebar_bg_color',''),(9238,1008,'pyre_page_bg_layout','default'),(9241,1008,'pyre_page_bg',''),(9244,1008,'pyre_page_bg_color',''),(9247,1008,'pyre_page_bg_full','no'),(9250,1008,'pyre_page_bg_repeat','repeat'),(9253,1008,'pyre_wide_page_bg',''),(9256,1008,'pyre_wide_page_bg_color',''),(9259,1008,'pyre_wide_page_bg_full','no'),(9262,1008,'pyre_wide_page_bg_repeat','repeat'),(9265,1008,'pyre_portfolio_width_100','no'),(9268,1008,'pyre_portfolio_content_length','default'),(9271,1008,'pyre_portfolio_excerpt',''),(9274,1008,'pyre_portfolio_filters','yes'),(9277,1008,'pyre_portfolio_text_layout','default'),(9280,1008,'pyre_portfolio_featured_image_size','default'),(9283,1008,'pyre_portfolio_column_spacing',''),(9286,1008,'pyre_page_title','default'),(9289,1008,'pyre_page_title_text','default'),(9292,1008,'pyre_page_title_text_alignment','default'),(9295,1008,'pyre_page_title_100_width','default'),(9298,1008,'pyre_page_title_custom_text',''),(9301,1008,'pyre_page_title_text_size',''),(9304,1008,'pyre_page_title_custom_subheader',''),(9307,1008,'pyre_page_title_custom_subheader_text_size',''),(9310,1008,'pyre_page_title_font_color',''),(9313,1008,'pyre_page_title_height',''),(9316,1008,'pyre_page_title_mobile_height',''),(9319,1008,'pyre_page_title_bar_bg',''),(9322,1008,'pyre_page_title_bar_bg_retina',''),(9325,1008,'pyre_page_title_bar_bg_color',''),(9328,1008,'pyre_page_title_bar_borders_color',''),(9331,1008,'pyre_page_title_bar_bg_full','default'),(9334,1008,'pyre_page_title_bg_parallax','default'),(9337,1008,'pyre_page_title_breadcrumbs_search_bar','default'),(9340,1008,'fusion_builder_status','inactive'),(9343,1009,'FB_content',''),(9358,1008,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(9361,1008,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(9364,1008,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(9367,1008,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(9396,1014,'FB_content',''),(9435,1017,'FB_content',''),(9448,1021,'_edit_last','1'),(9451,1021,'_edit_lock','1457625931:1'),(9454,1021,'_wp_page_template','default'),(9481,1021,'pyre_slider_position','default'),(9484,1021,'pyre_slider_type','no'),(9487,1021,'pyre_slider','0'),(9490,1021,'pyre_wooslider','0'),(9493,1021,'pyre_revslider','0'),(9496,1021,'pyre_elasticslider','0'),(9499,1021,'pyre_fallback',''),(9502,1021,'pyre_avada_rev_styles','default'),(9505,1021,'pyre_main_top_padding',''),(9508,1021,'pyre_main_bottom_padding',''),(9511,1021,'pyre_hundredp_padding',''),(9514,1021,'pyre_show_first_featured_image','no'),(9517,1021,'pyre_display_header','yes'),(9520,1021,'pyre_header_100_width','default'),(9523,1021,'pyre_header_bg',''),(9526,1021,'pyre_header_bg_color',''),(9529,1021,'pyre_header_bg_opacity',''),(9532,1021,'pyre_header_bg_full','no'),(9535,1021,'pyre_header_bg_repeat','repeat'),(9538,1021,'pyre_displayed_menu','default'),(9541,1021,'pyre_display_footer','default'),(9544,1021,'pyre_display_copyright','default'),(9547,1021,'pyre_footer_100_width','default'),(9550,1021,'pyre_sidebar_position','default'),(9553,1021,'pyre_sidebar_bg_color',''),(9556,1021,'pyre_page_bg_layout','default'),(9559,1021,'pyre_page_bg',''),(9562,1021,'pyre_page_bg_color',''),(9565,1021,'pyre_page_bg_full','no'),(9568,1021,'pyre_page_bg_repeat','repeat'),(9571,1021,'pyre_wide_page_bg',''),(9574,1021,'pyre_wide_page_bg_color',''),(9577,1021,'pyre_wide_page_bg_full','no'),(9580,1021,'pyre_wide_page_bg_repeat','repeat'),(9583,1021,'pyre_portfolio_width_100','no'),(9586,1021,'pyre_portfolio_content_length','default'),(9589,1021,'pyre_portfolio_excerpt',''),(9592,1021,'pyre_portfolio_filters','yes'),(9595,1021,'pyre_portfolio_text_layout','default'),(9598,1021,'pyre_portfolio_featured_image_size','default'),(9601,1021,'pyre_portfolio_column_spacing',''),(9604,1021,'pyre_page_title','default'),(9607,1021,'pyre_page_title_text','default'),(9610,1021,'pyre_page_title_text_alignment','default'),(9613,1021,'pyre_page_title_100_width','default'),(9616,1021,'pyre_page_title_custom_text',''),(9619,1021,'pyre_page_title_text_size',''),(9622,1021,'pyre_page_title_custom_subheader',''),(9625,1021,'pyre_page_title_custom_subheader_text_size',''),(9628,1021,'pyre_page_title_font_color',''),(9631,1021,'pyre_page_title_height',''),(9634,1021,'pyre_page_title_mobile_height',''),(9637,1021,'pyre_page_title_bar_bg',''),(9640,1021,'pyre_page_title_bar_bg_retina',''),(9643,1021,'pyre_page_title_bar_bg_color',''),(9646,1021,'pyre_page_title_bar_borders_color',''),(9649,1021,'pyre_page_title_bar_bg_full','default'),(9652,1021,'pyre_page_title_bg_parallax','default'),(9655,1021,'pyre_page_title_breadcrumbs_search_bar','default'),(9658,1021,'fusion_builder_status','active'),(9661,1024,'FB_content',''),(9675,1026,'_menu_item_type','post_type'),(9678,1026,'_menu_item_menu_item_parent','0'),(9681,1026,'_menu_item_object_id','1021'),(9684,1026,'_menu_item_object','page'),(9687,1026,'_menu_item_target',''),(9690,1026,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9693,1026,'_menu_item_xfn',''),(9696,1026,'_menu_item_url',''),(9702,1026,'_menu_item_fusion_menu_style',''),(9705,1026,'_menu_item_fusion_megamenu_icon',''),(9708,1026,'_menu_item_fusion_megamenu_status',''),(9711,1026,'_menu_item_fusion_megamenu_width',''),(9714,1026,'_menu_item_fusion_megamenu_columns','auto'),(9717,1026,'_menu_item_fusion_megamenu_columnwidth',''),(9720,1026,'_menu_item_fusion_megamenu_thumbnail',''),(9747,1029,'FB_content',''),(9786,1032,'FB_content',''),(9823,1033,'FB_content',''),(9861,1035,'FB_content',''),(9900,1038,'FB_content',''),(9937,1039,'FB_content',''),(9976,1042,'FB_content',''),(10015,1045,'FB_content',''),(10053,1047,'FB_content',''),(10090,1048,'FB_content',''),(10129,1051,'FB_content',''),(10167,1053,'FB_content',''),(10180,1054,'_edit_last','4'),(10183,1054,'_edit_lock','1457979257:4'),(10188,1054,'_wp_page_template','default'),(10215,1054,'pyre_slider_position','default'),(10218,1054,'pyre_slider_type','no'),(10221,1054,'pyre_slider','0'),(10224,1054,'pyre_wooslider','0'),(10227,1054,'pyre_revslider','0'),(10230,1054,'pyre_elasticslider','0'),(10233,1054,'pyre_fallback',''),(10236,1054,'pyre_avada_rev_styles','default'),(10239,1054,'pyre_main_top_padding',''),(10242,1054,'pyre_main_bottom_padding',''),(10245,1054,'pyre_hundredp_padding',''),(10248,1054,'pyre_show_first_featured_image','no'),(10251,1054,'pyre_display_header','yes'),(10254,1054,'pyre_header_100_width','default'),(10257,1054,'pyre_header_bg',''),(10260,1054,'pyre_header_bg_color',''),(10263,1054,'pyre_header_bg_opacity',''),(10266,1054,'pyre_header_bg_full','no'),(10269,1054,'pyre_header_bg_repeat','repeat'),(10272,1054,'pyre_displayed_menu','default'),(10275,1054,'pyre_display_footer','default'),(10278,1054,'pyre_display_copyright','default'),(10281,1054,'pyre_footer_100_width','default'),(10284,1054,'pyre_sidebar_position','default'),(10287,1054,'pyre_sidebar_bg_color',''),(10290,1054,'pyre_page_bg_layout','default'),(10293,1054,'pyre_page_bg',''),(10296,1054,'pyre_page_bg_color',''),(10299,1054,'pyre_page_bg_full','no'),(10302,1054,'pyre_page_bg_repeat','repeat'),(10305,1054,'pyre_wide_page_bg',''),(10308,1054,'pyre_wide_page_bg_color',''),(10311,1054,'pyre_wide_page_bg_full','no'),(10314,1054,'pyre_wide_page_bg_repeat','repeat'),(10317,1054,'pyre_portfolio_width_100','no'),(10320,1054,'pyre_portfolio_content_length','default'),(10323,1054,'pyre_portfolio_excerpt',''),(10326,1054,'pyre_portfolio_filters','yes'),(10329,1054,'pyre_portfolio_text_layout','default'),(10332,1054,'pyre_portfolio_featured_image_size','default'),(10335,1054,'pyre_portfolio_column_spacing',''),(10338,1054,'pyre_page_title','default'),(10341,1054,'pyre_page_title_text','default'),(10344,1054,'pyre_page_title_text_alignment','default'),(10347,1054,'pyre_page_title_100_width','default'),(10350,1054,'pyre_page_title_custom_text',''),(10353,1054,'pyre_page_title_text_size',''),(10356,1054,'pyre_page_title_custom_subheader',''),(10359,1054,'pyre_page_title_custom_subheader_text_size',''),(10362,1054,'pyre_page_title_font_color',''),(10365,1054,'pyre_page_title_height',''),(10368,1054,'pyre_page_title_mobile_height',''),(10371,1054,'pyre_page_title_bar_bg',''),(10374,1054,'pyre_page_title_bar_bg_retina',''),(10377,1054,'pyre_page_title_bar_bg_color',''),(10380,1054,'pyre_page_title_bar_borders_color',''),(10383,1054,'pyre_page_title_bar_bg_full','default'),(10386,1054,'pyre_page_title_bg_parallax','default'),(10389,1054,'pyre_page_title_breadcrumbs_search_bar','default'),(10392,1054,'fusion_builder_status','inactive'),(10395,1056,'FB_content',''),(10408,1057,'_menu_item_type','post_type'),(10411,1057,'_menu_item_menu_item_parent','0'),(10414,1057,'_menu_item_object_id','1054'),(10417,1057,'_menu_item_object','page'),(10420,1057,'_menu_item_target',''),(10423,1057,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10426,1057,'_menu_item_xfn',''),(10429,1057,'_menu_item_url',''),(10435,1057,'_menu_item_fusion_menu_style',''),(10438,1057,'_menu_item_fusion_megamenu_icon',''),(10441,1057,'_menu_item_fusion_megamenu_status',''),(10444,1057,'_menu_item_fusion_megamenu_width',''),(10447,1057,'_menu_item_fusion_megamenu_columns','auto'),(10450,1057,'_menu_item_fusion_megamenu_columnwidth',''),(10453,1057,'_menu_item_fusion_megamenu_thumbnail',''),(10479,1059,'FB_content',''),(10494,1062,'_wp_attached_file','2016/03/tvhamilton_1x.png'),(10497,1062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:73;s:4:\"file\";s:25:\"2016/03/tvhamilton_1x.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tvhamilton_1x-150x73.png\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tvhamilton_1x-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"tabs-img\";a:4:{s:4:\"file\";s:23:\"tvhamilton_1x-52x50.png\";s:5:\"width\";i:52;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"related-img\";a:4:{s:4:\"file\";s:24:\"tvhamilton_1x-180x73.png\";s:5:\"width\";i:180;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"tvhamilton_1x-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:24:\"tvhamilton_1x-220x73.png\";s:5:\"width\";i:220;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"tvhamilton_1x-177x73.png\";s:5:\"width\";i:177;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:24:\"tvhamilton_1x-147x73.png\";s:5:\"width\";i:147;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"tvhamilton_1x-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10498,1063,'_wp_attached_file','2016/03/tvhamilton_2x.png'),(10501,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:146;s:4:\"file\";s:25:\"2016/03/tvhamilton_2x.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-150x146.png\";s:5:\"width\";i:150;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tvhamilton_2x-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-320x146.png\";s:5:\"width\";i:320;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"tabs-img\";a:4:{s:4:\"file\";s:23:\"tvhamilton_2x-52x50.png\";s:5:\"width\";i:52;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"related-img\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-180x138.png\";s:5:\"width\";i:180;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-540x146.png\";s:5:\"width\";i:540;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-460x146.png\";s:5:\"width\";i:460;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-220x146.png\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:25:\"tvhamilton_2x-147x118.png\";s:5:\"width\";i:147;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"tvhamilton_2x-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10504,513,'_edit_lock','1457277737:1'),(10506,36,'_edit_lock','1457631700:4'),(10507,36,'_edit_last','4'),(10510,1066,'FB_content',''),(10525,1069,'_wp_attached_file','2015/10/hamilton.jpg'),(10528,1069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:625;s:4:\"file\";s:20:\"2015/10/hamilton.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hamilton-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:\"hamilton-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hamilton-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"hamilton-1024x492.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"hamilton-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"hamilton-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"tabs-img\";a:4:{s:4:\"file\";s:18:\"hamilton-52x50.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"related-img\";a:4:{s:4:\"file\";s:20:\"hamilton-180x138.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"hamilton-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"hamilton-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"hamilton-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"hamilton-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:20:\"hamilton-220x161.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"hamilton-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"hamilton-147x118.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"hamilton-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"hamilton-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(10531,36,'_thumbnail_id','1069'),(10557,1071,'FB_content',''),(10560,5,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10563,5,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(10566,5,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10569,5,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10570,1072,'_wp_attached_file','2016/03/favicon.png'),(10573,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2016/03/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10575,1074,'FB_content',''),(10602,1074,'FB_content',''),(10627,1074,'FB_content',''),(10653,1077,'FB_content',''),(10692,1074,'FB_content',''),(10695,1074,'FB_content',''),(10722,1074,'FB_content',''),(10747,1078,'FB_content',''),(10750,997,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10753,997,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(10756,997,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10759,997,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10761,1,'_wp_trash_meta_status','publish'),(10764,1,'_wp_trash_meta_time','1457291243'),(10767,1080,'FB_content',''),(10770,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(10773,199,'_wp_trash_meta_status','publish'),(10776,199,'_wp_trash_meta_time','1457291243'),(10779,1083,'FB_content',''),(10782,199,'_wp_trash_meta_comments_status','a:2:{i:4;s:1:\"1\";i:7;s:1:\"1\";}'),(10785,197,'_wp_trash_meta_status','publish'),(10788,197,'_wp_trash_meta_time','1457291243'),(10791,1086,'FB_content',''),(10794,192,'_wp_trash_meta_status','publish'),(10797,192,'_wp_trash_meta_time','1457291243'),(10800,1089,'FB_content',''),(10803,189,'_wp_trash_meta_status','publish'),(10806,189,'_wp_trash_meta_time','1457291244'),(10809,1092,'FB_content',''),(10812,186,'_wp_trash_meta_status','publish'),(10815,186,'_wp_trash_meta_time','1457291244'),(10818,1095,'FB_content',''),(10821,183,'_wp_trash_meta_status','publish'),(10824,183,'_wp_trash_meta_time','1457291244'),(10827,1098,'FB_content',''),(10830,180,'_wp_trash_meta_status','publish'),(10833,180,'_wp_trash_meta_time','1457291244'),(10836,1101,'FB_content',''),(10839,176,'_wp_trash_meta_status','publish'),(10842,176,'_wp_trash_meta_time','1457291244'),(10845,1104,'FB_content',''),(10848,173,'_wp_trash_meta_status','publish'),(10851,173,'_wp_trash_meta_time','1457291244'),(10854,1107,'FB_content',''),(10857,170,'_wp_trash_meta_status','publish'),(10860,170,'_wp_trash_meta_time','1457291244'),(10863,1110,'FB_content',''),(10866,167,'_wp_trash_meta_status','publish'),(10869,167,'_wp_trash_meta_time','1457291244'),(10872,1113,'FB_content',''),(10875,164,'_wp_trash_meta_status','publish'),(10878,164,'_wp_trash_meta_time','1457291245'),(10881,1116,'FB_content',''),(10884,162,'_wp_trash_meta_status','publish'),(10887,162,'_wp_trash_meta_time','1457291245'),(10890,1119,'FB_content',''),(10893,157,'_wp_trash_meta_status','publish'),(10896,157,'_wp_trash_meta_time','1457291245'),(10899,1122,'FB_content',''),(10902,154,'_wp_trash_meta_status','publish'),(10905,154,'_wp_trash_meta_time','1457291245'),(10908,1125,'FB_content',''),(10911,151,'_wp_trash_meta_status','publish'),(10914,151,'_wp_trash_meta_time','1457291245'),(10917,1128,'FB_content',''),(10920,148,'_wp_trash_meta_status','publish'),(10923,148,'_wp_trash_meta_time','1457291245'),(10926,1131,'FB_content',''),(10929,145,'_wp_trash_meta_status','publish'),(10932,145,'_wp_trash_meta_time','1457291245'),(10935,1134,'FB_content',''),(10938,142,'_wp_trash_meta_status','publish'),(10941,142,'_wp_trash_meta_time','1457291246'),(10944,1137,'FB_content',''),(10947,139,'_wp_trash_meta_status','publish'),(10950,139,'_wp_trash_meta_time','1457291258'),(10953,1140,'FB_content',''),(10956,136,'_wp_trash_meta_status','publish'),(10959,136,'_wp_trash_meta_time','1457291259'),(10962,1143,'FB_content',''),(10965,127,'_wp_trash_meta_status','publish'),(10968,127,'_wp_trash_meta_time','1457291259'),(10971,1146,'FB_content',''),(10974,119,'_wp_trash_meta_status','publish'),(10977,119,'_wp_trash_meta_time','1457291259'),(10980,1149,'FB_content',''),(10983,117,'_wp_trash_meta_status','publish'),(10986,117,'_wp_trash_meta_time','1457291259'),(10989,1152,'FB_content',''),(10990,513,'_wp_trash_meta_status','publish'),(10993,513,'_wp_trash_meta_time','1457291286'),(10996,339,'_wp_trash_meta_status','publish'),(10999,339,'_wp_trash_meta_time','1457291286'),(11002,257,'_wp_trash_meta_status','publish'),(11005,257,'_wp_trash_meta_time','1457291286'),(11008,1153,'_edit_last','1'),(11011,1153,'_edit_lock','1457626180:1'),(11013,1153,'pyre_type','image'),(11016,1153,'pyre_youtube_id',''),(11019,1153,'pyre_vimeo_id',''),(11022,1153,'pyre_webm',''),(11025,1153,'pyre_mp4',''),(11028,1153,'pyre_ogv',''),(11031,1153,'pyre_preview_image',''),(11034,1153,'pyre_aspect_ratio',''),(11037,1153,'pyre_video_bg_color',''),(11040,1153,'pyre_mute_video','yes'),(11043,1153,'pyre_autoplay_video','yes'),(11046,1153,'pyre_loop_video','yes'),(11049,1153,'pyre_hide_video_controls','yes'),(11052,1153,'pyre_content_alignment','center'),(11055,1153,'pyre_heading','Watch TvHAMILTON Online!'),(11058,1153,'pyre_heading_separator','none'),(11061,1153,'pyre_heading_font_size','60'),(11064,1153,'pyre_heading_color',''),(11067,1153,'pyre_heading_bg','no'),(11070,1153,'pyre_heading_bg_color',''),(11073,1153,'pyre_caption','<div style=\"font-weight: 500; line-height: 34px;\">Catch up on all of the previous broadcasts by clicking the link below.</div>'),(11076,1153,'pyre_caption_separator','none'),(11079,1153,'pyre_caption_font_size','24'),(11082,1153,'pyre_caption_color',''),(11085,1153,'pyre_caption_bg','no'),(11088,1153,'pyre_caption_bg_color',''),(11091,1153,'pyre_link_type','button'),(11094,1153,'pyre_slide_link',''),(11097,1153,'pyre_slide_target','yes'),(11100,1153,'pyre_button_1','[button link=\"https://tvhamilton.com/?page_id=1021\" size=\"xlarge\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"Sign Up\"]Watch Online[/button]'),(11103,1153,'pyre_button_2',''),(11106,1153,'_thumbnail_id','1069'),(11133,1155,'FB_content',''),(11147,1157,'_wp_attached_file','2016/03/TE-8913.docx'),(11150,1160,'FB_content',''),(11177,1160,'FB_content',''),(11180,1160,'FB_content',''),(11207,1160,'FB_content',''),(11210,1160,'FB_content',''),(11237,1163,'FB_content',''),(11275,1165,'FB_content',''),(11278,1021,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11281,1021,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11284,1021,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11287,1021,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11314,1168,'FB_content',''),(11317,979,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11320,979,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11323,979,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11326,979,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11329,1171,'FB_content',''),(11332,1174,'FB_content',''),(11360,1178,'FB_content',''),(11374,1174,'FB_content',''),(11401,1180,'FB_content',''),(11416,1174,'FB_content',''),(11417,1174,'FB_content',''),(11420,1174,'FB_content',''),(11423,1174,'FB_content',''),(11425,1183,'_wp_attached_file','2016/03/schedule-2.pdf'),(11426,1174,'FB_content',''),(11429,1174,'FB_content',''),(11455,1186,'FB_content',''),(11458,1054,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11461,1054,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11464,1054,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11467,1054,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11470,1174,'FB_content',''); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1187 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2016-02-09 16:31:36','2016-02-09 16:31:36','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','trash','open','open','','hello-world','','','2016-03-06 14:07:23','2016-03-06 19:07:23','',0,'http://tvhamilton.com/wordpress/?p=1',0,'post','',1),(2,1,'2016-02-09 16:31:36','2016-02-09 16:31:36','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://tvhamilton.com/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','trash','closed','open','','sample-page','','','2016-03-06 00:11:39','2016-03-06 00:11:39','',0,'http://tvhamilton.com/wordpress/?page_id=2',0,'page','',0),(5,1,'2015-10-08 23:07:21','2015-10-08 23:07:21','','Home','','publish','closed','closed','','home','','','2016-03-06 10:35:42','2016-03-06 15:35:42','',0,'http://theme-fusion.com/avada/forum/?page_id=5',0,'page','',0),(7,1,'2016-03-05 17:21:48','2016-03-05 17:21:48','','tv_1x','','inherit','open','closed','','tv_1x','','','2016-03-05 17:21:48','2016-03-05 17:21:48','',0,'https://tvhamilton.com/wordpress/wp-content/uploads/2016/03/tv_1x.png',0,'attachment','image/png',0),(10,1,'2016-03-05 17:21:49','2016-03-05 17:21:49','','tv_2x','','inherit','open','closed','','tv_2x','','','2016-03-05 17:21:49','2016-03-05 17:21:49','',0,'https://tvhamilton.com/wordpress/wp-content/uploads/2016/03/tv_2x.png',0,'attachment','image/png',0),(11,1,'2015-10-08 23:12:35','2015-10-08 23:12:35','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"4%\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][three_fourth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"30px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><strong>FEATURED NEWS</strong></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"-6\" bottom_margin=\"45\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][blog number_posts=\"10\" offset=\"\" cat_slug=\"apple,photography\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"23\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" paging=\"yes\" scrolling=\"load_more_button\" strip_html=\"yes\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"30\" layout=\"grid\" class=\"\" id=\"\"][/blog][/three_fourth][one_fourth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><strong>FROM THE BOARD</strong></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"-6\" bottom_margin=\"45\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/forums/board/apple/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-apple\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]Apple Forum[/button][separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_widget_area name=\"avada-custom-sidebar-applesidebar\" background_color=\"\" padding=\"\" class=\"\" id=\"\"][/fusion_widget_area][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><b>TUTORIALS & GUIDES</b></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"\" bottom_margin=\"51\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][recent_posts layout=\"default\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"7\" offset=\"3\" cat_slug=\"gadgets,tutorials\" exclude_cats=\"apps\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"no\" excerpt_length=\"35\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/recent_posts][/one_fourth][/fullwidth][fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/join_now_cta_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40\" padding_bottom=\"40\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fontawesome icon=\"fa-apple\" circle=\"no\" size=\"70px\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center\"><span style=\"color: #ffffff\">Hey! We have an\nApple Forum!</span></h1>\n[/fusion_text][fusion_text]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 30px; line-height: 48px; font-weight: 300; text-align: center;\"><span style=\"color: #191919;\">Subscribe to our Newsletter</span></p>\n[/fusion_text][fusion_text][contact-form-7 id=\"540\" title=\"Subscribe Form\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]','Apple','','trash','closed','closed','','apple','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',0,'http://theme-fusion.com/avada/forum/?page_id=11',0,'page','',0),(13,1,'2015-10-08 23:13:03','2015-10-08 23:13:03','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"4%\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"35px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/forums/board/microsoft/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-windows\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]MS Forum[/button][fusion_widget_area name=\"avada-custom-sidebar-microsoftsidebar\" background_color=\"#f2f2f2\" padding=\"25px\" class=\"\" id=\"\"][/fusion_widget_area][/one_fourth][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"25px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><strong>FEATURED NEWS</strong></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"-6\" bottom_margin=\"45\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][blog number_posts=\"6\" offset=\"\" cat_slug=\"gadgets,microsoft\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"23\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" paging=\"yes\" scrolling=\"load_more_button\" strip_html=\"yes\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"30\" layout=\"large\" class=\"\" id=\"\"][/blog][/one_half][one_fourth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><strong>TUTORIALS & GUIDES</strong></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"-6\" bottom_margin=\"45\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][recent_posts layout=\"default\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"8\" offset=\"3\" cat_slug=\"news\" exclude_cats=\"apps\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"no\" excerpt_length=\"35\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/recent_posts][/one_fourth][/fullwidth][fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/join_now_cta_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40\" padding_bottom=\"40\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fontawesome icon=\"fa-windows\" circle=\"no\" size=\"70px\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center\"><span style=\"color: #ffffff\">Hey! Visit our\nMicrosoft Forum!</span></h1>\n[/fusion_text][fusion_text]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 30px; line-height: 48px; font-weight: 300; text-align: center;\"><span style=\"color: #191919;\">Subscribe to our Newsletter</span></p>\n[/fusion_text][fusion_text][contact-form-7 id=\"540\" title=\"Subscribe Form\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]','Microsoft','','trash','closed','closed','','microsoft','','','2016-03-06 00:11:39','2016-03-06 00:11:39','',0,'http://theme-fusion.com/avada/forum/?page_id=13',0,'page','',0),(17,1,'2015-10-08 23:17:55','2015-10-08 23:17:55','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"4%\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][blog number_posts=\"12\" offset=\"\" cat_slug=\"android,gadgets,photography\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"23\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" paging=\"yes\" scrolling=\"load_more_button\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"34\" layout=\"grid\" class=\"\" id=\"\"][/blog][/fullwidth][fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/join_now_cta_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40\" padding_bottom=\"40\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fontawesome icon=\"fa-android\" circle=\"no\" size=\"70px\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center\"><span style=\"color: #ffffff\">Hey! We have an\nAndroid Forum!</span></h1>\n[/fusion_text][fusion_text]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 30px; line-height: 48px; font-weight: 300; text-align: center;\"><span style=\"color: #191919;\">Subscribe to our Newsletter</span></p>\n[/fusion_text][fusion_text][contact-form-7 id=\"540\" title=\"Subscribe Form\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]','Android','','trash','closed','closed','','android','','','2016-03-06 00:11:36','2016-03-06 00:11:36','',0,'http://theme-fusion.com/avada/forum/?page_id=17',0,'page','',0),(19,1,'2015-10-08 23:19:18','2015-10-08 23:19:18','','Forums','','trash','closed','closed','','forums','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',0,'http://theme-fusion.com/avada/forum/?page_id=19',0,'page','',0),(21,1,'2015-10-08 23:20:33','2015-10-08 23:20:33','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\" New York City\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#b5b5b5\" infobox=\"custom\" infobox_background_color=\"#ff8d61\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"460px\" zoom=\"14\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<p style=\"font-size: 16px; text-align: center; letter-spacing: 6px; line-height: 24px;\"><span style=\"color: #525252;\">PHASELLUS EGET METUS</span></p>[/fusion_text][fusion_text]\n<h2 style=\"text-align: center\">Contact Us</h2>\n[/fusion_text][separator style_type=\"single\" top_margin=\"15\" bottom_margin=\"70\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"90px\" alignment=\"center\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-side\" columns=\"4\" icon_align=\"left\" title_size=\"25px\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"transparent\" circlebordersize=\"0px\" outercirclebordercolor=\"transparent\" outercirclebordersize=\"0px\" icon_size=\"28px\" icon_hover_type=\"pulsate\" hover_accent_color=\"\" link_type=\"\" link_area=\"box\" link_target=\"\" animation_delay=\"300\" animation_offset=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" margin_top=\"18px\" margin_bottom=\"18px\" class=\"\" id=\"\"][content_box title=\"Address\" icon=\"fa-map-marker\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"] <p>\n12345 North Main Street<br />New York, NY 555555</p>\n[/content_box][content_box title=\"Email\" icon=\"fa-envelope\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"] <p>info@company.com<br />contact@company.com</p>\n[/content_box][content_box title=\"Phones\" icon=\"fa-phone\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"] <p>1-555-123-4567<br />1-800-123-4567</p>\n[/content_box][content_box title=\"Services\" icon=\"fa-clock-o\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"] <p>Saturdays 6pm and 8pm<br />Sundays 9am and 11am</p>\n[/content_box][/content_boxes][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/contact_us_bg.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"4%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;text-align: center;letter-spacing: 6px;line-height: 24px\"><span style=\"color: #525252\"><strong>PHASELLUS EGET METUS</strong></span></p>\n[/fusion_text][fusion_text]<h2 style=\"text-align: center\">Send us an email</h2>[/fusion_text][separator style_type=\"single\" top_margin=\"15\" bottom_margin=\"70\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"90px\" alignment=\"center\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fourth][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"655\" title=\"Contact us\"][/fusion_text][/one_half][one_fourth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fourth][/fullwidth][fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/join_now_cta_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"80\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center\"><span style=\"color: #ffffff\">Hey! Join to\nour Comunity</span></h1>\n[/fusion_text][fusion_text]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 30px; line-height: 48px; font-weight: 300; text-align: center;\"><span style=\"color: #191919;\">Subscribe to our Newsletter</span></p>\n[/fusion_text][fusion_text][contact-form-7 id=\"540\" title=\"Subscribe Form\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]','Contact us','','trash','closed','closed','','contact-us','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',0,'http://theme-fusion.com/avada/forum/?page_id=21',0,'page','',0),(30,1,'2015-10-08 23:25:12','2015-10-08 23:25:12','[fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/12/user_login_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"8%\" padding_bottom=\"8%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_register text_align=\"center\" heading=\"Sign up\" caption=\"Join our community!\" button_fullwidth=\"yes\" form_background_color=\"#f2f2f2\" heading_color=\"#ffffff\" caption_color=\"#ffffff\" link_color=\"#25a9bd\" redirection_link=\"#ffffff\" class=\"\" id=\"\"][/one_third][one_third last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][/fullwidth]','Join','','trash','closed','closed','','join','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',0,'http://theme-fusion.com/avada/forum/?page_id=30',0,'page','',0),(36,1,'2015-10-09 01:52:49','2015-10-09 01:52:49','','PSA','','publish','closed','closed','','home-hero-image','','','2016-03-10 12:43:08','2016-03-10 17:43:08','',0,'http://theme-fusion.com/avada/forum/?post_type=slide&p=36',0,'slide','',0),(117,1,'2015-10-09 21:53:07','2015-10-09 21:53:07','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Aenean lobortis sapien enim viverra molestie cursus','','trash','open','open','','aenean-lobortis-sapien-enim-viverra-molestie-cursus','','','2016-03-06 14:07:39','2016-03-06 19:07:39','',0,'http://theme-fusion.com/avada/forum/?p=117',0,'post','',0),(119,1,'2015-10-09 22:13:58','2015-10-09 22:13:58','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Nunc ante nulla semper sit amet eleifend mattis sed','','trash','open','open','','nunc-ante-nulla-semper-sit-amet-eleifend-mattis-sed','','','2016-03-06 14:07:39','2016-03-06 19:07:39','',0,'http://theme-fusion.com/avada/forum/?p=119',0,'post','',0),(127,1,'2015-10-11 15:54:43','2015-10-11 15:54:43','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Pellentesque sollicitudin augue quis neque','','trash','open','open','','pellentesque-sollicitudin-augue-quis-neque','','','2016-03-06 14:07:39','2016-03-06 19:07:39','',0,'http://theme-fusion.com/avada/forum/?p=127',0,'post','',0),(136,1,'2015-10-11 15:56:26','2015-10-11 15:56:26','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Integer rhoncus sagittis diam sed congue','','trash','open','open','','integer-rhoncus-sagittis-diam-sed-congue','','','2016-03-06 14:07:39','2016-03-06 19:07:39','',0,'http://theme-fusion.com/avada/forum/?p=136',0,'post','',0),(139,1,'2015-10-11 16:00:46','2015-10-11 16:00:46','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Fusce vulputate felis quis nislerra','','trash','open','open','','fusce-vulputate-felis-quis-nisl-interdum-viverra','','','2016-03-06 14:07:38','2016-03-06 19:07:38','',0,'http://theme-fusion.com/avada/forum/?p=139',0,'post','',0),(142,1,'2015-10-11 16:03:25','2015-10-11 16:03:25','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Morbi consectetur rhoncus nisl ferment','','trash','open','open','','morbi-consectetur-rhoncus-nisl-fermentum-viverra','','','2016-03-06 14:07:26','2016-03-06 19:07:26','',0,'http://theme-fusion.com/avada/forum/?p=142',0,'post','',0),(145,1,'2015-10-11 16:07:06','2015-10-11 16:07:06','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Quisque vestibulum iaculis imperdiet hac habitasse','','trash','open','open','','quisque-vestibulum-iaculis-imperdiet-hac-habitasse','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',0,'http://theme-fusion.com/avada/forum/?p=145',0,'post','',0),(148,1,'2015-10-11 16:09:36','2015-10-11 16:09:36','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Suspendisse iaculis urna magna turpis','','trash','open','open','','suspendisse-iaculis-urna-magna-ac-bibendum-turpis','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',0,'http://theme-fusion.com/avada/forum/?p=148',0,'post','',0),(151,1,'2015-10-11 16:16:04','2015-10-11 16:16:04','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Curabur lacinia consequat enim vitae','','trash','open','open','','curabitur-lacinia-consequat-enim-vitae-sagittis','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',0,'http://theme-fusion.com/avada/forum/?p=151',0,'post','',0),(154,1,'2015-10-11 16:19:35','2015-10-11 16:19:35','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Vestibulum hendrerit risus viverra malesuada','','trash','open','open','','vestibulum-hendrerit-risus-viverra-malesuada','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',0,'http://theme-fusion.com/avada/forum/?p=154',0,'post','',0),(157,1,'2015-10-11 16:21:20','2015-10-11 16:21:20','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Quisque vestibulum iaculis imperdiet in hac habitasse','','trash','open','open','','quisque-vestibulum-iaculis-imperdiet-in-hac-habitasse','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',0,'http://theme-fusion.com/avada/forum/?p=157',0,'post','',0),(162,1,'2015-10-11 16:24:29','2015-10-11 16:24:29','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Sed sit amet nisi nec arcu malesuada lacinia sagittis','','trash','open','open','','sed-sit-amet-nisi-nec-arcu-malesuada-lacinia-sagittis','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',0,'http://theme-fusion.com/avada/forum/?p=162',0,'post','',0),(164,1,'2015-10-11 16:26:35','2015-10-11 16:26:35','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Nunc arcu enim, suscipit sed lacus curs','','trash','open','open','','nunc-arcu-enim-suscipit-sed-lacus-cursus-interdum','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',0,'http://theme-fusion.com/avada/forum/?p=164',0,'post','',0),(167,1,'2015-10-11 16:28:20','2015-10-11 16:28:20','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Integer pretium turpis urna sed luctus risus iaculis','','trash','open','open','','integer-pretium-turpis-urna-sed-luctus-risus-iaculis','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',0,'http://theme-fusion.com/avada/forum/?p=167',0,'post','',0),(170,1,'2015-10-11 16:30:10','2015-10-11 16:30:10','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Duis maximus leo ut metus dabus sed','','trash','open','open','','duis-maximus-leo-ut-metus-dapibus-sed-aliquet-justo','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',0,'http://theme-fusion.com/avada/forum/?p=170',0,'post','',0),(173,1,'2015-10-11 16:36:21','2015-10-11 16:36:21','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Sed eleifend velit sed justo scelisque','','trash','open','open','','sed-eleifend-velit-sed-justo-scelerisque-placerat','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',0,'http://theme-fusion.com/avada/forum/?p=173',0,'post','',0),(176,1,'2015-10-11 16:38:42','2015-10-11 16:38:42','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Mauris ornare aliquam odio eu congue pellentesque massa','','trash','open','open','','mauris-ornare-aliquam-odio-eu-congue-pellentesque-massa','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',0,'http://theme-fusion.com/avada/forum/?p=176',0,'post','',0),(180,1,'2015-10-11 16:41:02','2015-10-11 16:41:02','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Etiam venenatis nibh et dapibus bibendum aliquam feugiat','','trash','open','open','','etiam-venenatis-nibh-et-dapibus-bibendum-aliquam-feugiat','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',0,'http://theme-fusion.com/avada/forum/?p=180',0,'post','',0),(183,1,'2015-10-11 16:43:24','2015-10-11 16:43:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Proin eu purus sed aru aliquet curabir vens','','trash','open','open','','proin-eu-purus-sed-arcu-aliquet-efficitur-curabitur-vens','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',0,'http://theme-fusion.com/avada/forum/?p=183',0,'post','',0),(186,1,'2015-10-11 16:45:08','2015-10-11 16:45:08','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Donec facilis sodales leo sit amet laoreet','','trash','open','open','','donec-facilisis-sodales-leo-sit-amet-laoreet-diam-facilisis','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',0,'http://theme-fusion.com/avada/forum/?p=186',0,'post','',0),(189,1,'2015-10-11 16:47:18','2015-10-11 16:47:18','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Fusce sollicitudin nunc sed placerat varius','','trash','open','open','','fusce-sollicitudin-nunc-sed-mi-placerat-varius-non','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',0,'http://theme-fusion.com/avada/forum/?p=189',0,'post','',0),(192,1,'2015-10-11 16:49:11','2015-10-11 16:49:11','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Donec ornare pretium eget scelisque justo','','trash','open','open','','donec-ornare-pretium-eget-scelerisque-justo-commodo','','','2016-03-06 14:07:23','2016-03-06 19:07:23','',0,'http://theme-fusion.com/avada/forum/?p=192',0,'post','',0),(197,1,'2015-10-11 16:51:41','2015-10-11 16:51:41','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Vivamus pellenteque, felis quis varius','','trash','open','open','','vivamus-pellentesque-felis-quis-varius-hendrerit','','','2016-03-06 14:07:23','2016-03-06 19:07:23','',0,'http://theme-fusion.com/avada/forum/?p=197',0,'post','',0),(199,1,'2015-10-11 16:53:37','2015-10-11 16:53:37','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Morbi vitae dui euismod vulputate sollicitudin','','trash','open','open','','morbi-vitae-dui-euismod-vulputate-sollicitudin','','','2016-03-06 14:07:23','2016-03-06 19:07:23','',0,'http://theme-fusion.com/avada/forum/?p=199',0,'post','',2),(257,1,'2015-10-12 00:25:56','2015-10-12 00:25:56','','Apple Page - Slide','','trash','closed','closed','','apple-page-slide','','','2016-03-06 14:08:06','2016-03-06 19:08:06','',0,'http://theme-fusion.com/avada/forum/?post_type=slide&p=257',0,'slide','',0),(339,1,'2015-10-12 03:57:20','2015-10-12 03:57:20','','Android Page - Slide','','trash','closed','closed','','android-page-slide','','','2016-03-06 14:08:06','2016-03-06 19:08:06','',0,'http://theme-fusion.com/avada/forum/?post_type=slide&p=339',0,'slide','',0),(513,1,'2015-10-13 06:29:41','2015-10-13 06:29:41','','Microsoft Page - Slide','','trash','closed','closed','','microsoft-page-slide','','','2016-03-06 14:08:06','2016-03-06 19:08:06','',0,'http://theme-fusion.com/avada/forum/?post_type=slide&p=513',0,'slide','',0),(812,1,'2015-12-09 01:43:55','2015-12-09 01:43:55','[fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/12/user_login_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"8%\" padding_bottom=\"8%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_lost_password text_align=\"center\" heading=\"Lost password?\" caption=\"No worries, we can help!\" button_fullwidth=\"yes\" form_background_color=\"#f2f2f2\" heading_color=\"#ffffff\" caption_color=\"#ffffff\" link_color=\"#25a9bd\" redirection_link=\"http://theme-fusion.com/avada/forum/\" class=\"\" id=\"\"][/one_third][one_third last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][/fullwidth]','Lost your password?','','trash','closed','closed','','recover-password','','','2016-03-06 00:11:39','2016-03-06 00:11:39','',0,'http://theme-fusion.com/avada/forum/?page_id=812',0,'page','',0),(818,1,'2015-12-09 01:53:38','2015-12-09 01:53:38','[fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/12/user_login_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"8%\" padding_bottom=\"8%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_login text_align=\"center\" heading=\"Sign in\" caption=\"Hello! Log in to get started!\" button_fullwidth=\"yes\" form_background_color=\"#f2f2f2\" heading_color=\"#ffffff\" caption_color=\"#ffffff\" link_color=\"#25a9bd\" redirection_link=\"http://theme-fusion.com/avada/forum/\" register_link=\"\" lost_password_link=\"\" class=\"\" id=\"\"][/one_third][one_third last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][/fullwidth]','Log in','','trash','closed','closed','','log-in','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',0,'http://theme-fusion.com/avada/forum/?page_id=818',0,'page','',0),(880,1,'2016-03-06 00:04:06','2016-03-06 00:04:06',' ','','','publish','closed','closed','','880','','','2016-03-05 22:05:13','2016-03-06 03:05:13','',0,'https://tvhamilton.com/wordpress/2016/03/06/880/',1,'nav_menu_item','',0),(919,1,'2016-03-06 00:11:36','2016-03-06 00:11:36','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"4%\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][blog number_posts=\"12\" offset=\"\" cat_slug=\"android,gadgets,photography\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"23\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" paging=\"yes\" scrolling=\"load_more_button\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"34\" layout=\"grid\" class=\"\" id=\"\"][/blog][/fullwidth][fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/join_now_cta_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40\" padding_bottom=\"40\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fontawesome icon=\"fa-android\" circle=\"no\" size=\"70px\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center\"><span style=\"color: #ffffff\">Hey! We have an\nAndroid Forum!</span></h1>\n[/fusion_text][fusion_text]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 30px; line-height: 48px; font-weight: 300; text-align: center;\"><span style=\"color: #191919;\">Subscribe to our Newsletter</span></p>\n[/fusion_text][fusion_text][contact-form-7 id=\"540\" title=\"Subscribe Form\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]','Android','','inherit','closed','closed','','17-revision-v1','','','2016-03-06 00:11:36','2016-03-06 00:11:36','',17,'https://tvhamilton.com/wordpress/2016/03/06/17-revision-v1/',0,'revision','',0),(922,1,'2016-03-06 00:11:38','2016-03-06 00:11:38','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"4%\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][three_fourth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"30px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><strong>FEATURED NEWS</strong></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"-6\" bottom_margin=\"45\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][blog number_posts=\"10\" offset=\"\" cat_slug=\"apple,photography\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"23\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" paging=\"yes\" scrolling=\"load_more_button\" strip_html=\"yes\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"30\" layout=\"grid\" class=\"\" id=\"\"][/blog][/three_fourth][one_fourth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><strong>FROM THE BOARD</strong></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"-6\" bottom_margin=\"45\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/forums/board/apple/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-apple\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]Apple Forum[/button][separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_widget_area name=\"avada-custom-sidebar-applesidebar\" background_color=\"\" padding=\"\" class=\"\" id=\"\"][/fusion_widget_area][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><b>TUTORIALS & GUIDES</b></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"\" bottom_margin=\"51\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][recent_posts layout=\"default\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"7\" offset=\"3\" cat_slug=\"gadgets,tutorials\" exclude_cats=\"apps\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"no\" excerpt_length=\"35\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/recent_posts][/one_fourth][/fullwidth][fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/join_now_cta_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40\" padding_bottom=\"40\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fontawesome icon=\"fa-apple\" circle=\"no\" size=\"70px\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center\"><span style=\"color: #ffffff\">Hey! We have an\nApple Forum!</span></h1>\n[/fusion_text][fusion_text]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 30px; line-height: 48px; font-weight: 300; text-align: center;\"><span style=\"color: #191919;\">Subscribe to our Newsletter</span></p>\n[/fusion_text][fusion_text][contact-form-7 id=\"540\" title=\"Subscribe Form\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]','Apple','','inherit','closed','closed','','11-revision-v1','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',11,'https://tvhamilton.com/wordpress/2016/03/06/11-revision-v1/',0,'revision','',0),(925,1,'2016-03-06 00:11:38','2016-03-06 00:11:38','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\" New York City\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#b5b5b5\" infobox=\"custom\" infobox_background_color=\"#ff8d61\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"460px\" zoom=\"14\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<p style=\"font-size: 16px; text-align: center; letter-spacing: 6px; line-height: 24px;\"><span style=\"color: #525252;\">PHASELLUS EGET METUS</span></p>[/fusion_text][fusion_text]\n<h2 style=\"text-align: center\">Contact Us</h2>\n[/fusion_text][separator style_type=\"single\" top_margin=\"15\" bottom_margin=\"70\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"90px\" alignment=\"center\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-side\" columns=\"4\" icon_align=\"left\" title_size=\"25px\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"transparent\" circlebordersize=\"0px\" outercirclebordercolor=\"transparent\" outercirclebordersize=\"0px\" icon_size=\"28px\" icon_hover_type=\"pulsate\" hover_accent_color=\"\" link_type=\"\" link_area=\"box\" link_target=\"\" animation_delay=\"300\" animation_offset=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.6\" margin_top=\"18px\" margin_bottom=\"18px\" class=\"\" id=\"\"][content_box title=\"Address\" icon=\"fa-map-marker\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"] <p>\n12345 North Main Street<br />New York, NY 555555</p>\n[/content_box][content_box title=\"Email\" icon=\"fa-envelope\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"] <p>info@company.com<br />contact@company.com</p>\n[/content_box][content_box title=\"Phones\" icon=\"fa-phone\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"] <p>1-555-123-4567<br />1-800-123-4567</p>\n[/content_box][content_box title=\"Services\" icon=\"fa-clock-o\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"] <p>Saturdays 6pm and 8pm<br />Sundays 9am and 11am</p>\n[/content_box][/content_boxes][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/contact_us_bg.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"4%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;text-align: center;letter-spacing: 6px;line-height: 24px\"><span style=\"color: #525252\"><strong>PHASELLUS EGET METUS</strong></span></p>\n[/fusion_text][fusion_text]<h2 style=\"text-align: center\">Send us an email</h2>[/fusion_text][separator style_type=\"single\" top_margin=\"15\" bottom_margin=\"70\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"90px\" alignment=\"center\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fourth][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"655\" title=\"Contact us\"][/fusion_text][/one_half][one_fourth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fourth][/fullwidth][fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/join_now_cta_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"80\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center\"><span style=\"color: #ffffff\">Hey! Join to\nour Comunity</span></h1>\n[/fusion_text][fusion_text]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 30px; line-height: 48px; font-weight: 300; text-align: center;\"><span style=\"color: #191919;\">Subscribe to our Newsletter</span></p>\n[/fusion_text][fusion_text][contact-form-7 id=\"540\" title=\"Subscribe Form\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]','Contact us','','inherit','closed','closed','','21-revision-v1','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',21,'https://tvhamilton.com/wordpress/2016/03/06/21-revision-v1/',0,'revision','',0),(928,1,'2016-03-06 00:11:38','2016-03-06 00:11:38','','Forums','','inherit','closed','closed','','19-revision-v1','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',19,'https://tvhamilton.com/wordpress/2016/03/06/19-revision-v1/',0,'revision','',0),(931,1,'2016-03-06 00:11:38','2016-03-06 00:11:38','[fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/12/user_login_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"8%\" padding_bottom=\"8%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_register text_align=\"center\" heading=\"Sign up\" caption=\"Join our community!\" button_fullwidth=\"yes\" form_background_color=\"#f2f2f2\" heading_color=\"#ffffff\" caption_color=\"#ffffff\" link_color=\"#25a9bd\" redirection_link=\"#ffffff\" class=\"\" id=\"\"][/one_third][one_third last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][/fullwidth]','Join','','inherit','closed','closed','','30-revision-v1','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',30,'https://tvhamilton.com/wordpress/2016/03/06/30-revision-v1/',0,'revision','',0),(934,1,'2016-03-06 00:11:38','2016-03-06 00:11:38','[fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/12/user_login_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"8%\" padding_bottom=\"8%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_login text_align=\"center\" heading=\"Sign in\" caption=\"Hello! Log in to get started!\" button_fullwidth=\"yes\" form_background_color=\"#f2f2f2\" heading_color=\"#ffffff\" caption_color=\"#ffffff\" link_color=\"#25a9bd\" redirection_link=\"http://theme-fusion.com/avada/forum/\" register_link=\"\" lost_password_link=\"\" class=\"\" id=\"\"][/one_third][one_third last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][/fullwidth]','Log in','','inherit','closed','closed','','818-revision-v1','','','2016-03-06 00:11:38','2016-03-06 00:11:38','',818,'https://tvhamilton.com/wordpress/2016/03/06/818-revision-v1/',0,'revision','',0),(937,1,'2016-03-06 00:11:39','2016-03-06 00:11:39','[fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/12/user_login_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"8%\" padding_bottom=\"8%\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_lost_password text_align=\"center\" heading=\"Lost password?\" caption=\"No worries, we can help!\" button_fullwidth=\"yes\" form_background_color=\"#f2f2f2\" heading_color=\"#ffffff\" caption_color=\"#ffffff\" link_color=\"#25a9bd\" redirection_link=\"http://theme-fusion.com/avada/forum/\" class=\"\" id=\"\"][/one_third][one_third last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_third][/fullwidth]','Lost your password?','','inherit','closed','closed','','812-revision-v1','','','2016-03-06 00:11:39','2016-03-06 00:11:39','',812,'https://tvhamilton.com/wordpress/2016/03/06/812-revision-v1/',0,'revision','',0),(940,1,'2016-03-06 00:11:39','2016-03-06 00:11:39','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"4%\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"35px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/forums/board/microsoft/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-windows\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]MS Forum[/button][fusion_widget_area name=\"avada-custom-sidebar-microsoftsidebar\" background_color=\"#f2f2f2\" padding=\"25px\" class=\"\" id=\"\"][/fusion_widget_area][/one_fourth][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"25px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><strong>FEATURED NEWS</strong></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"-6\" bottom_margin=\"45\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][blog number_posts=\"6\" offset=\"\" cat_slug=\"gadgets,microsoft\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"23\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"no\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" paging=\"yes\" scrolling=\"load_more_button\" strip_html=\"yes\" blog_grid_columns=\"2\" blog_grid_column_spacing=\"30\" layout=\"large\" class=\"\" id=\"\"][/blog][/one_half][one_fourth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 16px;letter-spacing: 6px;text-align: left\"><span style=\"color: #525252\"><strong>TUTORIALS & GUIDES</strong></span></p>\n[/fusion_text][separator style_type=\"single\" top_margin=\"-6\" bottom_margin=\"45\" sep_color=\"#ff8d61\" border_size=\"2px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"left\" class=\"\" id=\"\"][recent_posts layout=\"default\" hover_type=\"zoomin\" columns=\"1\" number_posts=\"8\" offset=\"3\" cat_slug=\"news\" exclude_cats=\"apps\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"no\" excerpt_length=\"35\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/recent_posts][/one_fourth][/fullwidth][fullwidth background_color=\"\" background_image=\"https://tvhamilton.com/wordpress/wp-content/uploads/2015/10/join_now_cta_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40\" padding_bottom=\"40\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fontawesome icon=\"fa-windows\" circle=\"no\" size=\"70px\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center\"><span style=\"color: #ffffff\">Hey! Visit our\nMicrosoft Forum!</span></h1>\n[/fusion_text][fusion_text]<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth][fullwidth background_color=\"#f2f2f2\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-size: 30px; line-height: 48px; font-weight: 300; text-align: center;\"><span style=\"color: #191919;\">Subscribe to our Newsletter</span></p>\n[/fusion_text][fusion_text][contact-form-7 id=\"540\" title=\"Subscribe Form\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]','Microsoft','','inherit','closed','closed','','13-revision-v1','','','2016-03-06 00:11:39','2016-03-06 00:11:39','',13,'https://tvhamilton.com/wordpress/2016/03/06/13-revision-v1/',0,'revision','',0),(943,1,'2016-03-06 00:11:39','2016-03-06 00:11:39','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://tvhamilton.com/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2016-03-06 00:11:39','2016-03-06 00:11:39','',2,'https://tvhamilton.com/wordpress/2016/03/06/2-revision-v1/',0,'revision','',0),(946,1,'2016-03-06 00:13:13','2016-03-06 00:13:13','[fullwidth background_color=\"#000000\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"80\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Hey! Join Our Community</span></h1>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.</span></p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"http://theme-fusion.com/avada/forum/join/\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-03-06 00:13:13','2016-03-06 00:13:13','',5,'https://tvhamilton.com/wordpress/2016/03/06/5-revision-v1/',0,'revision','',0),(949,1,'2016-03-06 00:15:26','2016-03-06 00:15:26','[fullwidth background_color=\"#000000\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"80\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Promote your event on TvHAMILTON!</span></h1>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">For non-profit organizations. Three week notice to event required.</span></p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#25a9bd|#25a9bd\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-03-06 00:15:26','2016-03-06 00:15:26','',5,'https://tvhamilton.com/wordpress/2016/03/06/5-revision-v1/',0,'revision','',0),(952,1,'2016-03-06 00:16:46','2016-03-06 00:16:46','','psa-form','','inherit','open','closed','','psa-form','','','2016-03-06 00:16:46','2016-03-06 00:16:46','',0,'https://tvhamilton.com/wordpress/wp-content/uploads/2016/03/psa-form.pdf',0,'attachment','application/pdf',0),(954,1,'2016-03-06 00:17:47','2016-03-06 00:17:47','[fullwidth background_color=\"#000000\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"80\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Promote your event on TvHAMILTON!</span></h1>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">For non-profit organizations. Three week notice to event required.</span></p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://tvhamilton.com/wordpress/wp-content/uploads/2016/03/psa-form.pdf\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" gradient_colors=\"#9d1753|#9d1753\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-03-06 00:17:47','2016-03-06 00:17:47','',5,'https://tvhamilton.com/wordpress/2016/03/06/5-revision-v1/',0,'revision','',0),(955,1,'2016-03-06 00:18:49','2016-03-06 00:18:49','[fullwidth background_color=\"#000000\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"80\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Promote your event on TvHAMILTON!</span></h1>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">For non-profit organizations. Three week notice to event required.</span></p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://tvhamilton.com/wordpress/wp-content/uploads/2016/03/psa-form.pdf\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" gradient_colors=\"#9d1753|#9d1753\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#000000\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-03-06 00:18:49','2016-03-06 00:18:49','',5,'https://tvhamilton.com/wordpress/2016/03/06/5-revision-v1/',0,'revision','',0),(961,1,'2016-03-06 01:15:32','2016-03-06 01:15:32','{\"theme_css\":\"ui-lightness\",\"theme_name\":\"UI Lightness\",\"center_form\":\"\",\"form_width\":\"100%\",\"form_align\":\"left\",\"direction\":\"ltr\",\"fieldset\":\"0px\",\"fieldset_color\":\"000000\",\"fieldset_padding\":\"0 0 15px 0\",\"fieldset_bg_color\":\"\",\"title_size\":\"20px\",\"title_color\":\"444444\",\"title_margin_top\":\"10px\",\"title_margin_bottom\":\"10px\",\"form_desc_size\":\"14px\",\"form_desc_color\":\"666666\",\"form_desc_margin_top\":\"10px\",\"form_desc_margin_bottom\":\"25px\",\"font\":\"\\\"Lucida Grande\\\",\\\"Lucida Sans Unicode\\\",Tahoma,sans-serif\",\"font_size\":\"14px\",\"label_color\":\"444444\",\"weight\":\"bold\",\"position\":\"none\",\"align\":\"left\",\"width\":\"150px\",\"required_color\":\"B94A48\",\"required_weight\":\"bold\",\"label_padding\":\"0 0 3px 0\",\"description_font_size\":\"12px\",\"description_color\":\"666666\",\"description_weight\":\"normal\",\"description_style\":\"normal\",\"description_align\":\"left\",\"field_font_size\":\"14px\",\"field_height\":\"32px\",\"line_height\":\"normal\",\"field_width\":\"100%\",\"auto_width\":\"\",\"field_pad\":\"6px 10px\",\"field_margin\":\"20px\",\"field_weight\":\"normal\",\"text_color\":\"555555\",\"border_color\":\"cccccc\",\"field_border_width\":\"1px\",\"field_border_style\":\"solid\",\"bg_color\":\"ffffff\",\"remove_box_shadow\":\"\",\"bg_color_active\":\"ffffff\",\"border_color_active\":\"66afe9\",\"remove_box_shadow_active\":\"\",\"text_color_error\":\"444444\",\"bg_color_error\":\"ffffff\",\"border_color_error\":\"B94A48\",\"border_width_error\":\"1px\",\"border_style_error\":\"solid\",\"bg_color_disabled\":\"ffffff\",\"border_color_disabled\":\"E5E5E5\",\"text_color_disabled\":\"A1A1A1\",\"radio_align\":\"block\",\"check_align\":\"block\",\"check_font_size\":\"13px\",\"check_label_color\":\"444444\",\"check_weight\":\"normal\",\"section_font_size\":\"18px\",\"section_color\":\"444444\",\"section_weight\":\"bold\",\"section_pad\":\"15px 0 3px 0\",\"section_mar_top\":\"15px\",\"section_mar_bottom\":\"12px\",\"section_bg_color\":\"\",\"section_border_color\":\"e8e8e8\",\"section_border_width\":\"2px\",\"section_border_style\":\"solid\",\"section_border_loc\":\"-top\",\"collapse_icon\":\"6\",\"collapse_pos\":\"after\",\"repeat_icon\":\"1\",\"submit_style\":\"\",\"submit_font_size\":\"14px\",\"submit_width\":\"auto\",\"submit_height\":\"auto\",\"submit_bg_color\":\"ffffff\",\"submit_border_color\":\"cccccc\",\"submit_border_width\":\"1px\",\"submit_text_color\":\"444444\",\"submit_weight\":\"normal\",\"submit_border_radius\":\"4px\",\"submit_bg_img\":\"\",\"submit_margin\":\"10px\",\"submit_padding\":\"6px 11px\",\"submit_shadow_color\":\"eeeeee\",\"submit_hover_bg_color\":\"efefef\",\"submit_hover_color\":\"444444\",\"submit_hover_border_color\":\"cccccc\",\"submit_active_bg_color\":\"efefef\",\"submit_active_color\":\"444444\",\"submit_active_border_color\":\"cccccc\",\"border_radius\":\"4px\",\"error_bg\":\"F2DEDE\",\"error_border\":\"EBCCD1\",\"error_text\":\"B94A48\",\"error_font_size\":\"14px\",\"success_bg_color\":\"DFF0D8\",\"success_border_color\":\"D6E9C6\",\"success_text_color\":\"468847\",\"success_font_size\":\"14px\",\"important_style\":\"\",\"custom_css\":\"\"}','Formidable Style','','publish','closed','closed','','formidable-style','','','2016-03-06 01:15:32','2016-03-06 01:15:32','',0,'https://tvhamilton.com/2016/03/06/formidable-style/',1,'frm_styles','',0),(964,0,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','open','open','','1_email_1','','','2016-03-06 01:16:20','2016-03-06 01:16:20','',0,'https://tvhamilton.com/2015/04/06/1_email_1/',1,'frm_form_actions','',0),(967,0,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','open','open','','2_email_1','','','2015-04-06 17:18:12','2015-04-06 17:18:12','',0,'https://tvhamilton.com/frm_form_actions/2_email_1/',4,'frm_form_actions','',0),(970,0,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','open','open','','3_email_1','','','2015-04-06 17:18:12','2015-04-06 17:18:12','',0,'https://tvhamilton.com/frm_form_actions/3_email_1/',7,'frm_form_actions','',0),(973,0,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','open','open','','4_email_1','','','2015-04-06 17:18:12','2015-04-06 17:18:12','',0,'https://tvhamilton.com/frm_form_actions/4_email_1/',10,'frm_form_actions','',0),(976,0,'2015-04-06 17:18:12','2015-04-06 17:18:12','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','open','open','','5_email_1','','','2015-04-06 17:18:12','2015-04-06 17:18:12','',0,'https://tvhamilton.com/frm_form_actions/5_email_1/',13,'frm_form_actions','',0),(978,1,'2016-03-06 01:26:10','2016-03-06 06:26:10','{\"email_to\":\"steve@tvhamilton.com, sara@tvhamilton.com\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"\",\"from\":\"[sitename] <[admin_email]>\",\"email_subject\":\"DVD Order Form\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','closed','closed','','15_email_978','','','2016-03-05 21:17:24','2016-03-06 02:17:24','',0,'https://tvhamilton.com/frm_form_actions/15_email_/',15,'frm_form_actions','',0),(979,1,'2016-03-06 01:41:49','2016-03-06 01:41:49','[formidable id=\"15\" title=\"1\" description=\"1\"]','Order','','publish','closed','closed','','order','','','2016-03-10 11:23:44','2016-03-10 16:23:44','',0,'https://tvhamilton.com/?page_id=979',0,'page','',0),(982,1,'2016-03-06 01:41:49','2016-03-06 01:41:49','[formidable id=\"15\" title=\"1\"]','Order','','inherit','closed','closed','','979-revision-v1','','','2016-03-06 01:41:49','2016-03-06 01:41:49','',979,'https://tvhamilton.com/2016/03/06/979-revision-v1/',0,'revision','',0),(991,1,'2016-03-05 21:04:52','2016-03-06 02:04:52',' ','','','publish','closed','closed','','991','','','2016-03-05 22:05:13','2016-03-06 03:05:13','',0,'https://tvhamilton.com/?p=991',4,'nav_menu_item','',0),(996,1,'2015-04-06 17:18:12','2015-04-06 21:18:12','{\"email_to\":\"steve@tvhamilton.com, sara@tvhamilton.com\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"\",\"from\":\"[270]\",\"email_subject\":\"[276]\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','closed','closed','','18_email_996','','','2016-03-05 21:17:01','2016-03-06 02:17:01','',0,'https://tvhamilton.com/2015/04/06/1_email_1/',18,'frm_form_actions','',0),(997,1,'2016-03-05 21:12:57','2016-03-06 02:12:57','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][person name=\"Steve Colwell\" title=\"Director\" picture=\"\" pic_link=\"\" linktarget=\"_self\" pic_style=\"none\" hover_type=\"none\" background_color=\"\" content_alignment=\"\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" email=\"steve@tvhamilton.com\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" rss=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" class=\"\" id=\"\"][/person][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][person name=\"Sara Hedgepeth\" title=\"Assistant to the Director / Programming Engineer\" picture=\"\" pic_link=\"\" linktarget=\"_self\" pic_style=\"none\" hover_type=\"none\" background_color=\"\" content_alignment=\"\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" email=\"sara@tvhamilton.com\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" rss=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" class=\"\" id=\"\"][/person][/one_half][/fullwidth][separator style_type=\"single\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n\r\n[formidable id=\"18\" title=\"1\"][/fusion_text][/one_full][/fullwidth]','Contact Us','','publish','closed','closed','','contact-us-2','','','2016-03-06 10:54:02','2016-03-06 15:54:02','',0,'https://tvhamilton.com/?page_id=997',0,'page','',0),(1000,1,'2016-03-05 21:12:57','2016-03-06 02:12:57','[formidable id=\"18\" title=\"1\"]','Contact Us','','inherit','closed','closed','','997-revision-v1','','','2016-03-05 21:12:57','2016-03-06 02:12:57','',997,'https://tvhamilton.com/?p=1000',0,'revision','',0),(1003,1,'2016-03-05 21:14:18','2016-03-06 02:14:18',' ','','','publish','closed','closed','','1003','','','2016-03-05 22:05:13','2016-03-06 03:05:13','',0,'https://tvhamilton.com/?p=1003',5,'nav_menu_item','',0),(1005,1,'2016-03-05 21:20:17','2016-03-06 02:20:17','{\"email_to\":\"steve@tvhamilton.com, sara@tvhamilton.com\",\"cc\":\"\",\"bcc\":\"\",\"reply_to\":\"\",\"from\":\"[298]\",\"email_subject\":\"Public Service Announcement Request\",\"email_message\":\"[default-message]\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"send\",\"any_all\":\"any\"}}','Email Notification','email','publish','closed','closed','','21_email_1005','','','2016-03-05 21:30:08','2016-03-06 02:30:08','',0,'https://tvhamilton.com/?frm_form_actions=21_email_',21,'frm_form_actions','',0),(1008,1,'2016-03-05 21:26:11','2016-03-06 02:26:11','[formidable id=\"21\" title=\"1\"]','Public Service Announcement','','publish','closed','closed','','public-service-announcement','','','2016-03-05 21:26:11','2016-03-06 02:26:11','',0,'https://tvhamilton.com/?page_id=1008',0,'page','',0),(1009,1,'2016-03-05 21:26:11','2016-03-06 02:26:11','[formidable id=\"21\" title=\"1\"]','Public Service Announcement','','inherit','closed','closed','','1008-revision-v1','','','2016-03-05 21:26:11','2016-03-06 02:26:11','',1008,'https://tvhamilton.com/?p=1009',0,'revision','',0),(1014,1,'2016-03-05 21:27:20','2016-03-06 02:27:20','[fullwidth background_color=\"#000000\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"80\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Promote your event on TvHAMILTON!</span></h1>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">For non-profit organizations. Three week notice to event required.</span></p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://tvhamilton.com/?page_id=1008\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" gradient_colors=\"#9d1753|#9d1753\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#000000\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-03-05 21:27:20','2016-03-06 02:27:20','',5,'https://tvhamilton.com/?p=1014',0,'revision','',0),(1017,1,'2016-03-05 21:27:51','2016-03-06 02:27:51','[fullwidth background_color=\"#000000\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80\" padding_bottom=\"80\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][three_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"60px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_speed=\"1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Promote your event on TvHAMILTON!</span></h1>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">For non-profit organizations. Three week notice to event required.</span></p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"8\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://tvhamilton.com/?page_id=1008\" color=\"custom\" size=\"\" stretch=\"no\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"#9d1753|#9d1753\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#000000\" bevel_color=\"\" border_width=\"\" icon=\"fa-angle-right\" icon_position=\"right\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"static\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"]Sign up[/button][/three_fifth][one_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fifth][/fullwidth]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-03-05 21:27:51','2016-03-06 02:27:51','',5,'https://tvhamilton.com/?p=1017',0,'revision','',0),(1018,1,'2016-03-05 21:33:37','2016-03-06 02:33:37','{\"email_to\":\"[admin_email]\",\"cc\":\"\",\"bcc\":\"\",\"from\":\"[sitename] <[admin_email]>\",\"reply_to\":\"\",\"email_subject\":\"\",\"email_message\":\"[default-message]\",\"inc_user_info\":\"0\",\"plain_text\":\"0\",\"event\":[\"create\"],\"conditions\":{\"send_stop\":\"\",\"any_all\":\"\"}}','Email Notification','email','publish','closed','closed','','22_email_','','','2016-03-05 21:33:37','2016-03-06 02:33:37','',0,'https://tvhamilton.com/?frm_form_actions=22_email_',22,'frm_form_actions','',0),(1021,1,'2016-03-05 21:34:23','2016-03-06 02:34:23','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]TvH On-Demand[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhU3g5RE9FdnBsSzZJNU9TREt4VnRkIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]CityVision[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZac2V0SkRGVTJIUkdHTjZLVFhIYTQtIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]SchoolMatters![/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZV050Mk9aclhtLXRMT1dVLWt0OXg3IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 Business Expo[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZQ1o3QmJybW1Yd0V6bHA0SjhUa0JfIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 4th of July[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiYmFQcHE4Tnp3SHg1Nl9LeXdmd2NsIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Hamilton Inspired[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiZmZpQWw2Ylp3c2EyLXhtZHNLSm1OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Business Expo & Job Fair[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhNXRmbF9PTU54UWtYMVQybFRIU21OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Vision Awards[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZaelJoNkJ5X3QwdkpnM1JwSndRR3dvIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Artspace[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhcXZFSk9GOW14Z0l4RG9Mc0NuVUFrIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Celebrates Education[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiWWFDcjdqV1RWaF91X0NucjRsTHVoIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Operation Pumpkin[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZacFItUlVTRjdFekNGbzVQSkdCMmpFIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','publish','closed','closed','','watch-online','','','2016-03-10 11:05:49','2016-03-10 16:05:49','',0,'https://tvhamilton.com/?page_id=1021',0,'page','',0),(1024,1,'2016-03-05 21:34:23','2016-03-06 02:34:23','[one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_code]PGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSJodHRwczovL3d3dy55b3V0dWJlLmNvbS9lbWJlZC96VXZMOEUzazBwWT9saXN0PVBMM25NcnQxaFNBVmFBeTdIenRtOVdzMVQyRXRJV1F0czAiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+[/fusion_code][/one_full]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:34:23','2016-03-06 02:34:23','',1021,'https://tvhamilton.com/?p=1024',0,'revision','',0),(1026,1,'2016-03-05 21:35:00','2016-03-06 02:35:00','','Watch','','publish','closed','closed','','watch','','','2016-03-05 22:05:13','2016-03-06 03:05:13','',0,'https://tvhamilton.com/?p=1026',3,'nav_menu_item','',0),(1029,1,'2016-03-05 21:38:15','2016-03-06 02:38:15','[one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQveGZFdHdfdEFUQjg/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:38:15','2016-03-06 02:38:15','',1021,'https://tvhamilton.com/?p=1029',0,'revision','',0),(1032,1,'2016-03-05 21:39:10','2016-03-06 02:39:10','[one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"3\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQveGZFdHdfdEFUQjg/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:39:10','2016-03-06 02:39:10','',1021,'https://tvhamilton.com/?p=1032',0,'revision','',0),(1033,1,'2016-03-05 21:39:33','2016-03-06 02:39:33','[one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQveGZFdHdfdEFUQjg/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:39:33','2016-03-06 02:39:33','',1021,'https://tvhamilton.com/?p=1033',0,'revision','',0),(1035,1,'2016-03-05 21:40:46','2016-03-06 02:40:46','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQveGZFdHdfdEFUQjg/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:40:46','2016-03-06 02:40:46','',1021,'https://tvhamilton.com/?p=1035',0,'revision','',0),(1038,1,'2016-03-05 21:41:29','2016-03-06 02:41:29','[one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQveGZFdHdfdEFUQjg/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_third][one_third last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_third]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:41:29','2016-03-06 02:41:29','',1021,'https://tvhamilton.com/?p=1038',0,'revision','',0),(1039,1,'2016-03-05 21:42:28','2016-03-06 02:42:28','[one_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTAiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_third][one_third last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTAiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_third]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:42:28','2016-03-06 02:42:28','',1021,'https://tvhamilton.com/?p=1039',0,'revision','',0),(1042,1,'2016-03-05 21:43:21','2016-03-06 02:43:21','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTAiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTAiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:43:21','2016-03-06 02:43:21','',1021,'https://tvhamilton.com/?p=1042',0,'revision','',0),(1045,1,'2016-03-05 21:44:04','2016-03-06 02:44:04','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMDAiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMDAiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:44:04','2016-03-06 02:44:04','',1021,'https://tvhamilton.com/?p=1045',0,'revision','',0),(1047,1,'2016-03-05 21:44:54','2016-03-06 02:44:54','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:44:54','2016-03-06 02:44:54','',1021,'https://tvhamilton.com/?p=1047',0,'revision','',0),(1048,1,'2016-03-05 21:46:07','2016-03-06 02:46:07','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:46:07','2016-03-06 02:46:07','',1021,'https://tvhamilton.com/?p=1048',0,'revision','',0),(1051,1,'2016-03-05 21:47:28','2016-03-06 02:47:28','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]CityVision[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZac2V0SkRGVTJIUkdHTjZLVFhIYTQtIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]SchoolMatters![/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZV050Mk9aclhtLXRMT1dVLWt0OXg3IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:47:28','2016-03-06 02:47:28','',1021,'https://tvhamilton.com/?p=1051',0,'revision','',0),(1053,1,'2016-03-05 21:52:31','2016-03-06 02:52:31','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Community First Solutions[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhQXk3SHp0bTlXczFUMkV0SVdRdHMwIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]CityVision[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZac2V0SkRGVTJIUkdHTjZLVFhIYTQtIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]SchoolMatters![/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZV050Mk9aclhtLXRMT1dVLWt0OXg3IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Fort Hamilton Hospital[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhNlVYd0pkMmdkS2xGd0hNNlFBS2tCIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 Business Expo[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZQ1o3QmJybW1Yd0V6bHA0SjhUa0JfIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 4th of July[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiYmFQcHE4Tnp3SHg1Nl9LeXdmd2NsIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Hamilton Inspired[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiZmZpQWw2Ylp3c2EyLXhtZHNLSm1OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Business Expo & Job Fair[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhNXRmbF9PTU54UWtYMVQybFRIU21OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Vision Awards[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZaelJoNkJ5X3QwdkpnM1JwSndRR3dvIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Artspace[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhcXZFSk9GOW14Z0l4RG9Mc0NuVUFrIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Celebrates Education[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiWWFDcjdqV1RWaF91X0NucjRsTHVoIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Operation Pumpkin[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZacFItUlVTRjdFekNGbzVQSkdCMmpFIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-05 21:52:31','2016-03-06 02:52:31','',1021,'https://tvhamilton.com/?p=1053',0,'revision','',0),(1054,1,'2016-03-05 22:04:37','2016-03-06 03:04:37','<a href=\"https://tvhamilton.com/wp-content/uploads/2016/03/schedule-2.pdf\" rel=\"\">Programming Schedule for March 14 to 20</a>','Schedule','','publish','closed','closed','','schedule','','','2016-03-14 14:14:45','2016-03-14 18:14:45','',0,'https://tvhamilton.com/?page_id=1054',0,'page','',0),(1056,1,'2016-03-05 22:04:37','2016-03-06 03:04:37','<a href=\"https://tvhamilton.com/wp-content/uploads/2016/03/schedule.pdf\" rel=\"\">February 29th - March 6th</a>','Schedule','','inherit','closed','closed','','1054-revision-v1','','','2016-03-05 22:04:37','2016-03-06 03:04:37','',1054,'https://tvhamilton.com/?p=1056',0,'revision','',0),(1057,1,'2016-03-05 22:05:13','2016-03-06 03:05:13',' ','','','publish','closed','closed','','1057','','','2016-03-05 22:05:13','2016-03-06 03:05:13','',0,'https://tvhamilton.com/?p=1057',2,'nav_menu_item','',0),(1059,1,'2016-03-05 22:05:55','2016-03-06 03:05:55','<a href=\"https://tvhamilton.com/wp-content/uploads/2016/03/schedule.pdf\" target=\"_blank\" rel=\"\">February 29th - March 6th</a>','Schedule','','inherit','closed','closed','','1054-revision-v1','','','2016-03-05 22:05:55','2016-03-06 03:05:55','',1054,'https://tvhamilton.com/?p=1059',0,'revision','',0),(1062,1,'2016-03-06 10:13:51','2016-03-06 15:13:51','','tvhamilton_1x','','inherit','open','closed','','tvhamilton_1x','','','2016-03-06 10:13:51','2016-03-06 15:13:51','',0,'https://tvhamilton.com/wp-content/uploads/2016/03/tvhamilton_1x.png',0,'attachment','image/png',0),(1063,1,'2016-03-06 10:15:04','2016-03-06 15:15:04','','tvhamilton_2x','','inherit','open','closed','','tvhamilton_2x','','','2016-03-06 10:15:04','2016-03-06 15:15:04','',0,'https://tvhamilton.com/wp-content/uploads/2016/03/tvhamilton_2x.png',0,'attachment','image/png',0),(1066,1,'2016-03-06 10:29:01','2016-03-06 15:29:01','','Home - Hero Image','','inherit','closed','closed','','36-autosave-v1','','','2016-03-06 10:29:01','2016-03-06 15:29:01','',36,'https://tvhamilton.com/?p=1066',0,'revision','',0),(1069,1,'2016-03-06 10:33:16','2016-03-06 15:33:16','','hamilton','','inherit','open','closed','','hamilton','','','2016-03-06 10:33:16','2016-03-06 15:33:16','',36,'https://tvhamilton.com/wp-content/uploads/2015/10/hamilton.jpg',0,'attachment','image/jpeg',0),(1071,1,'2016-03-06 10:35:42','2016-03-06 15:35:42','','Home','','inherit','closed','closed','','5-revision-v1','','','2016-03-06 10:35:42','2016-03-06 15:35:42','',5,'https://tvhamilton.com/?p=1071',0,'revision','',0),(1072,1,'2016-03-06 10:41:45','2016-03-06 15:41:45','','favicon','','inherit','open','closed','','favicon','','','2016-03-06 10:41:45','2016-03-06 15:41:45','',0,'https://tvhamilton.com/wp-content/uploads/2016/03/favicon.png',0,'attachment','image/png',0),(1074,1,'2016-03-06 10:53:42','2016-03-06 15:53:42','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][person name=\"Steve Colwell\" title=\"Director\" picture=\"\" pic_link=\"\" linktarget=\"_self\" pic_style=\"none\" hover_type=\"none\" background_color=\"\" content_alignment=\"\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" email=\"steve@tvhamilton.com\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" rss=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" class=\"\" id=\"\"][/person][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][person name=\"Sara Hedgepeth\" title=\"Assistant to the Director / Programming Engineer\" picture=\"\" pic_link=\"\" linktarget=\"_self\" pic_style=\"none\" hover_type=\"none\" background_color=\"\" content_alignment=\"\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" email=\"sara@tvhamilton.com\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" rss=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" class=\"\" id=\"\"][/person][/one_half][/fullwidth][separator style_type=\"single\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n\r\n[formidable id=\"18\" title=\"1\"][/fusion_text][/one_full][/fullwidth]','Contact Us','','inherit','closed','closed','','997-autosave-v1','','','2016-03-06 10:53:42','2016-03-06 15:53:42','',997,'https://tvhamilton.com/?p=1074',0,'revision','',0),(1077,1,'2016-03-06 10:52:15','2016-03-06 15:52:15','[two_fifth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][person name=\"Steve Colwell\" title=\"Director\" picture=\"\" pic_link=\"\" linktarget=\"_self\" pic_style=\"none\" hover_type=\"none\" background_color=\"\" content_alignment=\"\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" email=\"steve@tvhamilton.com\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" rss=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" class=\"\" id=\"\"][/person][/two_fifth][two_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][person name=\"Sara Hedgepeth\" title=\"Assistant to the Director / Programming Engineer\" picture=\"\" pic_link=\"\" linktarget=\"_self\" pic_style=\"none\" hover_type=\"none\" background_color=\"\" content_alignment=\"\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" email=\"sara@tvhamilton.com\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" rss=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" class=\"\" id=\"\"][/person][/two_fifth][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n\r\n[formidable id=\"18\" title=\"1\"][/fusion_text][/one_full]','Contact Us','','inherit','closed','closed','','997-revision-v1','','','2016-03-06 10:52:15','2016-03-06 15:52:15','',997,'https://tvhamilton.com/?p=1077',0,'revision','',0),(1078,1,'2016-03-06 10:54:02','2016-03-06 15:54:02','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][person name=\"Steve Colwell\" title=\"Director\" picture=\"\" pic_link=\"\" linktarget=\"_self\" pic_style=\"none\" hover_type=\"none\" background_color=\"\" content_alignment=\"\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" email=\"steve@tvhamilton.com\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" rss=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" class=\"\" id=\"\"][/person][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][person name=\"Sara Hedgepeth\" title=\"Assistant to the Director / Programming Engineer\" picture=\"\" pic_link=\"\" linktarget=\"_self\" pic_style=\"none\" hover_type=\"none\" background_color=\"\" content_alignment=\"\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" email=\"sara@tvhamilton.com\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" rss=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" class=\"\" id=\"\"][/person][/one_half][/fullwidth][separator style_type=\"single\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n\r\n[formidable id=\"18\" title=\"1\"][/fusion_text][/one_full][/fullwidth]','Contact Us','','inherit','closed','closed','','997-revision-v1','','','2016-03-06 10:54:02','2016-03-06 15:54:02','',997,'https://tvhamilton.com/?p=1078',0,'revision','',0),(1080,1,'2016-03-06 14:07:23','2016-03-06 19:07:23','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2016-03-06 14:07:23','2016-03-06 19:07:23','',1,'https://tvhamilton.com/?p=1080',0,'revision','',0),(1083,1,'2016-03-06 14:07:23','2016-03-06 19:07:23','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Morbi vitae dui euismod vulputate sollicitudin','','inherit','closed','closed','','199-revision-v1','','','2016-03-06 14:07:23','2016-03-06 19:07:23','',199,'https://tvhamilton.com/?p=1083',0,'revision','',0),(1086,1,'2016-03-06 14:07:23','2016-03-06 19:07:23','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Vivamus pellenteque, felis quis varius','','inherit','closed','closed','','197-revision-v1','','','2016-03-06 14:07:23','2016-03-06 19:07:23','',197,'https://tvhamilton.com/?p=1086',0,'revision','',0),(1089,1,'2016-03-06 14:07:23','2016-03-06 19:07:23','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Donec ornare pretium eget scelisque justo','','inherit','closed','closed','','192-revision-v1','','','2016-03-06 14:07:23','2016-03-06 19:07:23','',192,'https://tvhamilton.com/?p=1089',0,'revision','',0),(1092,1,'2016-03-06 14:07:24','2016-03-06 19:07:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Fusce sollicitudin nunc sed placerat varius','','inherit','closed','closed','','189-revision-v1','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',189,'https://tvhamilton.com/?p=1092',0,'revision','',0),(1095,1,'2016-03-06 14:07:24','2016-03-06 19:07:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Donec facilis sodales leo sit amet laoreet','','inherit','closed','closed','','186-revision-v1','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',186,'https://tvhamilton.com/?p=1095',0,'revision','',0),(1098,1,'2016-03-06 14:07:24','2016-03-06 19:07:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Proin eu purus sed aru aliquet curabir vens','','inherit','closed','closed','','183-revision-v1','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',183,'https://tvhamilton.com/?p=1098',0,'revision','',0),(1101,1,'2016-03-06 14:07:24','2016-03-06 19:07:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Etiam venenatis nibh et dapibus bibendum aliquam feugiat','','inherit','closed','closed','','180-revision-v1','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',180,'https://tvhamilton.com/?p=1101',0,'revision','',0),(1104,1,'2016-03-06 14:07:24','2016-03-06 19:07:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Mauris ornare aliquam odio eu congue pellentesque massa','','inherit','closed','closed','','176-revision-v1','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',176,'https://tvhamilton.com/?p=1104',0,'revision','',0),(1107,1,'2016-03-06 14:07:24','2016-03-06 19:07:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Sed eleifend velit sed justo scelisque','','inherit','closed','closed','','173-revision-v1','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',173,'https://tvhamilton.com/?p=1107',0,'revision','',0),(1110,1,'2016-03-06 14:07:24','2016-03-06 19:07:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Duis maximus leo ut metus dabus sed','','inherit','closed','closed','','170-revision-v1','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',170,'https://tvhamilton.com/?p=1110',0,'revision','',0),(1113,1,'2016-03-06 14:07:24','2016-03-06 19:07:24','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Integer pretium turpis urna sed luctus risus iaculis','','inherit','closed','closed','','167-revision-v1','','','2016-03-06 14:07:24','2016-03-06 19:07:24','',167,'https://tvhamilton.com/?p=1113',0,'revision','',0),(1116,1,'2016-03-06 14:07:25','2016-03-06 19:07:25','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Nunc arcu enim, suscipit sed lacus curs','','inherit','closed','closed','','164-revision-v1','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',164,'https://tvhamilton.com/?p=1116',0,'revision','',0),(1119,1,'2016-03-06 14:07:25','2016-03-06 19:07:25','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Sed sit amet nisi nec arcu malesuada lacinia sagittis','','inherit','closed','closed','','162-revision-v1','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',162,'https://tvhamilton.com/?p=1119',0,'revision','',0),(1122,1,'2016-03-06 14:07:25','2016-03-06 19:07:25','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Quisque vestibulum iaculis imperdiet in hac habitasse','','inherit','closed','closed','','157-revision-v1','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',157,'https://tvhamilton.com/?p=1122',0,'revision','',0),(1125,1,'2016-03-06 14:07:25','2016-03-06 19:07:25','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Vestibulum hendrerit risus viverra malesuada','','inherit','closed','closed','','154-revision-v1','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',154,'https://tvhamilton.com/?p=1125',0,'revision','',0),(1128,1,'2016-03-06 14:07:25','2016-03-06 19:07:25','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Curabur lacinia consequat enim vitae','','inherit','closed','closed','','151-revision-v1','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',151,'https://tvhamilton.com/?p=1128',0,'revision','',0),(1131,1,'2016-03-06 14:07:25','2016-03-06 19:07:25','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Suspendisse iaculis urna magna turpis','','inherit','closed','closed','','148-revision-v1','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',148,'https://tvhamilton.com/?p=1131',0,'revision','',0),(1134,1,'2016-03-06 14:07:25','2016-03-06 19:07:25','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Quisque vestibulum iaculis imperdiet hac habitasse','','inherit','closed','closed','','145-revision-v1','','','2016-03-06 14:07:25','2016-03-06 19:07:25','',145,'https://tvhamilton.com/?p=1134',0,'revision','',0),(1137,1,'2016-03-06 14:07:26','2016-03-06 19:07:26','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Morbi consectetur rhoncus nisl ferment','','inherit','closed','closed','','142-revision-v1','','','2016-03-06 14:07:26','2016-03-06 19:07:26','',142,'https://tvhamilton.com/?p=1137',0,'revision','',0),(1140,1,'2016-03-06 14:07:38','2016-03-06 19:07:38','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Fusce vulputate felis quis nislerra','','inherit','closed','closed','','139-revision-v1','','','2016-03-06 14:07:38','2016-03-06 19:07:38','',139,'https://tvhamilton.com/?p=1140',0,'revision','',0),(1143,1,'2016-03-06 14:07:39','2016-03-06 19:07:39','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Integer rhoncus sagittis diam sed congue','','inherit','closed','closed','','136-revision-v1','','','2016-03-06 14:07:39','2016-03-06 19:07:39','',136,'https://tvhamilton.com/?p=1143',0,'revision','',0),(1146,1,'2016-03-06 14:07:39','2016-03-06 19:07:39','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Pellentesque sollicitudin augue quis neque','','inherit','closed','closed','','127-revision-v1','','','2016-03-06 14:07:39','2016-03-06 19:07:39','',127,'https://tvhamilton.com/?p=1146',0,'revision','',0),(1149,1,'2016-03-06 14:07:39','2016-03-06 19:07:39','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Nunc ante nulla semper sit amet eleifend mattis sed','','inherit','closed','closed','','119-revision-v1','','','2016-03-06 14:07:39','2016-03-06 19:07:39','',119,'https://tvhamilton.com/?p=1149',0,'revision','',0),(1152,1,'2016-03-06 14:07:39','2016-03-06 19:07:39','Donec finibus sit amet orci eget ultricies. Praesent posuere ante ut erat fringilla, vestibulum placerat metus mattis. Aenean dictum vitae nisl nec tempor. Proin varius turpis ut sem porttitor varius. Sed aliquet mi at libero ultrices consectetur. Vivamus egestas, metus quis egestas egestas, tortor justo pharetra diam, et dapibus massa nibh dapibus risus. Sed ut massa sodales, elementum magna vitae, malesuada.\n\n[separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n<blockquote>\"In eu ultricies lacus. Phasellus non ante nec neque imperdiet congue. Donec sed lectus eu mi tincidunt rhoncus non a metus. In hac habitasse platea dictumst\"</blockquote>\n[separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]\n\nNam lorem mauris, scelerisque nec iaculis id, dignissim a tortor. Quisque in arcu in tellus facilisis venenatis vitae finibus tortor. Nullam vestibulum venenatis auctor. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque id consequat tortor. Sed et commodo diam. Curabitur bibendum nunc ut finibus tempus. Aenean eu dui sed eros maximus vulputate. Praesent vitae ullamcorper nibh. Donec bibendum, odio ut aliquam faucibus, ipsum felis blandit dolor, in dignissim.\n<h3>Praesent posuere ante</h3>\nUt vitae lobortis magna, id viverra orci. In eget scelerisque nibh, nec suscipit lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam pulvinar ipsum augue, tempor luctus felis malesuada venenatis. Vestibulum sit amet imperdiet risus. Etiam eget vehicula metus, ac vehicula libero. Aliquam et viverra urna. Vivamus elementum porta lectus.\n\nVestibulum volutpat mollis odio, sit amet imperdiet augue ullamcorper in. Nulla dapibus rutrum congue. Proin efficitur, dolor ac eleifend lobortis, lacus libero vulputate ante, non molestie turpis nibh pulvinar leo. Aenean tincidunt arcu eu justo imperdiet, eget dignissim enim scelerisque. Nulla accumsan accumsan leo, in rhoncus libero elementum et. Curabitur pretium, ex vitae pellentesque tincidunt, enim diam fermentum nulla, eu porta augue leo eu odio. Phasellus volutpat arcu et magna luctus feugiat. Phasellus maximus purus arcu, nec tristique augue molestie ac.\n<h4>Suspendisse finibus non dui vel pulvinar</h4>\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce dolor dolor, placerat ac purus sed, euismod hendrerit libero. Morbi id lacus at tortor dictum venenatis. Nam finibus ac ex vitae laoreet. Aliquam erat volutpat. Aenean sollicitudin dolor bibendum porttitor efficitur.','Aenean lobortis sapien enim viverra molestie cursus','','inherit','closed','closed','','117-revision-v1','','','2016-03-06 14:07:39','2016-03-06 19:07:39','',117,'https://tvhamilton.com/?p=1152',0,'revision','',0),(1153,1,'2016-03-07 08:41:33','2016-03-07 13:41:33','','Watch Online','','publish','closed','closed','','watch-online','','','2016-03-07 08:41:49','2016-03-07 13:41:49','',0,'https://tvhamilton.com/?post_type=slide&p=1153',0,'slide','',0),(1155,1,'2016-03-07 10:27:03','2016-03-07 15:27:03','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]CityVision[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZac2V0SkRGVTJIUkdHTjZLVFhIYTQtIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]SchoolMatters![/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZV050Mk9aclhtLXRMT1dVLWt0OXg3IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 Business Expo[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZQ1o3QmJybW1Yd0V6bHA0SjhUa0JfIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 4th of July[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiYmFQcHE4Tnp3SHg1Nl9LeXdmd2NsIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Hamilton Inspired[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiZmZpQWw2Ylp3c2EyLXhtZHNLSm1OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Business Expo & Job Fair[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhNXRmbF9PTU54UWtYMVQybFRIU21OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Vision Awards[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZaelJoNkJ5X3QwdkpnM1JwSndRR3dvIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Artspace[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhcXZFSk9GOW14Z0l4RG9Mc0NuVUFrIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Celebrates Education[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiWWFDcjdqV1RWaF91X0NucjRsTHVoIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Operation Pumpkin[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZacFItUlVTRjdFekNGbzVQSkdCMmpFIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-07 10:27:03','2016-03-07 15:27:03','',1021,'https://tvhamilton.com/?p=1155',0,'revision','',0),(1157,1,'2016-03-10 10:45:50','2016-03-10 15:45:50','','Updated Schedule','','inherit','open','closed','','te-8913','','','2016-03-10 10:46:10','2016-03-10 15:46:10','',1054,'https://tvhamilton.com/wp-content/uploads/2016/03/TE-8913.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1160,1,'2016-03-10 10:50:23','2016-03-10 15:50:23','<a href=\"https://tvhamilton.com/wp-content/uploads/2016/03/schedule.pdf\" target=\"_blank\" rel=\"\">February 29th - March 6t</a>h\n\n ','Schedule','','inherit','closed','closed','','1054-autosave-v1','','','2016-03-10 10:50:23','2016-03-10 15:50:23','',1054,'https://tvhamilton.com/?p=1160',0,'revision','',0),(1163,1,'2016-03-10 11:05:05','2016-03-10 16:05:05','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]TvH On-Demand[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSJodHRwczovL3d3dy55b3V0dWJlLmNvbS9lbWJlZC92aWRlb3Nlcmllcz9saXN0PVBMM25NcnQxaFNBVmFTeDlET0V2cGxLNkk1T1NES3hWdGQiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]CityVision[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZac2V0SkRGVTJIUkdHTjZLVFhIYTQtIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]SchoolMatters![/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZV050Mk9aclhtLXRMT1dVLWt0OXg3IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 Business Expo[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZQ1o3QmJybW1Yd0V6bHA0SjhUa0JfIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 4th of July[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiYmFQcHE4Tnp3SHg1Nl9LeXdmd2NsIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Hamilton Inspired[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiZmZpQWw2Ylp3c2EyLXhtZHNLSm1OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Business Expo & Job Fair[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhNXRmbF9PTU54UWtYMVQybFRIU21OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Vision Awards[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZaelJoNkJ5X3QwdkpnM1JwSndRR3dvIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Artspace[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhcXZFSk9GOW14Z0l4RG9Mc0NuVUFrIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Celebrates Education[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiWWFDcjdqV1RWaF91X0NucjRsTHVoIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Operation Pumpkin[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZacFItUlVTRjdFekNGbzVQSkdCMmpFIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-10 11:05:05','2016-03-10 16:05:05','',1021,'https://tvhamilton.com/?p=1163',0,'revision','',0),(1165,1,'2016-03-10 11:05:49','2016-03-10 16:05:49','[one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]TvH On-Demand[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhU3g5RE9FdnBsSzZJNU9TREt4VnRkIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]#HamiltonProud[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhdnRsZDJEa2UzTVpwLWlFbmdPbXNEIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]CityVision[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZac2V0SkRGVTJIUkdHTjZLVFhIYTQtIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]SchoolMatters![/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZV050Mk9aclhtLXRMT1dVLWt0OXg3IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 Business Expo[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZZQ1o3QmJybW1Yd0V6bHA0SjhUa0JfIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2015 4th of July[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiYmFQcHE4Tnp3SHg1Nl9LeXdmd2NsIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Hamilton Inspired[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiZmZpQWw2Ylp3c2EyLXhtZHNLSm1OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Business Expo & Job Fair[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhNXRmbF9PTU54UWtYMVQybFRIU21OIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Vision Awards[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZaelJoNkJ5X3QwdkpnM1JwSndRR3dvIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]Artspace[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZhcXZFSk9GOW14Z0l4RG9Mc0NuVUFrIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Hamilton Celebrates Education[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZiWWFDcjdqV1RWaF91X0NucjRsTHVoIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][title size=\"6\" content_align=\"left\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]2014 Operation Pumpkin[/title][fusion_code]PGlmcmFtZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvdmlkZW9zZXJpZXM/bGlzdD1QTDNuTXJ0MWhTQVZacFItUlVTRjdFekNGbzVQSkdCMmpFIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==[/fusion_code][/one_half]','Watch Online','','inherit','closed','closed','','1021-revision-v1','','','2016-03-10 11:05:49','2016-03-10 16:05:49','',1021,'https://tvhamilton.com/?p=1165',0,'revision','',0),(1168,1,'2016-03-10 11:23:44','2016-03-10 16:23:44','[formidable id=\"15\" title=\"1\" description=\"1\"]','Order','','inherit','closed','closed','','979-revision-v1','','','2016-03-10 11:23:44','2016-03-10 16:23:44','',979,'https://tvhamilton.com/?p=1168',0,'revision','',0),(1171,4,'2016-03-10 12:42:18','2016-03-10 17:42:18','','PSA','','inherit','closed','closed','','36-autosave-v1','','','2016-03-10 12:42:18','2016-03-10 17:42:18','',36,'https://tvhamilton.com/?p=1171',0,'revision','',0),(1174,4,'2016-03-14 14:16:02','2016-03-14 18:16:02','<a href=\"https://tvhamilton.com/wp-content/uploads/2016/03/schedule-2.pdf\" rel=\"\">Programming Schedule for March 14 to 20</a>\n\n \n\n ','Schedule','','inherit','closed','closed','','1054-autosave-v1','','','2016-03-14 14:16:02','2016-03-14 18:16:02','',1054,'https://tvhamilton.com/?p=1174',0,'revision','',0),(1178,4,'2016-03-10 12:48:34','2016-03-10 17:48:34','<a href=\"https://tvhamilton.com/wp-content/uploads/2016/03/schedule-1.pdf\" rel=\"\">schedule</a>','Schedule','','inherit','closed','closed','','1054-revision-v1','','','2016-03-10 12:48:34','2016-03-10 17:48:34','',1054,'https://tvhamilton.com/?p=1178',0,'revision','',0),(1180,4,'2016-03-10 12:50:22','2016-03-10 17:50:22','<a href=\"https://tvhamilton.com/wp-content/uploads/2016/03/schedule-1.pdf\" rel=\"\">March 7 to 13</a>','Schedule','','inherit','closed','closed','','1054-revision-v1','','','2016-03-10 12:50:22','2016-03-10 17:50:22','',1054,'https://tvhamilton.com/?p=1180',0,'revision','',0),(1183,4,'2016-03-14 14:12:23','2016-03-14 18:12:23','','Programming Schedule for March 14 to 20','','inherit','open','closed','','schedule-4','','','2016-03-14 14:14:30','2016-03-14 18:14:30','',1054,'https://tvhamilton.com/wp-content/uploads/2016/03/schedule-2.pdf',0,'attachment','application/pdf',0),(1186,4,'2016-03-14 14:14:45','2016-03-14 18:14:45','<a href=\"https://tvhamilton.com/wp-content/uploads/2016/03/schedule-2.pdf\" rel=\"\">Programming Schedule for March 14 to 20</a>','Schedule','','inherit','closed','closed','','1054-revision-v1','','','2016-03-14 14:14:45','2016-03-14 18:14:45','',1054,'https://tvhamilton.com/?p=1186',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(36,115,0),(117,22,0),(117,25,0),(117,37,0),(117,52,0),(117,58,0),(119,10,0),(119,34,0),(119,37,0),(119,64,0),(119,91,0),(127,4,0),(127,19,0),(127,31,0),(127,37,0),(127,49,0),(127,58,0),(127,76,0),(136,16,0),(136,31,0),(136,37,0),(136,40,0),(136,52,0),(136,94,0),(139,4,0),(139,25,0),(139,34,0),(139,37,0),(139,52,0),(139,58,0),(139,79,0),(142,19,0),(142,28,0),(142,43,0),(142,61,0),(142,94,0),(142,97,0),(145,7,0),(145,19,0),(145,25,0),(145,37,0),(145,40,0),(145,46,0),(145,52,0),(145,85,0),(148,4,0),(148,7,0),(148,34,0),(148,52,0),(148,58,0),(148,67,0),(148,76,0),(151,16,0),(151,19,0),(151,25,0),(151,70,0),(151,73,0),(151,76,0),(151,91,0),(154,28,0),(154,31,0),(154,34,0),(154,37,0),(154,43,0),(154,58,0),(154,88,0),(154,94,0),(157,22,0),(157,25,0),(157,34,0),(157,52,0),(157,76,0),(157,88,0),(157,106,0),(162,19,0),(162,25,0),(162,31,0),(162,37,0),(162,58,0),(162,94,0),(162,100,0),(164,16,0),(164,25,0),(164,31,0),(164,70,0),(164,73,0),(164,88,0),(164,94,0),(167,7,0),(167,25,0),(167,31,0),(167,34,0),(167,49,0),(167,67,0),(167,76,0),(167,88,0),(170,7,0),(170,16,0),(170,25,0),(170,31,0),(170,58,0),(170,73,0),(170,88,0),(170,91,0),(173,4,0),(173,22,0),(173,25,0),(173,37,0),(173,46,0),(173,52,0),(173,58,0),(176,10,0),(176,22,0),(176,34,0),(176,43,0),(176,52,0),(176,58,0),(176,88,0),(176,124,0),(180,7,0),(180,10,0),(180,31,0),(180,34,0),(180,85,0),(180,88,0),(180,91,0),(183,7,0),(183,25,0),(183,31,0),(183,34,0),(183,37,0),(183,55,0),(183,58,0),(183,88,0),(186,16,0),(186,28,0),(186,43,0),(186,88,0),(186,94,0),(186,97,0),(189,4,0),(189,16,0),(189,34,0),(189,37,0),(189,52,0),(189,85,0),(189,88,0),(189,94,0),(192,16,0),(192,25,0),(192,34,0),(192,37,0),(192,76,0),(192,88,0),(192,103,0),(197,7,0),(197,10,0),(197,28,0),(197,37,0),(197,43,0),(197,52,0),(197,58,0),(197,88,0),(199,7,0),(199,19,0),(199,25,0),(199,31,0),(199,58,0),(199,76,0),(199,82,0),(199,88,0),(880,121,0),(991,121,0),(1003,121,0),(1026,121,0),(1057,121,0),(1153,115,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=125 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(4,4,'category','Android System',0,0),(7,7,'category','Apple News',0,0),(10,10,'category','Great apps',0,0),(13,13,'category','Featured Article',0,0),(16,16,'category','Amazing Gadgets',0,0),(19,19,'category','Hardware',0,0),(22,22,'category','Microsoft News',0,0),(25,25,'category','Latest Tech News',0,0),(28,28,'category','Photography News',0,0),(31,31,'category','Products Reviews',0,0),(34,34,'category','Tutorials & Guides',0,0),(37,37,'post_tag','',0,0),(40,40,'post_tag','',0,0),(43,43,'post_tag','',0,0),(46,46,'post_tag','',0,0),(49,49,'post_tag','',0,0),(52,52,'post_tag','',0,0),(55,55,'post_tag','',0,0),(58,58,'post_tag','',0,0),(61,61,'post_tag','',0,0),(64,64,'post_tag','',0,0),(67,67,'post_tag','',0,0),(70,70,'post_tag','',0,0),(73,73,'post_tag','',0,0),(76,76,'post_tag','',0,0),(79,79,'post_tag','',0,0),(82,82,'post_tag','',0,0),(85,85,'post_tag','',0,0),(88,88,'post_tag','',0,0),(91,91,'post_tag','',0,0),(94,94,'post_tag','',0,0),(97,97,'post_tag','',0,0),(100,100,'post_tag','',0,0),(103,103,'post_tag','',0,0),(106,106,'post_tag','',0,0),(115,115,'slide-page','',0,2),(121,121,'nav_menu','',0,5),(124,124,'post_format','',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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=125 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(4,'Android','android',0),(7,'Apple','apple',0),(10,'Apps','apps',0),(13,'Featured','featured',0),(16,'Gadgets','gadgets',0),(19,'Hardware','hardware',0),(22,'Microsoft','microsoft',0),(25,'News','news',0),(28,'Photography','photography',0),(31,'Reviews','reviews',0),(34,'Tutorials','tutorials',0),(37,'avada','avada',0),(40,'bose','bose',0),(43,'camera','camera',0),(46,'coffee','coffee',0),(49,'conference','conference',0),(52,'demo','demo',0),(55,'desktop','desktop',0),(58,'forum','forum',0),(61,'go pro','go-pro',0),(64,'google','google',0),(67,'guide','guide',0),(70,'headset','headset',0),(73,'music','music',0),(76,'release','release',0),(79,'samsung','samsung',0),(82,'smartphone','smartphone',0),(85,'tablet','tablet',0),(88,'technology','technology',0),(91,'themefusion','themefusion',0),(94,'travel','travel',0),(97,'video','video',0),(100,'video games','video-games',0),(103,'watch','watch',0),(106,'windows','windows',0),(115,'Home - Hero Slider','home-slider',0),(121,'Main Menu','main-menu',0),(124,'Gallery','post-format-gallery',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','tvhamiltonweb'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:7:{s:13:\"administrator\";b:1;s:14:\"frm_view_forms\";b:1;s:14:\"frm_edit_forms\";b:1;s:16:\"frm_delete_forms\";b:1;s:19:\"frm_change_settings\";b:1;s:16:\"frm_view_entries\";b:1;s:18:\"frm_delete_entries\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:3:{s:64:\"57194a2cc220aba0e2e8b633f91255e692891b7bcc4f6fc77a7cf0f28d6a65d2\";a:4:{s:10:\"expiration\";i:1457797314;s:2:\"ip\";s:13:\"166.170.27.65\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1457624514;}s:64:\"7c4724c3ba97bbee432db37d5c1fd9d97b77bf148b1f58b4a0ea1e0d4256d728\";a:4:{s:10:\"expiration\";i:1457801308;s:2:\"ip\";s:13:\"69.61.187.249\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1457628508;}s:64:\"66d2f151d5ba3425c19c22e26f8a8c236ee65f126374367af67f6677648aaa14\";a:4:{s:10:\"expiration\";i:1457804181;s:2:\"ip\";s:12:\"216.48.133.5\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1457631381;}}'),(19,1,'wp_dashboard_quick_press_last_post_id','4'),(20,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(23,1,'wp_user-settings-time','1457233479'),(26,1,'wporg_favorites',''),(28,1,'nav_menu_recently_edited','121'),(31,1,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(34,1,'metaboxhidden_nav-menus','a:11:{i:0;s:19:\"add-post-type-slide\";i:1;s:29:\"add-post-type-avada_portfolio\";i:2;s:23:\"add-post-type-avada_faq\";i:3;s:33:\"add-post-type-themefusion_elastic\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:22:\"add-portfolio_category\";i:7;s:20:\"add-portfolio_skills\";i:8;s:18:\"add-portfolio_tags\";i:9;s:16:\"add-faq_category\";i:10;s:25:\"add-themefusion_es_groups\";}'),(36,1,'frm_ignore_tour','1'),(37,1,'closedpostboxes_page','a:0:{}'),(40,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(43,4,'nickname','scolwell'),(46,4,'first_name','Steve'),(49,4,'last_name','Colwell'),(52,4,'description',''),(55,4,'rich_editing','true'),(58,4,'comment_shortcuts','false'),(61,4,'admin_color','fresh'),(64,4,'use_ssl','0'),(67,4,'show_admin_bar_front','true'),(70,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(73,4,'wp_user_level','10'),(76,4,'dismissed_wp_pointers',''),(77,4,'author_facebook',''),(80,4,'author_twitter',''),(83,4,'author_linkedin',''),(86,4,'author_dribble',''),(89,4,'author_gplus',''),(92,4,'author_custom',''),(94,4,'session_tokens','a:1:{s:64:\"731c0c8cb824c70ceef67324cc2c5f8ef4a1c60e27db5697c1f1b3427ce5501c\";a:4:{s:10:\"expiration\";i:1458151766;s:2:\"ip\";s:13:\"69.61.187.249\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:44.0) Gecko/20100101 Firefox/44.0\";s:5:\"login\";i:1457978966;}}'),(95,4,'wp_dashboard_quick_press_last_post_id','1169'),(97,4,'frm_ignore_tour','1'),(98,4,'wp_user-settings','libraryContent=browse&hidetb=1&editor=tinymce&wplink=1'),(101,4,'wp_user-settings-time','1457979288'),(103,4,'closedpostboxes_page','a:0:{}'),(106,4,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'tvhamiltonweb','$P$By.cHNFJIGsWnDXhWbBJuf00tAtEIc.','tvhamiltonweb','steve@tvhamilton.com','','2016-02-09 16:31:36','',0,'tvhamiltonweb'),(4,'scolwell','$P$Bmdg8X6hDQkbOGoKQTYiL0HFw4U5pX1','scolwell','scolwell1@cinci.rr.com','','2016-03-10 16:53:01','1457631093:$P$Bas7OVQ9Cz9gONb6fWeu8BF6BtE3U00',0,'Steve Colwell'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_033e6f9_4' -- /*!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-07-20 7:29:17